Hi > Ok I have just understood the problem : I first have to create the img > file, and then to use the --gmapsupp option with the TYP file. This is > : > * java -jar mkgmap.jar --family-id=4242 > --style-file=resources/styles/watsan --tdbfile bilbao.osm > * java -jar mkgmap.jar --family-id=4242 --tdbfile --gmapsupp > 63240001.img watsan.TYP > > And it works well now ! Thanks !
I'm glad it is working for you now, but you shouldn't have to do it in two steps. It should work just like this: java -jar mkgmap.jar --family-id=4242 --style-file=resources/styles/watsan --tdbfile --gmapsupp bilbao.osm watsan.TYP and it is a bug if it doesn't. ..Steve _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
