We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
just wanted to share 2-3 lines for generating polylines, in case you wanna include it in your wiki:
# first create the graph docker run --rm -dt --name valhalla_pelias -v $PWD/data:/custom_files --user $(id -u):$(id -g) -e build_tar=False -e path_extension=openstreetmap -e serve_tiles=False -e tile_urls=https://download.geofabrik.de/europe/germany-latest.osm.pbf gisops/valhalla:latest # then export the edges from there mkdir data/polylines docker run --rm -it --name valhalla_pelias -v $PWD/data:/custom_files --user $(id -u):$(id -g) --entrypoint /bin/bash gisops/valhalla:latest -c "valhalla_export_edges /custom_files/openstreetmap/valhalla.json > /custom_files/polylines/germany_polylines.sv0"
docs for the image: https://github.com/gis-ops/docker-valhalla
The text was updated successfully, but these errors were encountered:
missinglink
No branches or pull requests
just wanted to share 2-3 lines for generating polylines, in case you wanna include it in your wiki:
docs for the image: https://github.com/gis-ops/docker-valhalla
The text was updated successfully, but these errors were encountered: