logo separator

[mkgmap-dev] address index glitch?

From Richard Welty rwelty at averillpark.net on Sat Nov 24 19:30:39 GMT 2012

the address index lookup seems to work fine except for this one glitch.
i enter a house number, then select a road. the road comes up as the 
destination
with no house number displayed, and the routing is to the approximate center
point of the road.

so for some reason the house number is being discarded in the lookup 
process.

mkgmap is r2379, garmin is a nuvi 255w. from my current build script:

java -enableassertions \
   -Xmx2048m \
   -jar ~/Projects/mkgmap/mkgmap-r2379/mkgmap.jar \
   --index \
   --gmapsupp \
   --remove-short-arcs \
   --description="Capital District ER Map Prototype" \
   --add-pois-to-areas \
   --route \
   --overview-mapname=63600000 \
   --mapname=63600001 \
   --family-id=787 \
   --product-id=15 \
   --family-name="OSM ER 2012" \
   --country-abbr="US" \
   --country-name="United States" \
   --region-abbr="NY" \
   --region-name="New York" \
   --series-name="OSM ER Test Series" \
   --area-name="Capital District NY" \
   --link-pois-to-ways \
   --adjust-turn-headings \
   --drive-on-right \
   --check-roundabouts \
   --check-roundabout-flares \
   --add-pois-to-areas \
   --location-autofill \
   $1

any suggestions as to what's up?

thanks,
    richard




More information about the mkgmap-dev mailing list