logo separator

[mkgmap-dev] Using multiple TYP files

From Christoph Wagner freemaps.osm at googlemail.com on Mon Mar 22 15:52:14 GMT 2010

2010/3/22 Toby Speight <T.M.Speight.90 at cantab.net>:

> /--------
> | $(MKGMAP) --gmapsupp \
> |    --family-id=1672 --product-id=1672 1672*.img 1672.TYP \
> |    --family-id=6324 --product-id=6324 6324*.img 6324.TYP
> \--------

> How best to combine the two?

Do it sequentially.

$(MKGMAP) --gmapsupp  --family-id=1672 --product-id=1672 1672*.img 1672.TYP
mv gmapsupp.img gmapsupp1.img
$(MKGMAP) --gmapsupp  --family-id=6324 --product-id=6324 6324*.img 6324.TYP
mv gmapsupp.img gmapsupp2.img
$(MKGMAP) --gmapsupp gmapsupp1.img gmapsupp2.img

Then you get a gmapsupp.img that contains what you want.



More information about the mkgmap-dev mailing list