<?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, 07 Feb 2012 11:03:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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>
	<item>
		<title>By: tehdog</title>
		<link>http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/comment-page-1/#comment-2700</link>
		<dc:creator>tehdog</dc:creator>
		<pubDate>Thu, 05 Aug 2010 13:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://openmtbmap.org/?page_id=259#comment-2700</guid>
		<description>original command didn&#039;t work for me in Ubuntu 10.04, it just didn&#039;t show up on my Garmin eTrex Vista HCX
but using
&lt;code&gt;java &#160;-Xmx512M -jar mkgmap.jar --gmapsupp map/6*.img map/clas*.TYP &lt;strong&gt;--family-name=openmtbmap --family-id=6365&lt;/strong&gt;&lt;/code&gt;
it worked. Thanks!!</description>
		<content:encoded><![CDATA[<p>original command didn&#039;t work for me in Ubuntu 10.04, it just didn&#039;t show up on my Garmin eTrex Vista HCX<br />
but using<br />
<code>java &nbsp;-Xmx512M -jar mkgmap.jar --gmapsupp map/6*.img map/clas*.TYP <strong>--family-name=openmtbmap --family-id=6365</strong></code><br />
it worked. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fw_crocodile</title>
		<link>http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/comment-page-1/#comment-1221</link>
		<dc:creator>fw_crocodile</dc:creator>
		<pubDate>Mon, 08 Feb 2010 19:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://openmtbmap.org/?page_id=259#comment-1221</guid>
		<description>Hi,

I think you should add some options to the suggested command.

At least, I suggest the following:

--family-name=openmtbmap (This will display in the selection list on the GPS device)
--family-id=6367 (For example is the id of clasit.TYP file, I didn&#039;t check the others)

Specifiyng the family id is necessary (at least in my case) to have the TYP file working on linux, so it would be usefull too the specify somewhere which are the ids of the various TYP file).

Thank&#039;s for your great work.
Anselmo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I think you should add some options to the suggested command.</p>
<p>At least, I suggest the following:</p>
<p>&#8211;family-name=openmtbmap (This will display in the selection list on the GPS device)<br />
&#8211;family-id=6367 (For example is the id of clasit.TYP file, I didn&#8217;t check the others)</p>
<p>Specifiyng the family id is necessary (at least in my case) to have the TYP file working on linux, so it would be usefull too the specify somewhere which are the ids of the various TYP file).</p>
<p>Thank&#8217;s for your great work.<br />
Anselmo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Michael</title>
		<link>http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/comment-page-1/#comment-1220</link>
		<dc:creator>Andreas Michael</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://openmtbmap.org/?page_id=259#comment-1220</guid>
		<description>Hello, the java command above
&quot;java  -Xmx512M -jar mkgmap.jar --gmapsupp 6*.IMG clas*.TYP&quot;
should be
&quot;java  -Xmx512M -jar mkgmap.jar --gmapsupp 6*.img srtmdbw.TYP&quot;
in my opinion, because e.g. Linux is case sensitive, so .IMG is different from .img. At least the bavarian Map uses lowerCase fileExtensions of the img-Files .

regards and keep up the good work, Andy</description>
		<content:encoded><![CDATA[<p>Hello, the java command above<br />
&#8220;java  -Xmx512M -jar mkgmap.jar &#8211;gmapsupp 6*.IMG clas*.TYP&#8221;<br />
should be<br />
&#8220;java  -Xmx512M -jar mkgmap.jar &#8211;gmapsupp 6*.img srtmdbw.TYP&#8221;<br />
in my opinion, because e.g. Linux is case sensitive, so .IMG is different from .img. At least the bavarian Map uses lowerCase fileExtensions of the img-Files .</p>
<p>regards and keep up the good work, Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tholm</title>
		<link>http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/comment-page-1/#comment-1219</link>
		<dc:creator>tholm</dc:creator>
		<pubDate>Sat, 12 Sep 2009 16:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://openmtbmap.org/?page_id=259#comment-1219</guid>
		<description>Did you disconnect your USB drive correctly from your box. I had the same problem and the safety removing of the USB volume solves the problem. Wait until the removing process finished. It needs some time so please be patient.</description>
		<content:encoded><![CDATA[<p>Did you disconnect your USB drive correctly from your box. I had the same problem and the safety removing of the USB volume solves the problem. Wait until the removing process finished. It needs some time so please be patient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/comment-page-1/#comment-1218</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sat, 05 Sep 2009 23:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://openmtbmap.org/?page_id=259#comment-1218</guid>
		<description>Hi,

When I do the mkgmap command and move it to my garmin etrex HCx, it completly ignores the TYP files (displaying it the way it displayes the base map).
Can this be corrected?

Thanks!
Nathan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When I do the mkgmap command and move it to my garmin etrex HCx, it completly ignores the TYP files (displaying it the way it displayes the base map).<br />
Can this be corrected?</p>
<p>Thanks!<br />
Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GP4Flo</title>
		<link>http://openmtbmap.org/tutorials/send-maps-to-your-gps/mkgmap/comment-page-1/#comment-1217</link>
		<dc:creator>GP4Flo</dc:creator>
		<pubDate>Thu, 27 Aug 2009 21:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://openmtbmap.org/?page_id=259#comment-1217</guid>
		<description>If I try to run mkgmap in MacOSx, it somehow doesn&#039;t include the TYP file. I always get a yellow map (basic Garmin layout) in my GPS device. Does anyone have a clue what&#039;s wrong here?</description>
		<content:encoded><![CDATA[<p>If I try to run mkgmap in MacOSx, it somehow doesn&#8217;t include the TYP file. I always get a yellow map (basic Garmin layout) in my GPS device. Does anyone have a clue what&#8217;s wrong here?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- Quick Cache: failed to write cache. The cache/ directory is either non-existent ( and could not be created ) or it is not writable. -->
