User:Pixt

From OpenStreetMap Wiki
Jump to: navigation, search

Contents

About Me

I am a mapper from Berlin, Germany.
My favorite GPS is an Garmin Oregon 300.
I use it in car, on motorcycle, by bicycle or by hiking.

useful links

best page using OSM: keepright
Please check this page a week after all your edits and check your edits !
Nobody is perfect. Everyone makes a mistake. Please correct your mistakes.

How to create a routable map for Garmin Devices

First, it´s really simple. As an example, here are the steps to create a map for Germany.

Preparation

cd C:\OSM\
java -Xmx1536m -jar \splitter-r107\splitter.jar germany.osm.bz2 --cache=C:\Daten\DEV\OSM\DE\splitcache "--description=OSM Germany %date%" --max-nodes=1000000
java -Xmx1536m -ea -jar \mkgmap-r1645\mkgmap.jar --gmapsupp --draw-priority=25 --transparent --country-name=GERMANY --country-abbr=DE --family-name=OpenStreetMap --latin1 --lower-case --name-tag-list=name:de,en,int_name,name --road-name-pois --route --net --add-pois-to-areas --preserve-element-order --location-autofill=1 --tdbfile --index --nsis -c template.args
exit

Generating the map

Improvements

cd C:\OSM\
wget http://download.geofabrik.de/osm/europe/germany.osm.bz2 -N
java -Xmx1536m -jar \splitter-r107\splitter.jar germany.osm.bz2 --cache=C:\Daten\DEV\OSM\DE\splitcache "--description=OSM Germany %date%" --max-nodes=1000000
java -Xmx1536m -ea -jar \mkgmap-r1645\mkgmap.jar --gmapsupp --draw-priority=25 --transparent --country-name=GERMANY --country-abbr=DE --family-name=OpenStreetMap --latin1 --lower-case --name-tag-list=name:de,en,int_name,name --road-name-pois --route --net --add-pois-to-areas --preserve-element-order --location-autofill=1 --tdbfile --index --nsis -c template.args
exit

Notes

Have an eye on the releases of splitter and mkgmap. Download the latest versions and update the pathes if needed. Pixt 15:42, 05 April 2010 (UTC)

Personal tools
Namespaces
Variants
Actions
site
Toolbox