• Hallo Gast, wir suchen den Renner der Woche 🚴 - vielleicht hast du ein passendes Rennrad in deiner Garage? Alle Infos

Aktuelles Kartenmaterial für Wahoo ELEMNT BOLT, ROAM, ELEMNT selbst generieren

It might be as simple as adding a drop filter (you can hardcode it in) of --drop="highway=path and surface!=asphalt" and OR in any other surface value's.
https://wiki.openstreetmap.org/wiki/Osmfilter#Drop_specific_Objects
Here is how I did the "drops":
Bildschirmfoto 2023-04-24 um 08.26.36.png
and the following for my local region by copying the modified map into the WMC default folder & renaming it to prevent the WMC from re-downloading the non-modified DE-map from the OSM server:
Bildschirmfoto 2023-04-24 um 08.20.32.png

In result there is a file size reduction from 10.8MB to 9.8MB for now:
Bildschirmfoto 2023-04-24 um 08.35.57.png

and the final result on my RoamV1 with a standard vtm-elemnt.xml taken from here containing unpaved path tags (unmodified map / modified map):
IMG_0013.jpg IMG_0014.jpg

There still is some unpaved stuff shown, like this one, wich means I have to proceed with some more "drops".

It sounds so easy doesn't it @*cl* :)
It is... :D
 

Anzeige

Re: Aktuelles Kartenmaterial für Wahoo ELEMNT BOLT, ROAM, ELEMNT selbst generieren
the more "drops":
Bash:
osmfilter germany-latest.osm.o5m --drop="tracktype=grade2" --drop="tracktype=grade3" --drop="tracktype=grade4" --drop="tracktype=grade5" --drop="surface=stepping_stones" --drop="surface=rubber" --drop="surface=unpaved" --drop="surface=compacted" --drop="surface=fine_gravel" --drop="surface=gravel" --drop="surface=rock" --drop="surface=pebblestone" --drop="surface=ground" --drop="surface=dirt" --drop="surface=earth" --drop="surface=grass" --drop="surface=grass_paver" --drop="surface=mud" --drop="surface=sand" --drop="surface=woodchips" -o=germany-latest_modified_2.osm.o5m

and the result on my RoamV1
  • with a standard vtm-elemnt.xml taken from here containing unpaved path tags (left side)
  • with my personal vtm-elemnt.xml containing only paved ones (right side):
IMG_0016.jpg IMG_0017.jpg

left side: there are still a few possible unpaved tracks (dashline) wich are in OSM tagged without any surface or tracktype and therefore poor to be dropped from the map...

right side: only known (OSM tagged) paved tracks, paths and roads are displayed

Next and hopefully last step is to create the depending routing tiles using the modified maps as shown above on the left & right side. But I don't have a clue how to do...
 
I had no access to my pc yesterday but that's what I was "afraid" of, not all paths will have a surface tag.
But you are pretty close to what you wanted! :daumen:
Personally only surprised to see my sample theme would not show the build up area's in red. It should use a red pattern. Going to check on that later.

Routing tiles: You should be able to use your pre-surface-filtered maps. I am pretty sure I already posted here how to create them. Can't find it back but in a nutshell this is how I do it (but I use a planet file as a source for completeness in border area's and that takes a lot of resources and time)
Docker desktop with this container: https://github.com/gis-ops/docker-valhalla

Create a folder to map to the container, custom_files in my example and copy your filtered pbf source map to it.

The command line I use (on windows) is this:
docker run -dt -e build_time_zones=True -e build_admins=True -e build_elevation=True -e min_x=-180 -e max_x=180 -e min_y=-90 -e max_y=90 -e use_tiles_ignore_pbf=False --name valhalla_gis-ops -p 8002:8002 -v d:/custom_files:/custom_files ghcr.io/gis-ops/docker-valhalla/valhalla:latest
to generate the tiles. Adjust the x/y for elevation data as needed to prevent a big download 😉
See the docs on the github page for more linux/mac like examples.

To start the container and just serve already created tiles:
docker run -dt -e use_tiles_ignore_pbf=True -e serve_tiles=True --name valhalla_gis-ops -p 8002:8002 -v d:/custom_files:/custom_files ghcr.io/gis-ops/docker-valhalla/valhalla:latest
Note, it can take a while to start. After that you can goto https://valhalla.github.io/demos/routing/index-internal.html and play around with it (using localhost on the left side) .
The valhalla.json.txt file is my settings file, rename it to valhalla.json. Should mostly be the Wahoo stuff. Place it in the mapped folder (d:\custom_files in my example).
Note: If you do not use the json file attached it will create routing tiles with default settings (not really bad) but it does cause the tile server part not to start (error about a http timeout).
 

Anhänge

Yes it does! Because you removed the "not wanted" roads in your file it will not be able to route over those anymore if you use it as a source for the routing tile generation.
It is I think more of a problem when you ride an mtb and it ignores gravel paths. (other way around from your situation)
 
