mkgmap und ovm_*****.img Kacheln

Hallo,
da ich mal wieder meine Garmin Karte neugestalte ist mir folgendes aufgefallen.
Beim erstellen der .img Kacheln mittels mkgmap entstehen neuerdings auch ovm_***.img Dateien.

Kann mir jemand sagen für was die gut sind oder was die für eine Bedeutung haben.
Ich hab da noch nichts darüber gefunden, in Deutscher Sprache, und weder QLGT noch Basecamp haben was damit anfangen können. Im Gegenteil wenn ich aus der *.nsi Datei eine WIN *.exe erzeuge tauchen diese Dateien in der WIN Installation nicht mal mehr auf.

Verwendet wird im Moment splitter-r414 und mkgmap-r3350 und das läuft auch ohne Fehler durch.
Danke schon mal für alle Infos, Gruß

splitter code

java -Xmx6000M -ea -jar ./$splitter/splitter.jar --keep-complete=true --mapid=$mapname --max-areas=255 --max-nodes=1200000 --no-trim --output=pbf --output-dir=./$osmausschnitt-osm --overlap=0 --status-freq=600 $osmausschnitt.pbf 2>./error-splitter.txt

mkgmap code

java -Xmx6G -ea -jar ./$mkgmap/mkgmap.jar --max-jobs --mapname=$mapname --overview-mapname=$overviewmapname --family-name=$familyname --series-name=$seriesname --description=$description --family-id=$familyid --product-id=$productid --country-abbr=$countryabbr --latin1 --style-file=./style/$stylefile --tdbfile --route --gmapsupp --draw-priority=25 --precomp-sea=./sea.zip --add-pois-to-areas --add-pois-to-lines --preserve-element-order --location-autofill=nearest --nsis --transparent --output-dir=./$osmausschnitt -c ./$osmausschnitt-osm/template.args $typdatei 2>./error-mkgmap.txt

Hallo,

das sind kompilierte Kacheln zur Erzeugung der Übersichtsmap. Diese werden nach der Erstellung nicht mehr gebraucht und können mit dem mkgmap-Parameter --remove-ovm-work-files automatisch entfernt werden. Will man allerdings nachträglich eine Übersichtsmap erstellen (mkgmap auf die *.img statt .osm.pbf ansetzen), so werden die ovm-Files nicht neu erstellt und die Übersichtsmap bleibt leer, falls mkgmap überhaupt ohne Abbruch läuft. Erstellt werden diese ovm_.img auch nur, wenn “overview-levels=” in options oder der Befehlszeile angegeben wird.

Grüße
Mario

Die stammen seit einer bestimmten mkgmap Version von irgend einem Zwischenschritt. Kann man löschen. Den Zweck kenne ich auch nicht

Schöne Grüße
unixasket

Eine Kopie aus den News von mkgmap: (Ich nutze sie allerdings auch nicht)

Now mkgmap has a real overview map
31
May

Earlier today, mkgmap developer Gerd Petermann merged his changes to create a proper overview map into trunk. Update now or go and get version r2636 or later from the download page.

This is an important feature that has been missing from mkgmap for a long time. The overview map exists to display a low resolution map of the whole area of a set of map tiles.

Although there has always been an overview map, as it is essential to displaying in MapSource or BaseCamp, it has been empty apart from the polygons that show the area covered by each tile in the map.

There was another problem: to compensate for the lack of an overview map most map styles, including the default one, contained extra map levels so that the map was still visible when zoomed out to the scale of regions and countries. This extra data made the map slower when scrolling on GPS devices.

So the change has a double benefit; the map is still visible when zoomed out far enough to show whole countries and continents and can also be faster to scroll on GPS

The new enhanced overview map will be automatically generated when creating a map without having to make any changes. There are however a couple of new options to control what happens.

–overview-levels
like levels, specifies additional levels that are to be written to the overview map. Counting of the levels should continue. Up to 8 additional levels may be specified, but the lowest usable resolution with MapSource seems to be 11.
–remove-ovm-work-files
If overview-levels is used, mkgmap creates one additional file with the prefix ovm_ for each map (*.img) file. These files are used to create the overview map. With option --remove-ovm-work-files=true the files are removed after the overview map was created. The default is to keep the files.

DANKE
an alle für die Infos.

–remove-ovm-work-files ==> hat geholfen nun schaut es wieder so aus wie gehabt. :slight_smile:

Schönes WE