transforms tunnels under macOS to be included in the generated maps
adds tunnels to the VTM-theme to be shown under BOLT, ROAM and BOLTv2
Considerations and implementations
During implementation, the osmium call for macOS was refactored to a osmosis call like used in Windows.
A lot of thoughts and tryouts for tunnels in macOS can be seen in the assigned issue.
Two .osm.pbf files can be compared with osmium diff , example call: osmium diff -c merged.osm.pbf merged_osmosis.osm.pbf
The documentation for osmosis helped during refactoring.
How to test
create .map files using -c
check the created mapfiles in cruiser with different defaultvalue in the VTM theme to check the different devices
This PR…
Considerations and implementations
During implementation, the
osmium
call for macOS was refactored to aosmosis
call like used in Windows. A lot of thoughts and tryouts for tunnels in macOS can be seen in the assigned issue.osmium diff -c merged.osm.pbf merged_osmosis.osm.pbf
How to test
-c
defaultvalue
in the VTM theme to check the different devicesPull Request Checklist