For some reason, the result does not yet seem to look like it should on the Roam:
Bildschirmfoto 2023-04-26 um 15.42.32.png
the related Docker logs:
Code:
2023-04-26 15:26:10
2023-04-26 15:26:10 INFO: Running container with user valhalla UID 59999 and GID 59999.
2023-04-26 15:26:10
2023-04-26 15:26:10 find: '/custom_files/transit_tiles': No such file or directory
2023-04-26 15:26:10 WARNING: Hash not found for: /custom_files/sachsen-latest.osm.pbf!
2023-04-26 15:26:10 WARNING: No routing tiles found at /custom_files/valhalla_tiles.tar or /custom_files/valhalla_tiles, starting a new build
2023-04-26 15:26:10
2023-04-26 15:26:10 =====================
2023-04-26 15:26:10 = Building admin db =
2023-04-26 15:26:10 =====================
2023-04-26 15:26:10
2023-04-26 15:26:10 2023/04/26 13:26:10.731287 [INFO] Parsing files: /custom_files/sachsen-latest.osm.pbf
2023-04-26 15:26:10 2023/04/26 13:26:10.732204 [INFO] Parsing relations...
2023-04-26 15:26:17 2023/04/26 13:26:17.517478 [INFO] Finished with 12 admin polygons comprised of 8673 ways
2023-04-26 15:26:17 2023/04/26 13:26:17.517528 [INFO] Parsing ways...
2023-04-26 15:26:24 2023/04/26 13:26:24.380431 [INFO] Finished with 490 ways comprised of 51114 nodes
2023-04-26 15:26:24 2023/04/26 13:26:24.380483 [INFO] Parsing nodes...
2023-04-26 15:26:30 2023/04/26 13:26:30.512793 [INFO] Finished with 50630 nodes
2023-04-26 15:26:31 2023/04/26 13:26:31.863061 [INFO] Created admin access table.
2023-04-26 15:26:32 2023/04/26 13:26:32.097460 [INFO] Created admin table.
2023-04-26 15:26:32 2023/04/26 13:26:32.097760 [WARN] Polska (49715) is missing way member 940518585
2023-04-26 15:26:32 2023/04/26 13:26:32.097777 [WARN] Polska (49715) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.097783 [WARN] Deutschland (51477) is missing way member 195725410
2023-04-26 15:26:32 2023/04/26 13:26:32.097802 [WARN] Deutschland (51477) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.098250 [WARN] Česko (51684) is missing way member 266072113
2023-04-26 15:26:32 2023/04/26 13:26:32.098311 [WARN] Česko (51684) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.098412 [WARN] Thüringen (62366) is missing way member 625227446
2023-04-26 15:26:32 2023/04/26 13:26:32.098476 [WARN] Thüringen (62366) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.098875 [WARN] Sachsen (62467) is missing way member 51179637
2023-04-26 15:26:32 2023/04/26 13:26:32.098949 [WARN] Sachsen (62467) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.098996 [WARN] Brandenburg (62504) is missing way member 757668892
2023-04-26 15:26:32 2023/04/26 13:26:32.099002 [WARN] Brandenburg (62504) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.099007 [WARN] Sachsen-Anhalt (62607) is missing way member 618019097
2023-04-26 15:26:32 2023/04/26 13:26:32.099010 [WARN] Sachsen-Anhalt (62607) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.099046 [WARN] województwo lubuskie (130969) is missing way member 216244998
2023-04-26 15:26:32 2023/04/26 13:26:32.099052 [WARN] województwo lubuskie (130969) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.099056 [WARN] województwo dolnośląskie (224457) is missing way member 175469910
2023-04-26 15:26:32 2023/04/26 13:26:32.099059 [WARN] województwo dolnośląskie (224457) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.099205 [WARN] Severovýchod (435513) is missing way member 266072113
2023-04-26 15:26:32 2023/04/26 13:26:32.099246 [WARN] Severovýchod (435513) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.101183 [WARN] Severozápad (435516) is missing way member 52286892
2023-04-26 15:26:32 2023/04/26 13:26:32.101315 [WARN] Severozápad (435516) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.101350 [WARN] Bayern (2145268) is missing way member 208768282
2023-04-26 15:26:32 2023/04/26 13:26:32.101353 [WARN] Bayern (2145268) is degenerate and will be skipped
2023-04-26 15:26:32 2023/04/26 13:26:32.101391 [INFO] Inserted 0 admin areas
2023-04-26 15:26:32 2023/04/26 13:26:32.395500 [INFO] Created spatial index
2023-04-26 15:26:32 2023/04/26 13:26:32.417793 [INFO] Created Level index
2023-04-26 15:26:32 2023/04/26 13:26:32.438758 [INFO] Created Drive On Right index
2023-04-26 15:26:32 2023/04/26 13:26:32.469553 [INFO] Created allow intersection names index
2023-04-26 15:26:32 2023/04/26 13:26:32.474649 [INFO] Done updating drive on right column.
2023-04-26 15:26:32 2023/04/26 13:26:32.476745 [INFO] Done updating allow intersection names column.
2023-04-26 15:26:32 2023/04/26 13:26:32.478688 [INFO] Done updating Parent admin
2023-04-26 15:26:32 2023/04/26 13:26:32.480613 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Cymru / Wales
2023-04-26 15:26:32 2023/04/26 13:26:32.480667 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for United States
2023-04-26 15:26:32 2023/04/26 13:26:32.480741 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Greece
2023-04-26 15:26:32 2023/04/26 13:26:32.480779 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Finland
2023-04-26 15:26:32 2023/04/26 13:26:32.480832 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Switzerland
2023-04-26 15:26:32 2023/04/26 13:26:32.480838 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for France
2023-04-26 15:26:32 2023/04/26 13:26:32.480844 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for England
2023-04-26 15:26:32 2023/04/26 13:26:32.480853 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Russia
2023-04-26 15:26:32 2023/04/26 13:26:32.480889 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Belarus
2023-04-26 15:26:32 2023/04/26 13:26:32.480897 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Hungary
2023-04-26 15:26:32 2023/04/26 13:26:32.480955 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Belgium
2023-04-26 15:26:32 2023/04/26 13:26:32.480964 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Iceland
2023-04-26 15:26:32 2023/04/26 13:26:32.480970 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Austria
2023-04-26 15:26:32 2023/04/26 13:26:32.480975 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Brazil
2023-04-26 15:26:32 2023/04/26 13:26:32.480981 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Denmark
2023-04-26 15:26:32 2023/04/26 13:26:32.480986 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for China
2023-04-26 15:26:32 2023/04/26 13:26:32.481026 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Spain
2023-04-26 15:26:32 2023/04/26 13:26:32.481064 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Australia
2023-04-26 15:26:32 2023/04/26 13:26:32.481115 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Ireland
2023-04-26 15:26:32 2023/04/26 13:26:32.481124 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Netherlands
2023-04-26 15:26:32 2023/04/26 13:26:32.481130 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Türkiye
2023-04-26 15:26:32 2023/04/26 13:26:32.481138 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Norway
2023-04-26 15:26:32 2023/04/26 13:26:32.481144 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Italy
2023-04-26 15:26:32 2023/04/26 13:26:32.481149 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Alba / Scotland
2023-04-26 15:26:32 2023/04/26 13:26:32.481154 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Sweden
2023-04-26 15:26:32 2023/04/26 13:26:32.481160 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Northern Ireland
2023-04-26 15:26:32 2023/04/26 13:26:32.481167 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Oman
2023-04-26 15:26:32 2023/04/26 13:26:32.481173 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Slovakia
2023-04-26 15:26:32 2023/04/26 13:26:32.481178 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Philippines
2023-04-26 15:26:32 2023/04/26 13:26:32.481184 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Poland
2023-04-26 15:26:32 2023/04/26 13:26:32.481189 [ERROR] sqlite3_step() error: NOT NULL constraint failed: admin_access.admin_id.  Ignore if not using a planet extract or check if there was a name change for Romania
2023-04-26 15:26:32 2023/04/26 13:26:32.482058 [INFO] Finished.
2023-04-26 15:26:32
2023-04-26 15:26:32 ========================
2023-04-26 15:26:32 = Building timezone db =
2023-04-26 15:26:32 ========================
2023-04-26 15:26:32
2023-04-26 15:26:32 downloading timezone polygon file.
2023-04-26 15:26:39 Archive:  ./timezones-with-oceans.shapefile.zip
2023-04-26 15:26:39   inflating: dist/combined-shapefile-with-oceans.dbf
2023-04-26 15:26:39   inflating: dist/combined-shapefile-with-oceans.prj
2023-04-26 15:26:42   inflating: dist/combined-shapefile-with-oceans.shp
2023-04-26 15:26:42   inflating: dist/combined-shapefile-with-oceans.shx
2023-04-26 15:26:42 SQLite version: 3.37.2
2023-04-26 15:26:42 SpatiaLite version: 5.0.1
2023-04-26 15:26:43 Inserted 439 rows into 'tz_world' from './dist/combined-shapefile-with-oceans.shp'
2023-04-26 15:26:43 SpatiaLite version ..: 5.0.1Supported Extensions:
2023-04-26 15:26:43 - 'VirtualShape'[direct Shapefile access]
2023-04-26 15:26:43 - 'VirtualDbf'[direct DBF access]
2023-04-26 15:26:43 - 'VirtualText'[direct CSV/TXT access]
2023-04-26 15:26:43 - 'VirtualGeoJSON'[direct GeoJSON access]
2023-04-26 15:26:43 - 'VirtualXL'[direct XLS access]
2023-04-26 15:26:43 - 'VirtualNetwork'[Dijkstra shortest path - obsolete]
2023-04-26 15:26:43 - 'RTree'[Spatial Index - R*Tree]
2023-04-26 15:26:43 - 'MbrCache'[Spatial Index - MBR cache]
2023-04-26 15:26:43 - 'VirtualFDO'[FDO-OGR interoperability]
2023-04-26 15:26:43 - 'VirtualBBox'[BoundingBox tables]
2023-04-26 15:26:43 - 'VirtualSpatialIndex'[R*Tree metahandler]
2023-04-26 15:26:43 - 'VirtualElementary'[ElemGeoms metahandler]
2023-04-26 15:26:43 - 'VirtualRouting'[Dijkstra shortest path - advanced]
2023-04-26 15:26:43 - 'VirtualKNN'[K-Nearest Neighbors metahandler]
2023-04-26 15:26:43 - 'VirtualGPKG'[OGC GeoPackage interoperability]
2023-04-26 15:26:43 - 'VirtualXPath'[XML Path Language - XPath]
2023-04-26 15:26:43 - 'SpatiaLite'[Spatial SQL - OGC]
2023-04-26 15:26:43 PROJ version ........: Rel. 8.2.1, January 1st, 2022
2023-04-26 15:26:43 GEOS version ........: 3.10.2-CAPI-1.16.0
2023-04-26 15:26:43 RTTOPO version ......: 1.1.0
2023-04-26 15:26:43 TARGET CPU ..........: x86_64-linux-gnu
2023-04-26 15:26:43 1
2023-04-26 15:26:43 SpatiaLite version ..: 5.0.1Supported Extensions:
2023-04-26 15:26:43 - 'VirtualShape'[direct Shapefile access]
2023-04-26 15:26:43 - 'VirtualDbf'[direct DBF access]
2023-04-26 15:26:43 - 'VirtualText'[direct CSV/TXT access]
2023-04-26 15:26:43 - 'VirtualGeoJSON'[direct GeoJSON access]
2023-04-26 15:26:43 - 'VirtualXL'[direct XLS access]
2023-04-26 15:26:43 - 'VirtualNetwork'[Dijkstra shortest path - obsolete]
2023-04-26 15:26:43 - 'RTree'[Spatial Index - R*Tree]
2023-04-26 15:26:43 - 'MbrCache'[Spatial Index - MBR cache]
2023-04-26 15:26:43 - 'VirtualFDO'[FDO-OGR interoperability]
2023-04-26 15:26:43 - 'VirtualBBox'[BoundingBox tables]
2023-04-26 15:26:43 - 'VirtualSpatialIndex'[R*Tree metahandler]
2023-04-26 15:26:43 - 'VirtualElementary'[ElemGeoms metahandler]
2023-04-26 15:26:43 - 'VirtualRouting'[Dijkstra shortest path - advanced]
2023-04-26 15:26:43 - 'VirtualKNN'[K-Nearest Neighbors metahandler]
2023-04-26 15:26:43 - 'VirtualGPKG'[OGC GeoPackage interoperability]
2023-04-26 15:26:43 - 'VirtualXPath'[XML Path Language - XPath]
2023-04-26 15:26:43 - 'SpatiaLite'[Spatial SQL - OGC]
2023-04-26 15:26:43 PROJ version ........: Rel. 8.2.1, January 1st, 2022
2023-04-26 15:26:43 GEOS version ........: 3.10.2-CAPI-1.16.0
2023-04-26 15:26:43 RTTOPO version ......: 1.1.0
2023-04-26 15:26:43 TARGET CPU ..........: x86_64-linux-gnu
2023-04-26 15:26:43 SpatiaLite version ..: 5.0.1Supported Extensions:
2023-04-26 15:26:43 - 'VirtualShape'[direct Shapefile access]
2023-04-26 15:26:43 - 'VirtualDbf'[direct DBF access]
2023-04-26 15:26:43 - 'VirtualText'[direct CSV/TXT access]
2023-04-26 15:26:43 - 'VirtualGeoJSON'[direct GeoJSON access]
2023-04-26 15:26:43 - 'VirtualXL'[direct XLS access]
2023-04-26 15:26:43 - 'VirtualNetwork'[Dijkstra shortest path - obsolete]
2023-04-26 15:26:43 - 'RTree'[Spatial Index - R*Tree]
2023-04-26 15:26:43 - 'MbrCache'[Spatial Index - MBR cache]
2023-04-26 15:26:43 - 'VirtualFDO'[FDO-OGR interoperability]
2023-04-26 15:26:43 - 'VirtualBBox'[BoundingBox tables]
2023-04-26 15:26:43 - 'VirtualSpatialIndex'[R*Tree metahandler]
2023-04-26 15:26:43 - 'VirtualElementary'[ElemGeoms metahandler]
2023-04-26 15:26:43 - 'VirtualRouting'[Dijkstra shortest path - advanced]
2023-04-26 15:26:43 - 'VirtualKNN'[K-Nearest Neighbors metahandler]
2023-04-26 15:26:43 - 'VirtualGPKG'[OGC GeoPackage interoperability]
2023-04-26 15:26:43 - 'VirtualXPath'[XML Path Language - XPath]
2023-04-26 15:26:43 - 'SpatiaLite'[Spatial SQL - OGC]
2023-04-26 15:26:43 PROJ version ........: Rel. 8.2.1, January 1st, 2022
2023-04-26 15:26:43 GEOS version ........: 3.10.2-CAPI-1.16.0
2023-04-26 15:26:43 RTTOPO version ......: 1.1.0
2023-04-26 15:26:43 TARGET CPU ..........: x86_64-linux-gnu
2023-04-26 15:26:43 SpatiaLite version ..: 5.0.1Supported Extensions:
2023-04-26 15:26:43 - 'VirtualShape'[direct Shapefile access]
2023-04-26 15:26:43 - 'VirtualDbf'[direct DBF access]
2023-04-26 15:26:43 - 'VirtualText'[direct CSV/TXT access]
2023-04-26 15:26:43 - 'VirtualGeoJSON'[direct GeoJSON access]
2023-04-26 15:26:43 - 'VirtualXL'[direct XLS access]
2023-04-26 15:26:43 - 'VirtualNetwork'[Dijkstra shortest path - obsolete]
2023-04-26 15:26:43 - 'RTree'[Spatial Index - R*Tree]
2023-04-26 15:26:43 - 'MbrCache'[Spatial Index - MBR cache]
2023-04-26 15:26:43 - 'VirtualFDO'[FDO-OGR interoperability]
2023-04-26 15:26:43 - 'VirtualBBox'[BoundingBox tables]
2023-04-26 15:26:43 - 'VirtualSpatialIndex'[R*Tree metahandler]
2023-04-26 15:26:43 - 'VirtualElementary'[ElemGeoms metahandler]
2023-04-26 15:26:43 - 'VirtualRouting'[Dijkstra shortest path - advanced]
2023-04-26 15:26:43 - 'VirtualKNN'[K-Nearest Neighbors metahandler]
2023-04-26 15:26:43 - 'VirtualGPKG'[OGC GeoPackage interoperability]
2023-04-26 15:26:43 - 'VirtualXPath'[XML Path Language - XPath]
2023-04-26 15:26:43 - 'SpatiaLite'[Spatial SQL - OGC]
2023-04-26 15:26:43 PROJ version ........: Rel. 8.2.1, January 1st, 2022
2023-04-26 15:26:43 GEOS version ........: 3.10.2-CAPI-1.16.0
2023-04-26 15:26:43 RTTOPO version ......: 1.1.0
2023-04-26 15:26:43 TARGET CPU ..........: x86_64-linux-gnu
2023-04-26 15:26:43 SpatiaLite version ..: 5.0.1Supported Extensions:
2023-04-26 15:26:43 - 'VirtualShape'[direct Shapefile access]
2023-04-26 15:26:43 - 'VirtualDbf'[direct DBF access]
2023-04-26 15:26:43 - 'VirtualText'[direct CSV/TXT access]
2023-04-26 15:26:43 - 'VirtualGeoJSON'[direct GeoJSON access]
2023-04-26 15:26:43 - 'VirtualXL'[direct XLS access]
2023-04-26 15:26:43 - 'VirtualNetwork'[Dijkstra shortest path - obsolete]
2023-04-26 15:26:43 - 'RTree'[Spatial Index - R*Tree]
2023-04-26 15:26:43 - 'MbrCache'[Spatial Index - MBR cache]
2023-04-26 15:26:43 - 'VirtualFDO'[FDO-OGR interoperability]
2023-04-26 15:26:43 - 'VirtualBBox'[BoundingBox tables]
2023-04-26 15:26:43 - 'VirtualSpatialIndex'[R*Tree metahandler]
2023-04-26 15:26:43 - 'VirtualElementary'[ElemGeoms metahandler]
2023-04-26 15:26:43 - 'VirtualRouting'[Dijkstra shortest path - advanced]
2023-04-26 15:26:43 - 'VirtualKNN'[K-Nearest Neighbors metahandler]
2023-04-26 15:26:43 - 'VirtualGPKG'[OGC GeoPackage interoperability]
2023-04-26 15:26:43 - 'VirtualXPath'[XML Path Language - XPath]
2023-04-26 15:26:43 - 'SpatiaLite'[Spatial SQL - OGC]
2023-04-26 15:26:43 PROJ version ........: Rel. 8.2.1, January 1st, 2022
2023-04-26 15:26:43 GEOS version ........: 3.10.2-CAPI-1.16.0
2023-04-26 15:26:43 RTTOPO version ......: 1.1.0
2023-04-26 15:26:43 TARGET CPU ..........: x86_64-linux-gnu
2023-04-26 15:26:43 SpatiaLite version ..: 5.0.1Supported Extensions:
2023-04-26 15:26:43 - 'VirtualShape'[direct Shapefile access]
2023-04-26 15:26:43 - 'VirtualDbf'[direct DBF access]
2023-04-26 15:26:43 - 'VirtualText'[direct CSV/TXT access]
2023-04-26 15:26:43 - 'VirtualGeoJSON'[direct GeoJSON access]
2023-04-26 15:26:43 - 'VirtualXL'[direct XLS access]
2023-04-26 15:26:43 - 'VirtualNetwork'[Dijkstra shortest path - obsolete]
2023-04-26 15:26:43 - 'RTree'[Spatial Index - R*Tree]
2023-04-26 15:26:43 - 'MbrCache'[Spatial Index - MBR cache]
2023-04-26 15:26:43 - 'VirtualFDO'[FDO-OGR interoperability]
2023-04-26 15:26:43 - 'VirtualBBox'[BoundingBox tables]
2023-04-26 15:26:43 - 'VirtualSpatialIndex'[R*Tree metahandler]
2023-04-26 15:26:43 - 'VirtualElementary'[ElemGeoms metahandler]
2023-04-26 15:26:43 - 'VirtualRouting'[Dijkstra shortest path - advanced]
2023-04-26 15:26:43 - 'VirtualKNN'[K-Nearest Neighbors metahandler]
2023-04-26 15:26:43 - 'VirtualGPKG'[OGC GeoPackage interoperability]
2023-04-26 15:26:43 - 'VirtualXPath'[XML Path Language - XPath]
2023-04-26 15:26:43 - 'SpatiaLite'[Spatial SQL - OGC]
2023-04-26 15:26:43 PROJ version ........: Rel. 8.2.1, January 1st, 2022
2023-04-26 15:26:43 GEOS version ........: 3.10.2-CAPI-1.16.0
2023-04-26 15:26:43 RTTOPO version ......: 1.1.0
2023-04-26 15:26:43 TARGET CPU ..........: x86_64-linux-gnu
2023-04-26 15:26:44 SpatiaLite version ..: 5.0.1Supported Extensions:
2023-04-26 15:26:44 - 'VirtualShape'[direct Shapefile access]
2023-04-26 15:26:44 - 'VirtualDbf'[direct DBF access]
2023-04-26 15:26:44 - 'VirtualText'[direct CSV/TXT access]
2023-04-26 15:26:44 - 'VirtualGeoJSON'[direct GeoJSON access]
2023-04-26 15:26:44 - 'VirtualXL'[direct XLS access]
2023-04-26 15:26:44 - 'VirtualNetwork'[Dijkstra shortest path - obsolete]
2023-04-26 15:26:44 - 'RTree'[Spatial Index - R*Tree]
2023-04-26 15:26:44 - 'MbrCache'[Spatial Index - MBR cache]
2023-04-26 15:26:44 - 'VirtualFDO'[FDO-OGR interoperability]
2023-04-26 15:26:44 - 'VirtualBBox'[BoundingBox tables]
2023-04-26 15:26:44 - 'VirtualSpatialIndex'[R*Tree metahandler]
2023-04-26 15:26:44 - 'VirtualElementary'[ElemGeoms metahandler]
2023-04-26 15:26:44 - 'VirtualRouting'[Dijkstra shortest path - advanced]
2023-04-26 15:26:44 - 'VirtualKNN'[K-Nearest Neighbors metahandler]
2023-04-26 15:26:44 - 'VirtualGPKG'[OGC GeoPackage interoperability]
2023-04-26 15:26:44 - 'VirtualXPath'[XML Path Language - XPath]
2023-04-26 15:26:44 - 'SpatiaLite'[Spatial SQL - OGC]
2023-04-26 15:26:44 PROJ version ........: Rel. 8.2.1, January 1st, 2022
2023-04-26 15:26:44 GEOS version ........: 3.10.2-CAPI-1.16.0
2023-04-26 15:26:44 RTTOPO version ......: 1.1.0
2023-04-26 15:26:44 TARGET CPU ..........: x86_64-linux-gnu
2023-04-26 15:26:46 INFO: Running build tiles with: /custom_files/valhalla.json /custom_files/sachsen-latest.osm.pbf
2023-04-26 15:26:46
2023-04-26 15:26:46 ============================
2023-04-26 15:26:46 = Build the initial graph. =
2023-04-26 15:26:46 ============================
2023-04-26 15:26:46 2023/04/26 13:26:46.064466 [INFO] Start stage = initialize End stage = build
2023-04-26 15:26:46 2023/04/26 13:26:46.074908 [INFO] Parsing files for ways: /custom_files/sachsen-latest.osm.pbf
2023-04-26 15:26:46 2023/04/26 13:26:46.084943 [INFO] Parsing ways...
2023-04-26 15:26:58 2023/04/26 13:26:58.442700 [WARN] Error during parsing of `layer` tag on the way 78595787: stoi
2023-04-26 15:27:45 2023/04/26 13:27:45.036071 [INFO] Added 634 culdesac roundabouts from 981 candidates.
2023-04-26 15:27:45 2023/04/26 13:27:45.036127 [INFO] Finished with 825430 routable ways containing 5380591 nodes
2023-04-26 15:27:45 2023/04/26 13:27:45.255641 [INFO] Sorting osm access tags by way id...
2023-04-26 15:27:45 2023/04/26 13:27:45.668491 [INFO] Sorting pronunciation indexes by way id...
2023-04-26 15:27:45 2023/04/26 13:27:45.669908 [INFO] Finished
2023-04-26 15:27:45 2023/04/26 13:27:45.674335 [INFO] Write OSMData to temp files
2023-04-26 15:27:45 2023/04/26 13:27:45.730191 [INFO] Done
2023-04-26 15:27:45 2023/04/26 13:27:45.732048 [INFO] Parsing files for relations: /custom_files/sachsen-latest.osm.pbf
2023-04-26 15:27:45 2023/04/26 13:27:45.740743 [INFO] Parsing relations...
2023-04-26 15:27:51 2023/04/26 13:27:51.984315 [INFO] Finished with 5702 simple restrictions
2023-04-26 15:27:51 2023/04/26 13:27:51.984376 [INFO] Finished with 0 lane connections
2023-04-26 15:27:51 2023/04/26 13:27:51.991412 [INFO] Sorting complex restrictions by from id...
2023-04-26 15:27:52 2023/04/26 13:27:51.999929 [INFO] Sorting complex restrictions by to id...
2023-04-26 15:27:52 2023/04/26 13:27:52.007309 [INFO] Finished
2023-04-26 15:27:52 2023/04/26 13:27:52.007852 [INFO] Write OSMData to temp files
2023-04-26 15:27:52 2023/04/26 13:27:52.093918 [INFO] Done
2023-04-26 15:27:52 2023/04/26 13:27:52.095490 [INFO] Parsing files for nodes: /custom_files/sachsen-latest.osm.pbf
2023-04-26 15:27:52 2023/04/26 13:27:52.096736 [INFO] Sorting osm way node references by node id...
2023-04-26 15:28:27 2023/04/26 13:28:27.895352 [INFO] Parsing nodes...
2023-04-26 15:28:57 2023/04/26 13:28:57.237802 [INFO] Finished with 4257407 nodes contained in routable ways
2023-04-26 15:28:57 2023/04/26 13:28:57.237854 [INFO] Sorting osm way node references by way index and node shape index...
2023-04-26 15:29:29 2023/04/26 13:29:29.414953 [INFO] Finished: max_osm_id 10840379252
2023-04-26 15:29:29 2023/04/26 13:29:29.414994 [INFO] Number of nodes with refs (exits) = 206
2023-04-26 15:29:29 2023/04/26 13:29:29.415008 [INFO] Number of nodes with exit_to = 5
2023-04-26 15:29:29 2023/04/26 13:29:29.415022 [INFO] Number of nodes with names = 333
2023-04-26 15:29:29 2023/04/26 13:29:29.415031 [INFO] Number of way refs = 0
2023-04-26 15:29:29 2023/04/26 13:29:29.415035 [INFO] Number of reverse way refs = 0
2023-04-26 15:29:29 2023/04/26 13:29:29.415041 [INFO] Unique Node Strings (names, refs, etc.) = 253
2023-04-26 15:29:29 2023/04/26 13:29:29.415046 [INFO] Unique Strings (names, refs, etc.) = 35712
2023-04-26 15:29:29 2023/04/26 13:29:29.416489 [INFO] Write OSMData to temp files
2023-04-26 15:29:29 2023/04/26 13:29:29.530047 [INFO] Done
2023-04-26 15:29:29 2023/04/26 13:29:29.530164 [INFO] Creating graph edges from ways...
2023-04-26 15:29:37 2023/04/26 13:29:37.730899 [INFO] Finished with 1529486 graph edges
2023-04-26 15:29:37 2023/04/26 13:29:37.963444 [INFO] Sorting graph...
2023-04-26 15:29:54 2023/04/26 13:29:54.023523 [INFO] Nodes processed. Sorting begin and end nodes by edge.
2023-04-26 15:29:55 2023/04/26 13:29:55.035417 [INFO] Sorting begin and end nodes done. Populating edges...
2023-04-26 15:29:55 2023/04/26 13:29:55.814440 [INFO] Finished with 1231732 graph nodes
2023-04-26 15:29:55 2023/04/26 13:29:55.876739 [INFO] Writing tile manifest to /custom_files/valhalla_tiles/tile_manifest.json
2023-04-26 15:29:55 2023/04/26 13:29:55.876905 [INFO] Reclassifying_V2 link graph edges...
2023-04-26 15:29:59 2023/04/26 13:29:59.332864 [INFO] Class: 0 exit count = 271
2023-04-26 15:29:59 2023/04/26 13:29:59.332927 [INFO] Class: 1 exit count = 148
2023-04-26 15:29:59 2023/04/26 13:29:59.332934 [INFO] Class: 2 exit count = 568
2023-04-26 15:29:59 2023/04/26 13:29:59.332938 [INFO] Class: 3 exit count = 459
2023-04-26 15:29:59 2023/04/26 13:29:59.332941 [INFO] Class: 4 exit count = 131
2023-04-26 15:29:59 2023/04/26 13:29:59.332944 [INFO] Class: 5 exit count = 25
2023-04-26 15:29:59 2023/04/26 13:29:59.332947 [INFO] Class: 6 exit count = 29
2023-04-26 15:29:59 2023/04/26 13:29:59.332950 [INFO] Class: 7 exit count = 0
2023-04-26 15:29:59 2023/04/26 13:29:59.361273 [INFO] Finished with 1841 reclassified.  Turn channel count = 789
2023-04-26 15:29:59 2023/04/26 13:29:59.501860 [INFO] Reclassifying ferry connection graph edges...
2023-04-26 15:30:00 2023/04/26 13:30:00.734327 [INFO] Finished ReclassifyFerryEdges: ferry_endpoint_count = 7, 7 edges reclassified.
2023-04-26 15:30:00 2023/04/26 13:30:00.780271 [INFO] Building 64 tiles with 6 threads...
2023-04-26 15:31:33 2023/04/26 13:31:33.376933 [INFO] Finished
2023-04-26 15:31:33 2023/04/26 13:31:33.395032 [INFO] Node Count = 1231732
2023-04-26 15:31:33 2023/04/26 13:31:33.395080 [INFO] Directed Edge Count = 3058972
2023-04-26 15:31:33 2023/04/26 13:31:33.395086 [INFO] EdgeInfo Count = 1536573
2023-04-26 15:31:33
2023-04-26 15:31:33 =================================
2023-04-26 15:31:33 = Download the elevation tiles =
2023-04-26 15:31:33 =================================
2023-04-26 15:31:33 2023-04-26 13:31:33,553  INFO: Downloading tile N50E011.hgt
2023-04-26 15:31:33 2023-04-26 13:31:33,554  INFO: Downloading tile N50E013.hgt
2023-04-26 15:31:33 2023-04-26 13:31:33,558  INFO: Downloading tile N51E013.hgt
2023-04-26 15:31:33 2023-04-26 13:31:33,559  INFO: Downloading tile N50E012.hgt
2023-04-26 15:31:33 2023-04-26 13:31:33,562  INFO: Downloading tile N51E015.hgt
2023-04-26 15:31:33 2023-04-26 13:31:33,565  INFO: Downloading tile N51E012.hgt
2023-04-26 15:31:36 2023-04-26 13:31:36,193  INFO: Downloading tile N50E014.hgt
2023-04-26 15:31:36 2023-04-26 13:31:36,964  INFO: Downloading tile N51E014.hgt
2023-04-26 15:31:40 2023-04-26 13:31:40,370  INFO: Downloaded 8 tiles. Exiting.
2023-04-26 15:31:40
2023-04-26 15:31:40 ===============================
2023-04-26 15:31:40 = Enhancing the initial graph =
2023-04-26 15:31:40 ===============================
2023-04-26 15:31:40 2023/04/26 13:31:40.438981 [INFO] Start stage = enhance End stage = cleanup
2023-04-26 15:31:40 2023/04/26 13:31:40.439139 [INFO] Read OSMData unique_names from temp file
2023-04-26 15:31:40 2023/04/26 13:31:40.464516 [INFO] Done
2023-04-26 15:31:40 2023/04/26 13:31:40.464580 [INFO] Enhancing local graph...
2023-04-26 15:31:40 2023/04/26 13:31:40.529562 [INFO] Disabled default speeds assignment from config
2023-04-26 15:31:40 2023/04/26 13:31:40.535758 [INFO] Disabled default speeds assignment from config
2023-04-26 15:31:40 2023/04/26 13:31:40.540865 [INFO] Disabled default speeds assignment from config
2023-04-26 15:31:40 2023/04/26 13:31:40.544958 [INFO] Disabled default speeds assignment from config
2023-04-26 15:31:40 2023/04/26 13:31:40.547655 [INFO] Disabled default speeds assignment from config
2023-04-26 15:31:40 2023/04/26 13:31:40.548984 [INFO] Disabled default speeds assignment from config
2023-04-26 15:34:14 2023/04/26 13:34:14.179490 [INFO] Finished with max_density 19.221859
2023-04-26 15:34:14 2023/04/26 13:34:14.179546 [INFO] internal intersection = 4267
2023-04-26 15:34:14 2023/04/26 13:34:14.181213 [INFO] GraphFilter - nothing to filter. Skipping...
2023-04-26 15:34:14 2023/04/26 13:34:14.183031 [INFO] Transit directory not found. Transit will not be added.
2023-04-26 15:34:14 2023/04/26 13:34:14.183199 [INFO] HierarchyBuilder
2023-04-26 15:34:27 2023/04/26 13:34:27.549493 [INFO] Done HierarchyBuilder
2023-04-26 15:34:27 2023/04/26 13:34:27.550927 [INFO] Creating shortcuts on level 1
2023-04-26 15:36:11 2023/04/26 13:36:11.648134 [INFO] Finished with 35200 shortcuts
2023-04-26 15:36:11 2023/04/26 13:36:11.648246 [INFO] Creating shortcuts on level 0
2023-04-26 15:36:18 2023/04/26 13:36:18.878345 [INFO] Finished with 8804 shortcuts
2023-04-26 15:36:18 2023/04/26 13:36:18.954661 [INFO] Adding elevation to 74 tiles with 6 threads...
2023-04-26 15:36:24 2023/04/26 13:36:24.923457 [INFO] Finished
2023-04-26 15:36:24 2023/04/26 13:36:24.933774 [INFO] Adding Restrictions at level 2
2023-04-26 15:36:33 2023/04/26 13:36:33.087608 [INFO] --Forward restrictions added: 134
2023-04-26 15:36:33 2023/04/26 13:36:33.087675 [INFO] --Reverse restrictions added: 177
2023-04-26 15:36:33 2023/04/26 13:36:33.108285 [INFO] Adding Restrictions at level 1
2023-04-26 15:36:40 2023/04/26 13:36:40.102888 [INFO] --Forward restrictions added: 283
2023-04-26 15:36:40 2023/04/26 13:36:40.102958 [INFO] --Reverse restrictions added: 285
2023-04-26 15:36:40 2023/04/26 13:36:40.125216 [INFO] Adding Restrictions at level 0
2023-04-26 15:36:44 2023/04/26 13:36:44.958466 [INFO] --Forward restrictions added: 189
2023-04-26 15:36:44 2023/04/26 13:36:44.958525 [INFO] --Reverse restrictions added: 197
2023-04-26 15:36:44 2023/04/26 13:36:44.968968 [INFO] Finished
2023-04-26 15:36:44 2023/04/26 13:36:44.969056 [INFO] Validating, finishing and binning tiles...
2023-04-26 15:37:00 2023/04/26 13:37:00.024039 [INFO] Finished
2023-04-26 15:37:00 2023/04/26 13:37:00.024104 [INFO] Binning inter-tile edges...
2023-04-26 15:37:02 2023/04/26 13:37:02.863784 [INFO] Finished
2023-04-26 15:37:02 2023/04/26 13:37:02.863889 [WARN] Possible duplicates at level: 0 = 0
2023-04-26 15:37:02 2023/04/26 13:37:02.863942 [WARN] Possible duplicates at level: 1 = 0
2023-04-26 15:37:02 2023/04/26 13:37:02.863947 [WARN] Possible duplicates at level: 2 = 0
2023-04-26 15:37:02 2023/04/26 13:37:02.880875 [INFO] Cleaning up temporary *.bin files within /custom_files/valhalla_tiles/
2023-04-26 15:37:03 INFO: Successfully built files: /custom_files/sachsen-latest.osm.pbf
2023-04-26 15:37:03 INFO: Hashing files: /custom_files/sachsen-latest.osm.pbf
2023-04-26 15:37:03 INFO: Hashing file: /custom_files/sachsen-latest.osm.pbf
2023-04-26 15:37:03 f7eb6391e6aaf5343c01619e5f696f5bb035d99fabcdcabce58a5880b4717252
2023-04-26 15:37:37 2023-04-26 13:37:37,842  INFO: Finished tarring 74 tiles to /custom_files/valhalla_tiles.tar
2023-04-26 15:37:37 WARNING: User valhalla is running with sudo privileges. Try building the image with a host user's UID & GID.
2023-04-26 15:37:38 INFO: Found config file. Starting valhalla service!
2023-04-26 15:37:38 2023/04/26 13:37:38.583749 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.585575 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.585947 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.586024 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.586057 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.586473 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.586586 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.586587 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.586986 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.587201 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.587409 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.588097 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.588375 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.588391 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.589127 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.593960 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.594025 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.596609 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.596650 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.598504 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.598703 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.599864 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.599968 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.601485 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.601537 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.602833 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.602864 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.604031 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.604120 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.605107 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.605350 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.608190 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.608370 [WARN] Traffic tile extract could not be loaded
2023-04-26 15:37:38 2023/04/26 13:37:38.609587 [INFO] Tile extract successfully loaded with tile count: 74
2023-04-26 15:37:38 2023/04/26 13:37:38.610768 [WARN] (stat): /custom_files/traffic.tar No such file or directory
2023-04-26 15:37:38 2023/04/26 13:37:38.610823 [WARN] Traffic tile extract could not be loaded

