Changes between Version 3 and Version 4 of UserGuidelinesGISDataOpenStreetMapGarmin
- Timestamp:
- 11/12/10 16:40:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelinesGISDataOpenStreetMapGarmin
v3 v4 1 = Garmin Base Map = 2 1 3 !OpenStreetMap data can be downloaded to a Garmin GPS: 2 4 * http://wiki.openstreetmap.org/index.php/OSM_Map_On_Garmin … … 26 28 * http://wiki.openstreetmap.org/index.php/Planet.osm 27 29 28 This may need to be cleaned-up using UTF8sanitizer (needs to have Cygwin1.dll present): 30 == UTFSanitizer == 31 This may need to be cleaned-up using UTF8sanitizer 32 33 === Linux === 34 NB Can ignore errors in other apps 35 {{{ 36 apt-get install libmysqlclient-dev 37 svn co http://svn.openstreetmap.org/applications/utils/planet.osm/C/ 38 cd C 39 make 40 ./UTF8sanitizer <filename.osm >fixed.osm 2>errors.txt 41 }}} 42 43 === Windows === 44 Needs to have Cygwin1.dll present 29 45 * http://svn.openstreetmap.org/applications/utils/planet.osm/C/UTF8sanitizer.exe 30 46 {{{ … … 32 48 }}} 33 49 50 == mkgmap == 34 51 Use mkgmap to convert this to be usable on the Garmin: 35 52 {{{ … … 43 60 For more help see: http://wiki.openstreetmap.org/index.php/Mkgmap/help 44 61 62 === Troubleshooting === 45 63 If you get : 46 64 {{{ … … 59 77 }}} 60 78 79 === UK === 61 80 If downloading the whole of the UK (from http://nick.dev.openstreetmap.org/downloads/planet/) then this is too large to process in 1 go, so do this: 62 81 {{{ … … 80 99 }}} 81 100 101 == !MapSource == 82 102 The map can be made visible in !MapSource using a .reg file like this one (copy the 6*.img & the 6*.tdb to c:\garmin\osm): 83 103 * OSM.reg (attached) … … 85 105 * see threads: http://www.poi-factory.com/node/15660, http://www.poi-factory.com/node/20054 86 106 107 == Osmosis == 87 108 To split off a smaller area from a larger osm file, use Osmosis: 88 109 * http://wiki.openstreetmap.org/index.php/Osmosis … … 92 113 (2pts.txt files available from http://www.maproom.psu.edu/dcw/) 93 114 115 == Contours == 94 116 To add Contour lines to the .osm files before converting to .img: 95 117 * http://wiki.openstreetmap.org/index.php/Srtm2Osm