bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://blueos.cloud/cockpit/docs
Other
72 stars 22 forks source link

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

Open vshie opened 3 weeks ago

vshie commented 3 weeks ago

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

Michael-F-Bryan commented 2 weeks ago

This would be really nice for things like jetty testing.

rafaellehmkuhl commented 2 weeks ago

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