I have a use case, where I need an additional non-native zoom for a map. For the zoom level, I can easily add a maxZoom: 29 option, however, an additional resolution is also needed (0.05) so I have to change the Leaflet.TileLayer.Swiss.js file to include that resolution. Do you think it would be doable to allow some additional option for that, or maybe automatically add a resolution depending on maxZoom?
I have a use case, where I need an additional non-native zoom for a map. For the zoom level, I can easily add a
maxZoom: 29
option, however, an additional resolution is also needed (0.05
) so I have to change the Leaflet.TileLayer.Swiss.js file to include that resolution. Do you think it would be doable to allow some additional option for that, or maybe automatically add a resolution depending on maxZoom?