On Wed, Nov 02, 2011 at 11:57:05AM +1000, steve sgalowski wrote:
>while trying to convert *.osm.pbf files into a img file
>the program really never runs at all
It looks like you are not giving it any map names:
>java -Xmx500m -jar mkgmap.jar --route --gmapsupp --mapname=*.osm.pbf
Add 'echo' to the front of the command line in order to see how the
*.osm.pbf gets expanded. Unless you have .osm.pbf files whose names
start with '--mapname=', the --mapname=*.osm.pbf should expand to an
empty sequence.
Best regards,
Marko
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev