<div dir="ltr"><div>@Gerd - it worked well, i.e. two map sets are in. I believe the advantage is on performance since once you processed the img contours once, you can reuse. Plus, on my old Nuvi it allowed to just use the contour as a transparent layer on other maps as well. However, it may not be a standard way to build a map... I'll try your suggestion, thanks.<br></div><div><br></div><div><b>From</b> Gerd Petermann
    <a href="mailto:mkgmap-dev%40lists.mkgmap.org.uk?Subject=Re:%20Re%3A%20%5Bmkgmap-dev%5D%20Maps%20with%20contours%20shows%20two%20maps%20in%20some%0A%09devices%09%28i.e.%20Zumo%20XT%29&In-Reply-To=%3CAM0PR08MB5410680646200A44DA4735E39E850%40AM0PR08MB5410.eurprd08.prod.outlook.com%3E" title="[mkgmap-dev] Maps with contours shows two maps in some     devices (i.e. Zumo XT)">gpetermann_muenchen at hotmail.com
       </a> <b>on</b>
    <i>Mon Jun  8 10:14:13 BST 2020</i>
    <p>

</p><pre>Hi Enrico,

no idea if a single gmapsupp.img can contain two map sets with different family ids and multiple typ files.
Is it important for you that you have the contours in a different map set? If not, I would merge the osm data and the contour data first, use splitter on the merged data to have a single map containing osm data and contours. That's how I create my own maps.
The only problem that you have to take care of is that the contour data must not contain ids which overlap the OSM ids.

I just noticed that my file Hoehendaten_Freizeitkarte_EUROPE.osm.pbf contains node ids starting with 7.500.000.000, so I have to create or download a new file now.

Gerd</pre></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 8, 2020 at 10:22 AM Enrico Liboni <<a href="mailto:eliboni@gmail.com">eliboni@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi there.</div><div><br></div><div>I create my maps with contours using the following command</div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">java -jar ./mkgmap/mkgmap.jar  --description="<b>$family_name - OSM</b>" --output-dir="$dest"/ \<br> --family-id=10030 --product-id=1  --family-name="<b>$family_name - Map</b>"  --route --remove-short-arcs  --bounds=bounds.zip \<br> --precomp-sea=sea.zip  --location-autofill=is_in,nearest --draw-priority=20  --gmapsupp  --index --housenumbers  "$work"/"$suffix"*osm.pbf  ./typ/gspeed.typ    \<br><span style="color:rgb(0,0,255)"> --family-id=10031 --product-id=1  --family-name="<b>$family_name - Contours</b>" --draw-priority=10000  --transparent   $contours ./typ/gspeedContours.typ</span></span></div><div><br></div><div>In blue the part that refers to contours. Mapids for the two sets are different.</div><div><br></div><div>On my Garmin Montana I see just one map with the name passed in <span style="font-family:monospace">--description</span> option (<i>$family_name - OSM</i>).</div><div>On an old Garmin Nuvi I see two maps, the real map with streets (named <i>$family_name - Map</i>) and the one with contours (named <i>$family_name - Contours</i>), which I can enable/disable individually.</div><div>On the new Garmin Zumo XT I see two maps, both named <i>$family_name - OSM. </i>I can't disable just one of the two, they seems to be linked and it is weirs they show up with very same name in the list.<br></div><div><br></div><div>Question: is there a way I can merge the two maps so I get the same behaviour anywhere?</div><div><br></div><div>Thanks!</div><div>Enrico<br></div><div><i></i></div></div>
</blockquote></div>