<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 Carlos, <br><br>I tried to reproduce the problem with your data on my Oregon 450t and I <br>see no problems. When I list "all POI" <br>I see POIs like Starbucks, Telegraph Hill and Fog City Diner.<br><br>Gerd<br><br><div>&gt; Date: Sat, 22 Nov 2014 22:04:18 +0100<br>&gt; From: cdavilam@orangecorreo.es<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] No POI in gmapsupp<br>&gt; <br>&gt; El 21/11/14 a las 22:47, Carlos Dávila escribió:<br>&gt; &gt; I build all maps of my web site [1] using the same parameters for <br>&gt; &gt; mkgmap (apart from name, FID, etc.). Most of them work fine, but those <br>&gt; &gt; of full USA or single USA states have no POI's when installed on <br>&gt; &gt; device, with no difference if I use mkgmap generated gmapsupp or <br>&gt; &gt; MapSource generated. On MapSource/BaseCamp POI search works as expected.<br>&gt; &gt;<br>&gt; &gt; I use the following general mkgmap call:<br>&gt; &gt; java -Xmx2800m -ea -Dlog.config=logging.properties -jar mkgmap.jar <br>&gt; &gt; --output-dir=./tmp --bounds=bounds.zip --precomp-sea=sea.zip <br>&gt; &gt; --max-jobs --route --latin1 --code-page=1252 \<br>&gt; &gt; --country-name=$PAIS --country-abbr=$ABR --area-name=$MAPA <br>&gt; &gt; --family-name="OpenStreetMap $MAPA" --family-id=1$FID --product-id=1 <br>&gt; &gt; --series-name="OSM-$MAPA" \<br>&gt; &gt; --overview-mapname=$ABR-1$FID --overview-mapnumber=551${FID}000 <br>&gt; &gt; --name-tag-list=$NAMETAG --index $RNP --process-destination <br>&gt; &gt; --process-exits --housenumbers \<br>&gt; &gt; --remove-short-arcs=0 --reduce-point-density=4 <br>&gt; &gt; --reduce-point-density-polygon=8 --polygon-size-limits="24:12, 18:10, <br>&gt; &gt; 16:0" --add-pois-to-areas --adjust-turn-headings --report-similar-arcs <br>&gt; &gt; --report-dead-ends=2 --link-pois-to-ways \<br>&gt; &gt; --location-autofill=is_in,nearest --drive-on-$DRIVEON <br>&gt; &gt; --check-roundabouts --check-roundabout-flares <br>&gt; &gt; --license-file=license_ODbL.txt \<br>&gt; &gt; --copyright-message="OpenStreetMap contributors, ODbL. See: <br>&gt; &gt; http://www.openstreetmap.org/copyright" --style=mio --check-styles -c <br>&gt; &gt; $pais.args<br>&gt; &gt; Which becomes as follows for USA with the variables assigned:<br>&gt; &gt; java -Xmx2800m -ea -Dlog.config=logging.properties -jar mkgmap.jar <br>&gt; &gt; --output-dir=./tmp --bounds=bounds.zip --precomp-sea=sea.zip <br>&gt; &gt; --max-jobs --route --latin1 --code-page=1252 --country-name=USA <br>&gt; &gt; --country-abbr=USA --area-name=USA --family-name="OpenStreetMap USA" <br>&gt; &gt; --family-id=148 --product-id=1 --series-name="OSM-USA" <br>&gt; &gt; --overview-mapname=USA-148 --overview-mapnumber=55148000 <br>&gt; &gt; --name-tag-list=name --index --process-destination --process-exits <br>&gt; &gt; --housenumbers --remove-short-arcs=0 --reduce-point-density=4 <br>&gt; &gt; --reduce-point-density-polygon=8 --polygon-size-limits="24:12, 18:10, <br>&gt; &gt; 16:0" --add-pois-to-areas --adjust-turn-headings --report-similar-arcs <br>&gt; &gt; --report-dead-ends=2 --link-pois-to-ways <br>&gt; &gt; --location-autofill=is_in,nearest --drive-on-right --check-roundabouts <br>&gt; &gt; --check-roundabout-flares --license-file=license_ODbL.txt <br>&gt; &gt; --copyright-message="OpenStreetMap contributors, ODbL. See: <br>&gt; &gt; http://www.openstreetmap.org/copyright" --style=mio --check-styles -c <br>&gt; &gt; usa.args<br>&gt; &gt;<br>&gt; &gt; Any idea what can make the difference with USA maps?<br>&gt; &gt;<br>&gt; &gt; [1] http://mapas.alternativaslibres.es/download.php<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mkgmap-dev mailing list<br>&gt; &gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;<br>&gt; I have narrowed down the number of options and the area involved and <br>&gt; still the same result. I just downloaded an small area of San Francisco <br>&gt; (USA) [1] and Cáceres (Spain) [2] in JOSM and compiled them with the <br>&gt; following command:<br>&gt; java -Xmx800m -ea -jar mkgmap.jar --bounds=bounds.zip <br>&gt; --precomp-sea=sea.zip --route --latin1 --code-page=1252 --family-id=114 <br>&gt; --product-id=1 --overview-mapname=ESP-114 --mapname=55114001 <br>&gt; --overview-mapnumber=55114000 --index san_francisco.osm (or caceres.osm)<br>&gt; Once installed on device (via MapSource) I can find POI's using Cáceres <br>&gt; gmapsupp.img and can't find any in San Francisco. The same if I generate <br>&gt; gmapsupp with:<br>&gt; java -Xmx800m -ea -jar mkgmap.jar --gmapsupp --bounds=bounds.zip <br>&gt; --precomp-sea=sea.zip --route --latin1 --code-page=1252 --family-id=114 <br>&gt; --product-id=1 --index<br>&gt; <br>&gt; [1] http://mapas.alternativaslibres.es/san_francisco.osm<br>&gt; [2] http://mapas.alternativaslibres.es/caceres.osm<br>&gt; <br>&gt; -- <br>&gt; Por favor, no me envíe documentos con extensiones .doc, .docx, .xls, .xlsx, .ppt, .pptx, .mdb, mdbx<br>&gt; Instale LibreOffice desde http://es.libreoffice.org/descarga/<br>&gt; LibreOffice es libre: se puede copiar, modificar y redistribuir libremente. Gratis y totalmente legal.<br>&gt; LibreOffice está en continuo desarrollo y no tendrá que pagar por las nuevas versiones.<br>&gt; <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>