-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Improve bounding box for route #53
Comments
The bounding box should have a minimum size and it should always include the markers |
Another problem is that the elevation widget might cover one of the query points, for example here: https://graphhopper.com/maps2/?point=48.118447%2C11.539497&point=51.442113%2C14.265179&profile=car So we should probably only take into account the available vertical space above the widget, and only use the entire vertical space when the widget is closed. |
* grow bbox due to points, for graphhopper#150 * grow bbox when too small, for graphhopper#53 * code format
There are several things we can improve:
The text was updated successfully, but these errors were encountered: