Skip to content
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

frontend: Increase maximum zoom level on map to allow for route planning #1428

Open
1 task done
vshie opened this issue Oct 28, 2024 · 2 comments
Open
1 task done
Labels
enhancement New feature or request ui UI related issues

Comments

@vshie
Copy link

vshie commented Oct 28, 2024

Current behaviour

This is the max zoom level:
image

It would be nice if you could get this close:
image

Expected or desired behaviour

Allow maximum zoom level that tile provider supports

Prerequisites

  • I have checked to make sure that a similar request has not already been filed or fixed.
@vshie vshie added enhancement New feature or request ui UI related issues labels Oct 28, 2024
@Michael-F-Bryan
Copy link

This would be really nice for things like jetty testing.

@rafaellehmkuhl
Copy link
Member

Just to add on that, what is currently limiting our zoom level are the map tiles. We are using ESRI tiles, which have a maximum zoom level of 19. Other providers like Google allow for a closer zoom, but their terms of service disallow this type of usage.

If anyone knows of an alternative tile provider that allows for closer zoom levels, please let us know.

Below is a comparison between ESRI and Google on max zoom:

Google:
image

ESRI:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui UI related issues
Projects
None yet
Development

No branches or pull requests

3 participants