You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior - we think the layers should not be fetched outside of zoom level 6-8 (due to the map-input on the map-extent), but they still do when we zoom to the layer through the context menu
I had the idea that we might implement "min/maxNativeZoom" by using the min/max attributes of <map-input type=zoom min=3 max=7> for example. Those min/max attributes are as close to the template that loads the tiles as we will get, and can be set up by the map author. The <map-meta name="zoom" content="min=7,max=12"></map-meta> values can control the display of the layer. To be discussed.
Discovered in #887
Steps to reproduce:
Related to #896
The text was updated successfully, but these errors were encountered: