logo separator

[mkgmap-dev] Problem to understand splitter.jar --description

From Carlos Dávila cdavilam at orangecorreo.es on Thu Mar 5 19:10:45 GMT 2015

El 05/03/15 a las 18:43, Bernd Weigelt escribió:
> Hi
>
> Maybe it is a problem with my Oregon650, because the map description is
> different from my older Oregon 450, see the attached screenshot
>
> since the last weeekend i'm using template.args instead of tiles/*.o5m, but i
> can't get a usable description from splitter.
>
> before the change i got a description like 'bonn_20150305_1800'
> this is a workaround for me to limits of the O650
>
> Other devices has a family name followed by the description
> as example:
> Basemap
> bonn_20150305_1800
>
> I know, that template.args overwrite mkgmap's description and template.args
> should be overwritten by splitter's description.
>
> But the description the device is now the same as the description of the last
> tile.
>
> Can someone help me with the correct options?
>
> Bernd
>
> java -ea -Xmx6G -jar
> /home/bernd/map_build/splitter-r421/splitter.jar  > splitter.log
> --geonames-file=/home/bernd/map_build/cities15000.zip
> --description=bonn_20150305_1800
> --mapid=65000001
> --output=o5m
> --precomp-sea=/home/bernd/map_build/sea_20150302.zip
> --write-kml=bonn.kml
> --keep-complete
> --overlap=0
> --split-file=/home/bernd/map_build/areas/bonn_areas.list
> /home/bernd/map_build/o5m/bonn.o5m
>
> java -ea -Xmx6G  -jar
> /home/bernd/map_build/mkgmap-housenumbers2-r3490/mkgmap.jar
> --bounds=/home/bernd/map_build/bounds_20150302.zip
> --precomp-sea=/home/bernd/map_build/sea_20150302.zip
> --generate-sea
> --style-file=/home/bernd/map_build/styles/basemap_style
> --name-tag-list=name:de,name,name:en,int_name
> --mapname=65001001
> --family-id=4
> --product-id=44
> --family-name=Basemap
> --draw-priority=10
> -c /home/bernd/map_build/styles/options
> -c /home/bernd/map_build/tiles/template.args
> /home/bernd/map_build/styles/styles_typ.txt
>
>
> # Following is a list of map tiles.  Add a suitable description
> # for each one.
>
> mapname: 65010001
> description: DE-Wiesbaden
> input-file: 65010001.o5m
> ...
> mapname: 65010026
> description: DE-Oberhausen
> input-file: 65010026.o5m
>

Passing both --description and --geonames-file to splitter doesn't make 
sense as both parameters are used to add a description to each tile in 
template.args. If you use both only geonames-file is used and 
description is ignored.


More information about the mkgmap-dev mailing list