<div dir="ltr"><div>Folks, I had a weird problem I just sorted out -  it was known that the position of the TYP file on command line may have some influence,  I remember I read somewhere it is better to place it at the end as last argument. What is weird is something happen among  r3642 and r3695 which changed the behavior.<br><br>I used the following command since years:<br><br><font size="1"><span style="font-family:monospace,monospace">java -Xmx2000M -jar ./mkgmap/mkgmap.jar --max-jobs  --latin1 --output-dir="./img"/ \<br>  --family-id=10030  --product-id=1  --route --remove-short-arcs  --bounds=bounds.zip \<br> --precomp-sea=sea.zip  --location-autofill=is_in,<wbr>nearest --draw-priority=20  --index --housenumbers --gmapsupp </span></font><font size="1"><span style="font-family:monospace,monospace"><font size="1"><span style="font-family:monospace,monospace"><b>./typ/gspeed.typ</b> </span></font> ./work/7311*osm.pbf \<br> --family-id=10031 --product-id=1 --draw-priority=10000  --transparent  <b>./typ/gspeed.typ </b>./contours/imgItaAndAlps/7324*<wbr>img</span></font><br> <br>Since somewhere between r3642 and r3695 ( incl. current 3705) that is generating a map with broken address search (either the country does not appear in the list).<br><br></div>It took sometime to discover that now I need to move the typ file at the end of first section<br><div><br><font size="1"><span style="font-family:monospace,monospace">java -Xmx2000M -jar ./mkgmap/mkgmap.jar --max-jobs  --latin1 --output-dir="./img"/ \<br>  --family-id=10030  --product-id=1  --route --remove-short-arcs  --bounds=bounds.zip \<br> --precomp-sea=sea.zip  --location-autofill=is_in,<wbr>nearest --draw-priority=20  --index --housenumbers --gmapsupp</span></font><font size="1"><span style="font-family:monospace,monospace"><font size="1"><span style="font-family:monospace,monospace"> </span></font> ./work/7311*osm.pbf </span></font><font size="1"><span style="font-family:monospace,monospace"><font size="1"><span style="font-family:monospace,monospace"> </span></font><b><font size="1"><span style="font-family:monospace,monospace"><font size="1"><span style="font-family:monospace,monospace">./typ/gspeed.typ</span></font></span></font></b> \<br> --family-id=10031 --product-id=1 --draw-priority=10000  --transparent./contours/imgItaAndAlps/7324*<wbr>img<br><br></span></font>What is weird is that the 1st command line seems to work for small files or if I remove the contour line (last line - also if I keep the typ before the pbf) and that the typ file is ignored by main map if it is just at the end of the whole command line.<br><br>Maybe it makes sense to better document where to place a typ file in <a href="http://www.mkgmap.org.uk/doc/options">http://www.mkgmap.org.uk/doc/options</a> ...just avoid someone else to get crazy!<br><br>Regards,<br>Enrico<br>  <br></div></div>