[mkgmap-dev] Map missing from r1363++ (Re: Commit: r1363: Merge the mapset branch back to trunk.)
From Valentijn Sessink valentyn at blub.net on Sun Nov 22 21:08:57 GMT 2009
Clinton Gladstone schreef: > Hm... I can't reproduce this: my map of Germany appears to generate all tiles correctly. Perhaps there is something else going on. Logging did not show anything peculiar. Or showed lots and lots of data and I didn't know what to look for :) What I do: #!/bin/sh memory=1700m land=Nederland landfile=netherlands.osm.bz2 wget "http://download.geofabrik.de/osm/europe/$landfile" bzcat $landfile > unpacked.osm java -enableassertions -Xmx$memory -jar ../splitter/dist/splitter.jar --description="$land" --max-nodes=600000 unpacked.osm mapid=`sed 's/^0*//' mapid` mapid=`printf '%d' $mapid` mapid=$(( $mapid + 1 )) mapid=`printf '%04d' $mapid` echo $mapid > mapid echo "Rendering map number $mapid... " set -x java -enableassertions -Xmx$memory -jar ../mkgmap/dist/mkgmap.jar --make-opposite-cycleways --mapname=3100${mapid} --latin1 --remove-short-arcs=5.5 --lower-case --route --preserve-element-order --max-jobs --location-autofill-1 --link-pois-to-ways --description="$land" --family-name="Openstreetmap `date +'%d %b %y'`" --series-name="OSM-Valentijn" --gmapsupp --tdbfile --net -c template.args This gives me a map where the left lower corner of the Netherlands is missing (Rotterdam and around it). This is 63240001 and yes, it could be a coincidence that it's the first map in the template. It's size: 63240001: 2383872,153600 to 2424832,202752 # : 51.152344,3.295898 to 52.031250,4.350586 The map itself renders all right, i.e. there's a 63240001.img afterwards that shows all the info I want. Best regards, Valentijn -- Durgerdamstraat 29, 1507 JL Zaandam; telefoon 075-7074579
- Previous message: [mkgmap-dev] Map missing from r1363++ (Re: Commit: r1363: Merge the mapset branch back to trunk.)
- Next message: [mkgmap-dev] set display name problem ( Error in style: Error: (lines:14): Unrecognised command 'display_name', Could not open style null )
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list