Hi > java -Xmx1500m -enableassertions -jar "$MKGMAP" > --location-autofill=bounds --rou te --link-pois-to-ways > --coastlinefile=coastlines_europe.osm.pbf --generate-sea= multipolygon > --latin1 --remove-short-arcs --output-dir=tmp -c tmp/template.args > > java -Xmx1500m -enableassertions -jar "$MKGMAP" --index --gmapsupp > tmp/*.img
The index must be built with the same code page as is used for the tiles. In this case --latin1 It ought to be possible for mkgmap to determine the correct character set info from the tiles it is given, but it does not currently do that. ..Steve _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
