Hi there!
we are having a problem with the maps: In some cases, the routing
uses streets that don't exist!
Here's a video that shows the problem: http://www.youtube.com/watch?v=SUG370VDBFY
We are using the following commands with r2479:
wget -O map1.osm
http://api.openstreetmap.org/api/0.6/map?bbox=57.349,-20.300,57.82,-19.976
wget -O map2.osm
http://api.openstreetmap.org/api/0.6/map?bbox=57.298,-20.529,57.818,-20.250
java -jar mkgmap.jar --reduce-point-density=4
--reduce-point-density-polygon=8 --show-profiles=1
--add-pois-to-lines --index --location-autofill=bounds,is_in,nearest
--latin1 --ignore-maxspeeds --remove-short-arcs
--min-size-polygon=10 --add-pois-to-areas --preserve-element-order
--route --name-tag-list=name:en,int_name,name:zh_py,name:engels,name
--bounds=bounds --drive-on-left --gmapsupp map1.osm map2.osm
Could anybody comment on what might be causing this problem? Is is a
bug in mkgmap or in the OSM data?
Greets,
Fabian