Thank you Hilton and Paul.The problem was fixed, as you suggested, by the mkgmap parameters. This is the command line I used:<br><br>   java -jar mkgmap.jar --family-2650 --latin1 --mapname=26500009 --transparent --description=OSM_AU_LHI test.osm<br>
<br>I am not sure if the --latin1 or --transparent options are critical but without the --mapname switch I noticed that when I ran MapSetToolKit I got these messages: <br><br>   == Warning: repeated map ID number.<br>   == Map ID 63240001 (3C4F741), file C:/Garmin/JoinedFiles/63240001.img, file C:/Garmin/JoinedFiles/26500009.img.<br>
  There were warnings, result can be faulty.<br><br>I had thought that I could just change the default file name (63240001.img) in Windows but it seems that the mapname must be embedded in the img file. With the mapname option the warnings disappeared and I can upload via both MapSource and MapSetToolKit. <br>
<br>I think this might explain a few other upload failures I have had using maps created by other people i.e. they use 63240001 as the mapname no matter what they rename the file to.<br><br>Thank you again.<br><br><br><div class="gmail_quote">
2009/3/15 Hilton Long <span dir="ltr"><<a href="mailto:seldom.seen@verizon.net">seldom.seen@verizon.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Message: 11<br>
Date: Sun, 15 Mar 2009 17:38:03 +1100<br>
From: Ian Wills <<a href="mailto:swanilli@gmail.com">swanilli@gmail.com</a>><br>
Subject: [OSM-newbies] Getting from OSM to Garmin<br>
To: <a href="mailto:newbies@openstreetmap.org">newbies@openstreetmap.org</a><br>
Message-ID:<br>
        <<a href="mailto:2e3fb3a20903142338r28066345x8487b4d7cdac9e6a@mail.gmail.com">2e3fb3a20903142338r28066345x8487b4d7cdac9e6a@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<div class="im"><br>
>Here is my problem: I have edited a map (Lord Howe Island to be precise<br>
>permalink:<br>
><a href="http://www.openstreetmap.org/?lat=-" target="_blank">http://www.openstreetmap.org/?lat=-</a>>31.5467&lon=159.0684&zoom=13&layers=B00<br>
0FTF)<br>
>and I now want to get the map onto my Garmin Oregon 300 but, try as I<br>
might,<br>
>I can get it there but I can't see it.<br>
<br>
>This is what I did:<br>
>1.  Downloaded the map with JOSM.<br>
>2.  Saved as a *.osm file.<br>
>3  Converted this to an *.img file using mkgmap.<br>
>4. Loaded the map onto MapSource using MapSetToolKit.exe.<br>
<br>
>Having got to this point I can I can view it in MapSource and can upload it<br>
>to my Oregon 300 and view it there provided it is the only map I have on<br>
the<br>
>unit in gmapsupp.img.<br>
<br>
</div>I think you need to include the --transparent argument in your mkgmap<br>
command line.  I don't know about the Oregon, but it works on a 60CSX.<br>
<br>
The following Windows XP batch file lists all the command line options<br>
available to a particular version of mkgmap to a text file called<br>
mkgmap_options.txt.  It should be on a single line until the pause.<br>
<br>
java.exe -Xmx512M -jar "c:\program files\mkgmap\mkgmap.jar" --help=options ><br>
mkgmap_options.txt<br>
pause<br>
<div><div></div><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
newbies mailing list<br>
<a href="mailto:newbies@openstreetmap.org">newbies@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/newbies" target="_blank">http://lists.openstreetmap.org/listinfo/newbies</a><br>
</div></div></blockquote></div><br>