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. _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
