[mkgmap-dev] Address index incomplete
From Alessio Medici al-ba at tiscali.it on Thu Dec 5 13:59:27 GMT 2024
Hi, I am trying to create maps with address index, but it seems the index contains only a few (something like 10) cities. >From geofabrik.de I have downloaded the .osm.pbf file for Europe than I have run splitter and mkgmap using the following command lines: java -jar "/home/Alessio/bin/splitter/splitter.jar" \ --description="Italia" \ --output-dir=. \ --geonames-file="../Italia.txt" \ --wanted-admin-level="11" \ --mapid="13900000" \ --max-nodes="5000000" \ --polygon-file="../Italia.poly" \ "/home/Alessio/GarminMapsCreation/planetfile/europe-latest.osm.pbf" java -jar "/home/Alessio/bin/mkgmap/mkgmap.jar" \ -Dlog.config=logging.properties \ --max-jobs \ --gmapsupp \ --output-dir="gmapsupp" \ --country-name="Italia" \ --family-name="Italia" \ --family-id="42" \ --area-name="Italia" \ --description="Italia" \ --series-name="OSM generic routable(Italia_20240728)" \ --product-id="42" \ --mapname="13900000" \ --country-abbr="" \ --draw-priority="26" \ --precomp-sea=../../sea-latest.zip \ --generate-sea \ --route \ --drive-on=detect,right \ --report-roundabout-issues \ --fix-roundabout-direction \ --process-destination \ --process-exits \ --name-tag-list=int_name,name \ --remove-ovm-work-files=true \ --bounds=../../bounds-latest.zip \ --verbose \ --location-autofill=is_in,nearest \ --make-poi-index \ --index \ --split-name-index \ --housenumbers \ --preserve-element-order \ --dem="/home/Alessio/GarminMapsCreation/hgt" \ --style-file=../../default_style \ --keep-going \ --improve-overview \ --min-size-polygon=15 \ -c "gmapsupp/template.args" The java version I use is: java 23 2024-09-17 Java(TM) SE Runtime Environment (build 23+37-2369) Java HotSpot(TM) 64-Bit Server VM (build 23+37-2369, mixed mode, sharing) on Ubuntu 24.04 The map is OK and I can use it for routing, but I have to choose manually the start and end point directly on the map. Can someone point me out where I am wrong? Thank you very much Alessio
- Previous message: [mkgmap-dev] Problem with newer garmin device text labels not appearing
- Next message: [mkgmap-dev] Address index incomplete
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list