Changes between Version 3 and Version 4 of UserGuidelinesGISDataOpenStreetMapGarmin


Ignore:
Timestamp:
11/12/10 16:40:33 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelinesGISDataOpenStreetMapGarmin

    v3 v4  
     1= Garmin Base Map =
     2
    13!OpenStreetMap data can be downloaded to a Garmin GPS:
    24 * http://wiki.openstreetmap.org/index.php/OSM_Map_On_Garmin
     
    2628 * http://wiki.openstreetmap.org/index.php/Planet.osm
    2729
    28 This may need to be cleaned-up using UTF8sanitizer (needs to have Cygwin1.dll present):
     30== UTFSanitizer ==
     31This may need to be cleaned-up using UTF8sanitizer
     32
     33=== Linux ===
     34NB Can ignore errors in other apps
     35{{{
     36apt-get install libmysqlclient-dev
     37svn co http://svn.openstreetmap.org/applications/utils/planet.osm/C/
     38cd C
     39make
     40./UTF8sanitizer <filename.osm >fixed.osm 2>errors.txt
     41}}}
     42
     43=== Windows ===
     44Needs to have Cygwin1.dll present
    2945 * http://svn.openstreetmap.org/applications/utils/planet.osm/C/UTF8sanitizer.exe
    3046{{{
     
    3248}}}
    3349
     50== mkgmap ==
    3451Use mkgmap to convert this to be usable on the Garmin:
    3552{{{
     
    4360For more help see: http://wiki.openstreetmap.org/index.php/Mkgmap/help
    4461
     62=== Troubleshooting ===
    4563If you get :
    4664{{{
     
    5977}}}
    6078
     79=== UK ===
    6180If 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:
    6281{{{
     
    8099}}}
    81100
     101== !MapSource ==
    82102The 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):
    83103 * OSM.reg (attached)
     
    85105 * see threads: http://www.poi-factory.com/node/15660, http://www.poi-factory.com/node/20054
    86106
     107== Osmosis ==
    87108To split off a smaller area from a larger osm file, use Osmosis:
    88109 * http://wiki.openstreetmap.org/index.php/Osmosis
     
    92113(2pts.txt files available from http://www.maproom.psu.edu/dcw/)
    93114
     115== Contours ==
    94116To add Contour lines to the .osm files before converting to .img:
    95117 * http://wiki.openstreetmap.org/index.php/Srtm2Osm