splashblot / dronedb

Location Intelligence & Data Visualization tool
http://carto.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

More zoom levels in all basemaps #65

Closed ivanprado closed 6 years ago

ivanprado commented 6 years ago

At the moment extended zoom levels only works on custom basemaps. Include them in all basemaps if possible by default.

jjmata commented 6 years ago

I believe this is not possible (or at least, not desirable) as the basemap dissapears if you go beyond the supported zoom level. An easy way to test it if you desire is to update these values, @ivanprado:

https://github.com/splashblot/docker-dronedb/blob/master/config/app_config.yml.envsubst#L357

The file resides in /dronedb/config and you can let us know if they results are what you expect.

ivanprado commented 6 years ago

You are right. Max possible zoom level on provided basemaps are 20. So if you want more zoom level you must:

I think it can be reasonable by now as:

In the future I would evaluate the possibility to use the leaflet property maxNativeZoom. Maybe it is possible to enable as leaflet is also used under the hoods.