<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/viking/patches/" rel="alternate"/><link href="https://sourceforge.net/p/viking/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/viking/patches/</id><updated>2022-05-08T20:16:10.501000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>#30 draw 161 meters circle around waypoint</title><link href="https://sourceforge.net/p/viking/patches/30/?limit=25#4f06" rel="alternate"/><published>2022-05-08T20:16:10.501000Z</published><updated>2022-05-08T20:16:10.501000Z</updated><author><name>Rob Norris</name><uri>https://sourceforge.net/u/robbieonsea/</uri></author><id>https://sourceforge.net5b0ecce7b77668e891a58d98f3e31e78ee0dd677</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Further to this, I have now very recently added Waypoint Proximity (Alarm) support - which is very similar.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://sourceforge.net/p/viking/code/ci/c7b0822b5f1f5a2103f3a42c2ebea38a9cf6e1be/"&gt;https://sourceforge.net/p/viking/code/ci/c7b0822b5f1f5a2103f3a42c2ebea38a9cf6e1be/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#30 draw 161 meters circle around waypoint</title><link href="https://sourceforge.net/p/viking/patches/30/?limit=25#b39d" rel="alternate"/><published>2022-03-25T20:22:41.082000Z</published><updated>2022-03-25T20:22:41.082000Z</updated><author><name>Rob Norris</name><uri>https://sourceforge.net/u/robbieonsea/</uri></author><id>https://sourceforge.net4aba52efa439af35f5e3803f94d24110828bcd82</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; 1.9&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#38 Viking 1.8 doesn't build without mapnik</title><link href="https://sourceforge.net/p/viking/patches/38/?limit=25#15dd" rel="alternate"/><published>2022-03-25T19:58:10.240000Z</published><updated>2022-03-25T19:58:10.240000Z</updated><author><name>Rob Norris</name><uri>https://sourceforge.net/u/robbieonsea/</uri></author><id>https://sourceforge.net9ed9133f40dbdde28445dad7f0b1c213a41be215</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: pending-accepted --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#39 multiple definitions error</title><link href="https://sourceforge.net/p/viking/patches/39/?limit=25#b797" rel="alternate"/><published>2020-05-28T21:10:27.258000Z</published><updated>2020-05-28T21:10:27.258000Z</updated><author><name>Rob Norris</name><uri>https://sourceforge.net/u/robbieonsea/</uri></author><id>https://sourceforge.net4d5b2fb6a7bc7d609702d224ef4a7c49a8fd540b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-fixed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#39 multiple definitions error</title><link href="https://sourceforge.net/p/viking/patches/39/?limit=25#8f64" rel="alternate"/><published>2020-05-28T21:09:37.922000Z</published><updated>2020-05-28T21:09:37.922000Z</updated><author><name>Rob Norris</name><uri>https://sourceforge.net/u/robbieonsea/</uri></author><id>https://sourceforge.net9caae02686aa0e546b44dee2af87f7e20fcf26b6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The fuller fix has been applied in commit: 7883ec0d1d752b1afc1a9a488228711f30657fcf&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#39 multiple definitions error</title><link href="https://sourceforge.net/p/viking/patches/39/?limit=25#91ec" rel="alternate"/><published>2020-05-21T11:22:46.494000Z</published><updated>2020-05-21T11:22:46.494000Z</updated><author><name>Rob Norris</name><uri>https://sourceforge.net/u/robbieonsea/</uri></author><id>https://sourceforge.net30954824c5e374c0cc9bc2fbd142bc033af5b7d9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you for posting this.&lt;/p&gt;
&lt;p&gt;I think however instead of this quick fix (which is quite usable for anyone coming across this issue), I will change it in a more robust manner for inclusion in the source repository.&lt;/p&gt;
&lt;p&gt;I intend to move the data from the header into the .c file and then create and use an accessor function for where data is used in a few places elsewhere.&lt;br/&gt;
i.e. it's not good practice to put data in the header and is not done anywhere else in Viking.&lt;br/&gt;
This appears to be quite straight-forward.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>multiple definitions error</title><link href="https://sourceforge.net/p/viking/patches/39/" rel="alternate"/><published>2020-05-20T21:54:44.049000Z</published><updated>2020-05-20T21:54:44.049000Z</updated><author><name>Dan Fandrich</name><uri>https://sourceforge.net/u/dfandrich/</uri></author><id>https://sourceforge.net0ead81f7422326fd5f2f44577986ce52e9c76f4b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;gcc 10 fails the viking 1.8 build without this patch to make some global vars extern.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>multiple definitions error</title><link href="https://sourceforge.net/p/viking/patches/39/" rel="alternate"/><published>2020-05-20T21:54:44.049000Z</published><updated>2020-05-20T21:54:44.049000Z</updated><author><name>Dan Fandrich</name><uri>https://sourceforge.net/u/dfandrich/</uri></author><id>https://sourceforge.net029600e9fc5a60801d33b022701afb825e99ab9a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 39 has been modified: multiple definitions error&lt;br/&gt;
Edited By: Rob Norris (robbieonsea)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'closed-fixed'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#38 Viking 1.8 doesn't build without mapnik</title><link href="https://sourceforge.net/p/viking/patches/38/?limit=25#4092" rel="alternate"/><published>2020-05-16T16:43:24.630000Z</published><updated>2020-05-16T16:43:24.630000Z</updated><author><name>tom brown</name><uri>https://sourceforge.net/u/bmetal2/</uri></author><id>https://sourceforge.net9d010df2b38853a06780cb1cec45da79421dd50d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;please push out an updated version ... Obviously I'm not the first, and I just wasted another good few minutes reproducing it. centos 7 doesn't have a mapnik library/package.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#38 Viking 1.8 doesn't build without mapnik</title><link href="https://sourceforge.net/p/viking/patches/38/?limit=25#7c88" rel="alternate"/><published>2020-02-27T22:50:10.456000Z</published><updated>2020-02-27T22:50:10.456000Z</updated><author><name>Rob Norris</name><uri>https://sourceforge.net/u/robbieonsea/</uri></author><id>https://sourceforge.net4dff1cd599b512f6a890f1ea6713301fdf467f8a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: Unstable (example) --&amp;gt; 1.9&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry></feed>