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
At the moment, the routing engine reads in large files (at the level of states/countries) and we'd like to use a service that extracts one small part of a file to make sure it's not too long to rebuild the tool. https://app.protomaps.com/downloads/osm is such a service https://extract.bbbike.org/?sw_lng=-74.159&sw_lat=40.533&ne_lng=-73.685&ne_lat=40.755&format=osm.pbf&city=whatever&lang=en is another.
We could also download a file containing the bounding box and cut it ourselves before processing, it should be much faster but is more involved.
The text was updated successfully, but these errors were encountered:
The GUI allows this now, but this feature would be useful as part of the dockerbuild as well
Sorry, something went wrong.
No branches or pull requests
At the moment, the routing engine reads in large files (at the level of states/countries) and we'd like to use a service that extracts one small part of a file to make sure it's not too long to rebuild the tool.
https://app.protomaps.com/downloads/osm is such a service
https://extract.bbbike.org/?sw_lng=-74.159&sw_lat=40.533&ne_lng=-73.685&ne_lat=40.755&format=osm.pbf&city=whatever&lang=en is another.
We could also download a file containing the bounding box and cut it ourselves before processing, it should be much faster but is more involved.
The text was updated successfully, but these errors were encountered: