logo separator

[mkgmap-dev] TYP file and custom style

From Steve Ratcliffe steve at parabola.me.uk on Tue Jul 20 20:35:25 BST 2010

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



More information about the mkgmap-dev mailing list