Christof Schulze
Christof Schulze
reprocessing the sachsen-anhalt-map with maptool -U makes those "lost town" errors disappear but navit will still not find the city.
How about #1324 instead? Processing maps with this patch and the following maptool command makes the town search work for me: ``` maptool -P -i sachsen-anhalt-latest.osm.pbf -U -C DE -z...
documenting progress: @jkoan was able to create a planet map that contains "just the countries" with osmfilter with the hope of processing both, the region as well as the planet...
I have had another look at the maptool output without this patch. It shows (for brandenburg): ``` PROGRESS: Phase 6: assigning towns to countries 3:17 11 MB PROGRESS6: Processed 0...
- [ ] check other countries (like france or greece)how cities are mapped to the country - [ ] since country borders are included in the geofabrik maps, enhance maptool...
yes, it is. I am on mobian here. Also it would be nice on the desktop.
it seems, we need to register a URL handler https://unix.stackexchange.com/questions/497146/create-a-custom-url-protocol-handler How would we run navit and provide the geo coordinates on cli such that these coordinates are opened?
so this already does the desktop-part: place ``` [Desktop Entry] Type=Application Exec=navit %u Name=Navit Icon=navit MimeType=x-scheme-handler/geo; Terminal=false ``` in /usr/local/share/applications/navit.desktop then run `xdg-mime default navit.desktop x-scheme-handler/geo` to test: `xdg-open geo://54.9153/11.3307`...
ok, which one to get rid of? master? in this case maybe the main branch should be configured to trunk?
do we want to release an apk to the stores for every merge to trunk?