x

Re: Worldwide routable Garmin maps: URL REMOVED


Geschrieben von flux (Gast) am 03. Februar 2010 11:05:07: [flux]

Als Antwort auf: Worldwide routable Garmin maps: URL REMOVED geschrieben von Lambertus (Gast) am 08. März 2009 14:41:

You are missing the first step: Download a countryname.osm.bz2 from Cloudemade --> http://downloads.cloudmade.com/ or Geofabrik --> http://download.geofabrik.de/osm/ and run

java␣-Xmx2600M␣-jar␣../splitter-r105/splitter.jar␣--status-freq=30␣--cache=.␣--max-nodes=800000␣countryname.osm.bz2

Replace the path to splitter.jar and insert your version.
I use 2600M for 3 GB RAM, de- or increase this value according to your RAM
You can increase 800000 to 1000000 or 1200000

This will split your countryname.osm.bz2 to single tails which you can use with mkgmap

java␣-Xmx2600M␣-jar␣../mkgmap-r1543/mkgmap.jar␣--family-name=DE␣--area-name=DE␣--max-jobs=2␣--latin1␣--description=DE␣--country-name=DE␣--country-abbr=DE␣--route␣--gmapsupp␣--draw-priority=1␣--add-pois-to-areas␣--make-all-cycleways␣--link-pois-to-ways␣--remove-short-arcs␣--net␣--check-roundabouts␣--check-roundabout-flares␣--max-flare-length-ratio=5␣--series-name=DE␣--adjust-turn-headings␣--code-page=1252␣--location-autofill=1␣--road-name-pois␣6324*

Replace the path to mkgmap.jar and insert your version.

The created gmapsupp.img has streetnames as pois.

Just a short instruction, my way to create a useable map for Garmin units.

flux.