logo separator

[mkgmap-dev] 'Not Near Any Road' Error Message

From Ralf Kleineisel ralf at kleineisel.de on Sat Sep 25 20:16:36 BST 2010

On 09/25/2010 05:34 PM, Mr Thwibble wrote:

> java -jar ./mkgmap/mkgmap.jar ./midab.osm ./southab.osm --gmapsupp --route

Try to revert the order of options so that the osm files are last:

java -jar ./mkgmap/mkgmap.jar --gmapsupp --route ./midab.osm ./southab.osm

At least if you use a configuration file any option will only be used
for osm files in the config file AFTER that line. Might be the same for
the command line, but I'm not sure.



More information about the mkgmap-dev mailing list