<div dir="ltr"><br><div>Hi Ticker,</div><div><br></div><div>I've built a map with just the missing tile and the tile is correctly displayed on my device:</div><div><br></div><div><div><img src="cid:ii_kbgnu7fr0" alt="231.bmp" width="240" height="400"><br></div></div><div><br></div><div><br></div><div>This means that the data are correct, but the whole map not ?</div><div><br></div><div>I've removed the --max-jobs option.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 15, 2020 at 3:13 PM Ticker Berkin <<a href="mailto:rwb-mkgmap@jagit.co.uk">rwb-mkgmap@jagit.co.uk</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">Hi Pierre<br>
<br>
Try building one of the failed tiles on its own, ie replace<br>
  -c template.args<br>
with<br>
  --input-file=path/name-of-missing-tile.osm.pbf<br>
and then watch for any errors.<br>
<br>
Suggest just have --max-jobs without a value<br>
<br>
Ticker<br>
<br>
<br>
On Mon, 2020-06-15 at 14:08 +0200, Pierre Brico wrote:<br>
> <br>
> Hi Joris,<br>
> <br>
> I didn't install the map in basecamp but if it can help, I will.<br>
> <br>
> On my device I've moved all maps in a separated directories to<br>
> disable them. The only one left was mine.<br>
> <br>
> To create the France map, I started from belgium-latest.osm.pbf<br>
> downloaded from <a href="http://geofabrik.de" rel="noreferrer" target="_blank">geofabrik.de</a>. Then I splitted it using splitter<br>
> (r597) tool and then generated the map with mkgmap (r4525). The<br>
> mkgmap command line option was:<br>
> <br>
> java -Xmx8G -jar $MKGMAP_DIR/mkgmap.jar --gmapsupp \<br>
> --family-id=$FAMILY_ID \<br>
> --product-id=0 \<br>
> --product-version=1 \<br>
> --draw-priority=20 \<br>
> --family-name="OSM $COUNTRY_ISO" \<br>
> --series-name="OSM $COUNTRY_ISO" \<br>
> --country-name="$COUNTRY" \<br>
> --country-abbr="$COUNTRY_ISO" \<br>
> --max-jobs=8 \<br>
> --latin1 \<br>
> --index \<br>
> --split-name-index \<br>
> --housenumbers \<br>
> --reduce-point-density=4 \<br>
> --reduce-point-density-polygon=8 \<br>
> --min-size-polygon=8 \<br>
> --polygon-size-limits="24:12, 18:10, 16:8, 14:4, 12:2, 11:0" \<br>
> --route \<br>
> --make-opposite-cycleways \<br>
> --add-pois-to-areas \<br>
> --process-destination \<br>
> --process-exits \<br>
> --order-by-decreasing-area \<br>
> --keep-going \<br>
> --style-file=$MKGMAP_DIR/resources/styles --style=default \<br>
> --bounds=$BOUNDS_FILE \<br>
> --precomp-sea=$SEA_FILE \<br>
> -c template.args ../typ/2000.typ \<br>
> --description="OSM custom routable(${COUNTRY_ISO}_$(date "+%d-%m<br>
> -%Y"))"<br>
> <br>
> with template.args coming from the splitter step.<br>
> <br>
> Note that I've identified a (amongst several) missing tile and the<br>
> name of the tile was in the template.args. Moreover, the tile which<br>
> doesn't display on my device, is shown by GMapTool on the final IMG.<br>
> <br>
> Thanks for your help,<br>
> Pierre<br>
> <br>
> <br>
> <br>
> <br>
> <br>
> On Mon, Jun 15, 2020 at 1:39 PM Joris Bo <<a href="mailto:jorisbo@hotmail.com" target="_blank">jorisbo@hotmail.com</a>> wrote:<br>
> > Hi Brico,<br>
> >  <br>
> > Does your newly created map displays in basecamp correctly?<br>
> > If no: The start is to find out why tiles are skipped by mkgmap or<br>
> > splitter by investigating the error logging  (This is the tip of<br>
> > Ticker)<br>
> > If yes: A start could be to disable all maps on your device by<br>
> > renaming the *.IMG extension to *._IMG except your own map.<br>
> > You can find the maps on both the device as the SSD in the map<br>
> > garmin<br>
> >  <br>
> > If you created the maps the most straight forward way (without<br>
> > specifying family id and tile number start for example) you can<br>
> > easily create duplicate tile numbers which could conflict with<br>
> > other mapmakers. Default all tiles start with 6324xxx1<br>
> >  <br>
> >  <br>
> >  <br>
> > Van: mkgmap-dev <<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk" target="_blank">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>> Namens<br>
> > Pierre Brico<br>
> > Verzonden: zondag 14 juni 2020 18:16<br>
> > Aan: Development list for mkgmap <<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a>><br>
> > Onderwerp: Re: [mkgmap-dev] Tiles missing<br>
> >  <br>
> >  <br>
> > Yes, my GPSMAP 66s runs the latest firmware (4.20 see <br>
> > <a href="https://www8.garmin.com/support/download_details.jsp?id=14337" rel="noreferrer" target="_blank">https://www8.garmin.com/support/download_details.jsp?id=14337</a>).<br>
> >  <br>
> > Note that the France OpenTopoMap on the same device is working<br>
> > properly.<br>
> >  <br>
> > I can also try the map on my 64s if this can help to identify the<br>
> > problem...<br>
> >  <br>
> >  <br>
> > On Sun, Jun 14, 2020 at 3:46 PM Ralf Kleineisel <<a href="mailto:ralf@kleineisel.de" target="_blank">ralf@kleineisel.de</a><br>
> > > wrote:<br>
> > Hi,<br>
> > <br>
> > Am 13.06.20 um 11:41 schrieb Pierre Brico:<br>
> > <br>
> > > A few months ago, I bought a Garmin GPSMAP 66s (I've already<br>
> >  other <br>
> > <br>
> > > Now I would like to generate a map for my next holiday in France<br>
> > but I <br>
> > > have issues with missing tiles.<br>
> > <br>
> > does your device run the latest firmware? I had weird display<br>
> > problems <br>
> > with older firmware on my 64s.<br>
> > <br>
> > <br>
> > <br>
> > _______________________________________________<br>
> > mkgmap-dev mailing list<br>
> > <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br>
> > <a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" rel="noreferrer" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
> > _______________________________________________<br>
> > mkgmap-dev mailing list<br>
> > <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br>
> > <a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" rel="noreferrer" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
> _______________________________________________<br>
> mkgmap-dev mailing list<br>
> <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br>
> <a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" rel="noreferrer" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
_______________________________________________<br>
mkgmap-dev mailing list<br>
<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" rel="noreferrer" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
</blockquote></div>