ran three times, the last time quoted above using the original pbf from Geofabrik

I think I need some helping input.
 
Zuletzt bearbeitet:
Looks good to me, but did you try (don't see it in your output) to use them from the pc at https://valhalla.github.io/demos/routing/index-internal.html ?

Ohh wait, I see what you mean, you still have to compress them!
In my program I copy the needed tiles to a folder and compress them like this:
cmd = ['7za', 'a', '-tzip', wanted_map+f'-routing' , os.path.join(f'{OUT_PATH}', f'{wanted_map}-routing', f'*')]
at
https://github.com/Ebe66/Windows-Wa...lob/master/wahoo-map-creator-osmosis.py#L1077
 
Copy the needed tiles including structure to a subfolder from the folder where 7za is located so 2\000\etc
and from the command line run 7za a -tzip compressed excisting_name_of_output_folder name_of_folder_containing_the_routing_tiles\*
Have to eat first or I would try, but that should be it
 
Erwin ist in der Google Groups ordentlich aktiv: etwas schwierig zu lesen - aber interessant... Einer schon mal was von der ELMTARY.app und hier von Viacheslav Tykhanovskyi gehört? Irre Entwicklung....

elemntary_MNBrKoLQmP.png
 

Anhänge

  • elemntary_N80dnX8rI3.png
    elemntary_N80dnX8rI3.png
    59,8 KB · Aufrufe: 31
  • elemntary_kJm5FVgjrs.png
    elemntary_kJm5FVgjrs.png
    57,9 KB · Aufrufe: 30
I tried to navigate with my self-generated routing tiles (generated from the same map material as the layouted map to be seen on my Roam):


It was a "take me to" via the Elemnt app. Apparently the app uses different map material again, because this unpaved road I should go does not exist in my maps on the Roam.
 
Edit: For iOS the Elemnt App is going to use the original iOS Apple Maps (for displaying, and for creating „take me to routes“ too, so for real navigation) wich (the Apple Maps) of course contain unpaved roads and paths. Means it makes no sense to spend time in generating routing tiles for the Roam/Bolt especially for road cycling on paved roads because of that. The only reason to spend time would be to navigate without using the app and only choose a target directly via the Roam/Bolt. Means no real navigation functionality by typing an adress for example. Hmmm…
 
Sorry, thought it was clear what "on device routing" means. If you do it on your phone in the app as far as I know an online service is used. I read what it was a few weeks back but can't remember (not apple maps).

Apparently not what you wanted, but if you choose a target on the device itself, does it use just the roads in your map?
 
Zurück