<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Stéphane,<br><br>I think I saw similar problems while traveling through <br>Europe using a map created by <br><a href="http://garmin.openstreetmap.nl/" target="_blank">http://garmin.openstreetmap.nl/</a><br>with Minkos "Openfietsmap Lite" style.<br><br>One reason could be that the different <br>indexes are build from different sources.<br>The list of cities is build from POI with<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; type &gt;= 0x0100 &amp;&amp; type &lt;= 0x1100;<br>while cities in address search are retrieved from<br>mkgmap:city and there is no need to know <br>"where" the centre of the city is.<br><br>So, you should check your style to make sure that<br>it uses the special "city POI types" like the default<br>style does.<br>If that doesn't help, we may add a check to report<br>city names occuring in addresses which do not<br>have a corresponding POI.<br><br>Gerd<br>&nbsp;<br><br><br><div>&gt; Date: Fri, 26 Jun 2015 19:32:58 -0300<br>&gt; From: st3ph.martin@laposte.net<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: [mkgmap-dev] No cities found<br>&gt; <br>&gt; Hi all,<br>&gt; <br>&gt; - Tested with ‘etrex 30’ and (very old) ‘etrex Vista Cx’.<br>&gt; - Issue with my last map of France: big file (perhaps the problem), 1.6<br>&gt; Go, but not with the map for French Guiana, 4 Mo.<br>&gt; - mkgmap-r3620<br>&gt; <br>&gt; On the devices, I can search an address, with city's name, country. All<br>&gt; is found.<br>&gt; But if I search with ‘Where To?’ -&gt; Cities, I found nothing !<br>&gt; <br>&gt; Files, options are the same. Just, France gmapsupp is bigger !<br>&gt; <br>&gt; My options:<br>&gt; <br>&gt; - splitter:<br>&gt; <br>&gt; splitter.jar --keep-complete=true<br>&gt; --problem-report=problem-report-splitter.txt \<br>&gt; --geonames-file="$WORKDIR"/cities15000.zip \<br>&gt; --max-nodes=$MAXNODES --no-trim --precomp-sea="$WORKDIR"/sea.zip<br>&gt; --write-kml="$COUNTRY".kml --mapid=$MAPID \<br>&gt; --output=pbf --max-areas=$MAXAREAS \<br>&gt; <br>&gt; - mkgmap:<br>&gt; <br>&gt; mkgmap.jar --gmapsupp \<br>&gt; --max-jobs --latin1 --area-name=$COUNTRY \<br>&gt; --bounds=../bounds.zip \<br>&gt; --net --route \<br>&gt; --index --tdbfile --housenumbers \<br>&gt; --x-split-name-index \<br>&gt; --location-autofill=is_in,nearest \<br>&gt; --name-tag-list=name:fr,int_name,name \<br>&gt; --adjust-turn-headings \<br>&gt; --process-destination --process-exits \<br>&gt; --x-add-indirect-links \<br>&gt; --verbose \<br>&gt; --style-file="$WORKDIR/styles/$STYLE/" \<br>&gt; --list-styles --check-styles \<br>&gt; --family-name="$COUNTRY OSM $STYLE" \<br>&gt; --series-name="$COUNTRY-OSM-$STYLE" \<br>&gt; --mapname=$MAPNAME \<br>&gt; --overview-mapnumber=$MAPNAME \<br>&gt; --reduce-point-density=4 --reduce-point-density-polygon=8 \<br>&gt; --polygon-size-limits="24:12, 18:10, 16:8, 14:4, 12:2, 11:0" \<br>&gt; --preserve-element-order \<br>&gt; --add-pois-to-lines \<br>&gt; --add-pois-to-areas \<br>&gt; --report-similar-arcs \<br>&gt; --link-pois-to-ways \<br>&gt; --min-size-polygon \<br>&gt; --drive-on=detect --check-roundabouts --check-roundabout-flares \<br>&gt; --make-opposite-cycleways \<br>&gt; --country-name="$COUNTRY" --country-abbr="$ABBR" \<br>&gt; --precomp-sea="$WORKDIR/sea.zip" --generate-sea=multipolygon \<br>&gt; <br>&gt; Regards.<br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>