logo separator

[mkgmap-dev] mkgmap appears to ignore --family-name

From Ralf Kleineisel ralf at kleineisel.de on Fri Dec 4 08:22:02 GMT 2009

On Thursday 03 December 2009 21:40:47 Marko Mäkelä wrote:

> He also reported that the map says "family name" instead of something
> like "Osm 03.12.2009".  I can repeat that on my Edge 705.
> Has this been changed recently, perhaps related to some MDR stuff?
> It used to work last time I looked, several months ago.
> Here is the relevant command from my osm2img.sh:
> 
> java -jar mkgmap.jar -c mkgmap.args --family-name="OSM 03.12.2009"

Try to set the family name in the args file BEFORE the input-file sections. 
The family name / ID will be used for all tiles that are below that in the 
args file. For a map with two families:

family-id=1234
product-id=1
family-name=Map1
input-file=1.osm
input-file=2.osm
family-id=5678
product-id=1
family-name=Map2
input-file=3.osm
input-file=4.osm



More information about the mkgmap-dev mailing list