<?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: Send Maps to GPS with Mkgmap (Cross-Platform)</title>
	<atom:link href="http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://openmtbmap.org</link>
	<description> Routable Maps for Garmin GPS for outdoor sports </description>
	<lastBuildDate>Tue, 22 May 2012 14:45:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: extremecarver</title>
		<link>http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/comment-page-1/#comment-11117</link>
		<dc:creator>extremecarver</dc:creator>
		<pubDate>Tue, 29 Mar 2011 22:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://openmtbmap.org/?page_id=259#comment-11117</guid>
		<description>Well current is 1905 - so it seems to be really up to date. (1903 is 6 days old)</description>
		<content:encoded><![CDATA[<p>Well current is 1905 &#8211; so it seems to be really up to date. (1903 is 6 days old)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pete dawgg</title>
		<link>http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/comment-page-1/#comment-11116</link>
		<dc:creator>pete dawgg</dc:creator>
		<pubDate>Tue, 29 Mar 2011 16:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://openmtbmap.org/?page_id=259#comment-11116</guid>
		<description>thx for the info, i just checked the versions:
in portage (gentoo&#039;s &quot;package-manager&quot;) it&#039;s mkgmap-1903 (which dates from march 2008 according to its manpage), and the latest stable version linked to from osm is mkgmap-1867.
check both in http://www.mkgmap.org.uk/snapshots/ where it just says &quot;March ...&quot; which i guess is March 2008.
i tested both versions of mkgmap and running the command (with &lt;i&gt;mkgmap ....&lt;/i&gt; and &lt;i&gt;java -jar mkgmap ...&lt;/i&gt;) and they both work.

THX AGAIN FOR THOSE GREAT MAPS!</description>
		<content:encoded><![CDATA[<p>thx for the info, i just checked the versions:<br />
in portage (gentoo&#8217;s &#8220;package-manager&#8221;) it&#8217;s mkgmap-1903 (which dates from march 2008 according to its manpage), and the latest stable version linked to from osm is mkgmap-1867.<br />
check both in <a href="http://www.mkgmap.org.uk/snapshots/" rel="nofollow">http://www.mkgmap.org.uk/snapshots/</a> where it just says &#8220;March &#8230;&#8221; which i guess is March 2008.<br />
i tested both versions of mkgmap and running the command (with <i>mkgmap &#8230;.</i> and <i>java -jar mkgmap &#8230;</i>) and they both work.</p>
<p>THX AGAIN FOR THOSE GREAT MAPS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: extremecarver</title>
		<link>http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/comment-page-1/#comment-11102</link>
		<dc:creator>extremecarver</dc:creator>
		<pubDate>Mon, 28 Mar 2011 17:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://openmtbmap.org/?page_id=259#comment-11102</guid>
		<description>Well then you probably depend on dated mkgmap versions, which may cause trouble depending on how old the bundled mkgmap is. If you cannot call mkgmap via java, most likely you don&#039;t have java jdk (best use Sun Java) properly installed.</description>
		<content:encoded><![CDATA[<p>Well then you probably depend on dated mkgmap versions, which may cause trouble depending on how old the bundled mkgmap is. If you cannot call mkgmap via java, most likely you don&#8217;t have java jdk (best use Sun Java) properly installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pete dawgg</title>
		<link>http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/comment-page-1/#comment-11098</link>
		<dc:creator>pete dawgg</dc:creator>
		<pubDate>Mon, 28 Mar 2011 15:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://openmtbmap.org/?page_id=259#comment-11098</guid>
		<description>i&#039;m on gentoo and just could get the windoze-stuff to run with wine, but it is possible to create the gmapsupp.img with the program &lt;em&gt;mkgmap &lt;/em&gt;directly (which is installable via portage), because calling the mkgmap with java did not work, either. i just copied the command from this website and ran mkgmap with it directly:
&lt;em&gt;&#160;&#160;mkgmap --family-id=9999 --family-name=openmtbmap --gmapsupp 6*.img clas*.TYP&lt;/em&gt;
it put the gmapsupp.img in the same dir and it seems to run on my legend hcx (did not test it muchm though)
THX FOR THE GREAT WORK!</description>
		<content:encoded><![CDATA[<p>i&#039;m on gentoo and just could get the windoze-stuff to run with wine, but it is possible to create the gmapsupp.img with the program <em>mkgmap </em>directly (which is installable via portage), because calling the mkgmap with java did not work, either. i just copied the command from this website and ran mkgmap with it directly:<br />
<em>&nbsp;&nbsp;mkgmap &#8211;family-id=9999 &#8211;family-name=openmtbmap &#8211;gmapsupp 6*.img clas*.TYP</em><br />
it put the gmapsupp.img in the same dir and it seems to run on my legend hcx (did not test it muchm though)<br />
THX FOR THE GREAT WORK!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/feed/ ) in 0.22925 seconds, on May 22nd, 2012 at 3:13 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2012 at 4:14 pm UTC -->
