<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: GPX Viewer</title>
	<atom:link href="http://blog.sarine.nl/gpx-viewer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sarine.nl</link>
	<description>Beati pauperes spiritu</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:44:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Qball</title>
		<link>http://blog.sarine.nl/gpx-viewer/comment-page-1/#comment-29827</link>
		<dc:creator>Qball</dc:creator>
		<pubDate>Sun, 25 Apr 2010 09:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sarine.nl/?page_id=451#comment-29827</guid>
		<description>Plotting height v.s. time has been supported for a while now. Dev. branch has 5 different plots it can show. waiting for libchamplain todo a release.</description>
		<content:encoded><![CDATA[<p>Plotting height v.s. time has been supported for a while now. Dev. branch has 5 different plots it can show. waiting for libchamplain todo a release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.sarine.nl/gpx-viewer/comment-page-1/#comment-29821</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 25 Apr 2010 06:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sarine.nl/?page_id=451#comment-29821</guid>
		<description>Very nice tool!

Maybe an idea for a feature that is relatively simple to add: instead of plotting the speed vs. time, you could have an option to plot the height vs. time.   

I did this once for the gpx files coming from my Garmin Etrex Vista (simple gnuplot graphs: see e.g. http://www.peterverthez.net/gps/070603.html).    You have to make sure you set the height in the GPS when you start a trip, because it drifts a lot over time (because it&#039;s simply based on barometric measurements).   But still, it is very usable, if you also add some smoothing.

(Of course Belgium has some more elevation differences than Holland, so maybe you&#039;re not that interested in that ;-) )</description>
		<content:encoded><![CDATA[<p>Very nice tool!</p>
<p>Maybe an idea for a feature that is relatively simple to add: instead of plotting the speed vs. time, you could have an option to plot the height vs. time.   </p>
<p>I did this once for the gpx files coming from my Garmin Etrex Vista (simple gnuplot graphs: see e.g. <a href="http://www.peterverthez.net/gps/070603.html)" rel="nofollow">http://www.peterverthez.net/gps/070603.html)</a>.    You have to make sure you set the height in the GPS when you start a trip, because it drifts a lot over time (because it&#8217;s simply based on barometric measurements).   But still, it is very usable, if you also add some smoothing.</p>
<p>(Of course Belgium has some more elevation differences than Holland, so maybe you&#8217;re not that interested in that <img src='http://blog.sarine.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qball</title>
		<link>http://blog.sarine.nl/gpx-viewer/comment-page-1/#comment-29173</link>
		<dc:creator>Qball</dc:creator>
		<pubDate>Sat, 27 Mar 2010 23:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sarine.nl/?page_id=451#comment-29173</guid>
		<description>Calculated, My gps does not write down the speed entry in its gpx file.  I guess it should be an easy  fix to read out the value and if not available calculate it.
Please file a bug.</description>
		<content:encoded><![CDATA[<p>Calculated, My gps does not write down the speed entry in its gpx file.  I guess it should be an easy  fix to read out the value and if not available calculate it.<br />
Please file a bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.sarine.nl/gpx-viewer/comment-page-1/#comment-29166</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 27 Mar 2010 17:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sarine.nl/?page_id=451#comment-29166</guid>
		<description>It ate my includes too. It read:
In src/gpx-viewer.c, change #include  to #include </description>
		<content:encoded><![CDATA[<p>It ate my includes too. It read:<br />
In src/gpx-viewer.c, change #include  to #include</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.sarine.nl/gpx-viewer/comment-page-1/#comment-29165</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 27 Mar 2010 16:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sarine.nl/?page_id=451#comment-29165</guid>
		<description>Yep, removing the line &quot;default=4&quot; from src/gpx-graph.vala did the trick. It complied and is now working sans problem on Karmic. And in terms of the clutter include, I think martijn had a typo.  This worked for me:
In src/gpx-viewer.c, change &quot;#include &quot; to &quot;#include &quot;

I&#039;m wondering: for the speed data, are you taking a discrete derivative of the coordinates? Or does it look for  tags too?

This program is exactly what I was looking for, ie. a distance vs. time plot with a map. Thanks for you help.</description>
		<content:encoded><![CDATA[<p>Yep, removing the line &#8220;default=4&#8243; from src/gpx-graph.vala did the trick. It complied and is now working sans problem on Karmic. And in terms of the clutter include, I think martijn had a typo.  This worked for me:<br />
In src/gpx-viewer.c, change &#8220;#include &#8221; to &#8220;#include &#8221;</p>
<p>I&#8217;m wondering: for the speed data, are you taking a discrete derivative of the coordinates? Or does it look for  tags too?</p>
<p>This program is exactly what I was looking for, ie. a distance vs. time plot with a map. Thanks for you help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qball</title>
		<link>http://blog.sarine.nl/gpx-viewer/comment-page-1/#comment-29156</link>
		<dc:creator>Qball</dc:creator>
		<pubDate>Sat, 27 Mar 2010 11:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sarine.nl/?page_id=451#comment-29156</guid>
		<description>Vala&#039;s syntax changed. You can fix it by completely removing the default = 4 from that property definition.</description>
		<content:encoded><![CDATA[<p>Vala&#8217;s syntax changed. You can fix it by completely removing the default = 4 from that property definition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.sarine.nl/gpx-viewer/comment-page-1/#comment-29150</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 27 Mar 2010 05:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sarine.nl/?page_id=451#comment-29150</guid>
		<description>I would love to get this working on Karmic. I am not terribly knowledgeable compiling this sort of thing. I changed the include and and the library dependency from 0.3 to 0.4, but make is giving me this error:

gpx-graph.vala:54.14-54.14: error: only automatic properties can have default values
			default = 4;
			          ^
Compilation failed: 1 error(s), 0 warning(s)
make[2]: *** [gpx_viewer_vala.stamp] Error 1
make[2]: Leaving directory `/home/ihincks/Downloads/gpx-viewer-0.1.2&#039;
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/ihincks/Downloads/gpx-viewer-0.1.2&#039;
make: *** [check] Error 2

I would love some help here. Let me know if you need more info.</description>
		<content:encoded><![CDATA[<p>I would love to get this working on Karmic. I am not terribly knowledgeable compiling this sort of thing. I changed the include and and the library dependency from 0.3 to 0.4, but make is giving me this error:</p>
<p>gpx-graph.vala:54.14-54.14: error: only automatic properties can have default values<br />
			default = 4;<br />
			          ^<br />
Compilation failed: 1 error(s), 0 warning(s)<br />
make[2]: *** [gpx_viewer_vala.stamp] Error 1<br />
make[2]: Leaving directory `/home/ihincks/Downloads/gpx-viewer-0.1.2&#8242;<br />
make[1]: *** [check-recursive] Error 1<br />
make[1]: Leaving directory `/home/ihincks/Downloads/gpx-viewer-0.1.2&#8242;<br />
make: *** [check] Error 2</p>
<p>I would love some help here. Let me know if you need more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qball</title>
		<link>http://blog.sarine.nl/gpx-viewer/comment-page-1/#comment-29112</link>
		<dc:creator>Qball</dc:creator>
		<pubDate>Thu, 25 Mar 2010 22:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sarine.nl/?page_id=451#comment-29112</guid>
		<description>Because I do not have time for updating sites, I rather code.</description>
		<content:encoded><![CDATA[<p>Because I do not have time for updating sites, I rather code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martijn</title>
		<link>http://blog.sarine.nl/gpx-viewer/comment-page-1/#comment-29111</link>
		<dc:creator>martijn</dc:creator>
		<pubDate>Thu, 25 Mar 2010 22:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sarine.nl/?page_id=451#comment-29111</guid>
		<description>Ah, might want to put a ;-) on it next time ;-).

Bit confusing that 0.1.2 isn&#039;t listed with the downloads? Will try later</description>
		<content:encoded><![CDATA[<p>Ah, might want to put a <img src='http://blog.sarine.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  on it next time <img src='http://blog.sarine.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p>Bit confusing that 0.1.2 isn&#8217;t listed with the downloads? Will try later</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martijn</title>
		<link>http://blog.sarine.nl/gpx-viewer/comment-page-1/#comment-29110</link>
		<dc:creator>martijn</dc:creator>
		<pubDate>Thu, 25 Mar 2010 22:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sarine.nl/?page_id=451#comment-29110</guid>
		<description>hm. my comment got partially eaten there. the include stuff should read 

if I change the #include &lt;clutter-gtk/gtk-clutter-embed.h&gt; to #include &lt;clutter/gtk/clutter-gtk.h&gt;</description>
		<content:encoded><![CDATA[<p>hm. my comment got partially eaten there. the include stuff should read </p>
<p>if I change the #include &lt;clutter-gtk/gtk-clutter-embed.h&gt; to #include &lt;clutter/gtk/clutter-gtk.h&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
