x

Re: Worldwide routable Garmin maps: URL REMOVED


Geschrieben von Lambertus (Gast) am 03. Oktober 2012 19:43:41: [flux]

Als Antwort auf: Worldwide routable Garmin maps: URL REMOVED geschrieben von Lambertus (Gast) am 08. März 2009 14:41:

Hmm, I thought I did that. From the build scripts:

Openfietsmap lite:
$mapid = 63440001;

Generic map:
$mapid = 63240001;

But I now see that this setting is later overwritten because both maps use the same initial split result which uses the Generic map base id. I think I have a solution to that in place now but it will be used only for the next update, not the update that is currently running.

Background:
The initial split (and transliteration step) resulted previously in tiles named 63240001.translit.osm.bz2 etc. which the rendering scripts pick up by scanning the initial split result directory and then continue to use the numeric part of the filename throughout the script. I've changed this so that the initial split step results in tiles named 1.translit.osm.bz2 etc., the rendering scripts pick these files up, add the $mapid value and use the result for the rest of the script.