<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> type >= 0x0100 && type <= 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> <br><br><br><div>> Date: Fri, 26 Jun 2015 19:32:58 -0300<br>> From: st3ph.martin@laposte.net<br>> To: mkgmap-dev@lists.mkgmap.org.uk<br>> Subject: [mkgmap-dev] No cities found<br>> <br>> Hi all,<br>> <br>> - Tested with ‘etrex 30’ and (very old) ‘etrex Vista Cx’.<br>> - Issue with my last map of France: big file (perhaps the problem), 1.6<br>> Go, but not with the map for French Guiana, 4 Mo.<br>> - mkgmap-r3620<br>> <br>> On the devices, I can search an address, with city's name, country. All<br>> is found.<br>> But if I search with ‘Where To?’ -> Cities, I found nothing !<br>> <br>> Files, options are the same. Just, France gmapsupp is bigger !<br>> <br>> My options:<br>> <br>> - splitter:<br>> <br>> splitter.jar --keep-complete=true<br>> --problem-report=problem-report-splitter.txt \<br>> --geonames-file="$WORKDIR"/cities15000.zip \<br>> --max-nodes=$MAXNODES --no-trim --precomp-sea="$WORKDIR"/sea.zip<br>> --write-kml="$COUNTRY".kml --mapid=$MAPID \<br>> --output=pbf --max-areas=$MAXAREAS \<br>> <br>> - mkgmap:<br>> <br>> mkgmap.jar --gmapsupp \<br>> --max-jobs --latin1 --area-name=$COUNTRY \<br>> --bounds=../bounds.zip \<br>> --net --route \<br>> --index --tdbfile --housenumbers \<br>> --x-split-name-index \<br>> --location-autofill=is_in,nearest \<br>> --name-tag-list=name:fr,int_name,name \<br>> --adjust-turn-headings \<br>> --process-destination --process-exits \<br>> --x-add-indirect-links \<br>> --verbose \<br>> --style-file="$WORKDIR/styles/$STYLE/" \<br>> --list-styles --check-styles \<br>> --family-name="$COUNTRY OSM $STYLE" \<br>> --series-name="$COUNTRY-OSM-$STYLE" \<br>> --mapname=$MAPNAME \<br>> --overview-mapnumber=$MAPNAME \<br>> --reduce-point-density=4 --reduce-point-density-polygon=8 \<br>> --polygon-size-limits="24:12, 18:10, 16:8, 14:4, 12:2, 11:0" \<br>> --preserve-element-order \<br>> --add-pois-to-lines \<br>> --add-pois-to-areas \<br>> --report-similar-arcs \<br>> --link-pois-to-ways \<br>> --min-size-polygon \<br>> --drive-on=detect --check-roundabouts --check-roundabout-flares \<br>> --make-opposite-cycleways \<br>> --country-name="$COUNTRY" --country-abbr="$ABBR" \<br>> --precomp-sea="$WORKDIR/sea.zip" --generate-sea=multipolygon \<br>> <br>> Regards.<br>> _______________________________________________<br>> mkgmap-dev mailing list<br>> mkgmap-dev@lists.mkgmap.org.uk<br>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                            </div></body>
</html>