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
setting the values minZoom and maxZoom have no effect in the tiles rendering
regardless of those zoom values the tiles are rendered
This is a problem when rendering smaller geographic boundaries at a small zoom values, whereas the map becomes unreadable with some many overlapping lines
Some wms servers deal with the zoom by returning empty tiles below certain zoom level, like US census for counties boundaries below zoom 6
But others keep rendering the tiles at any zoom level, ignoring minZoom value
Would it be possible for the WmsMapType plugin to stop calling the wms server when out of the zoom range (minZoom - maxZoom) if any of those values is set in the WmsMapType options?
Thanks
The text was updated successfully, but these errors were encountered:
Who is responsible or has the capability for enforcing the zoom range?
The WMS server OR the Google ImageMapType / overlayMapTypes functions
Or this plugin should take care of that?
From Google documentation it looks like ImageMapTypeOptions is responsible for that
"minZoom: The minimum zoom level for the map when displaying this MapType. Optional; defaults to 0"
Using the example code with different wms servers
This is a problem when rendering smaller geographic boundaries at a small zoom values, whereas the map becomes unreadable with some many overlapping lines
Some wms servers deal with the zoom by returning empty tiles below certain zoom level, like US census for counties boundaries below zoom 6
But others keep rendering the tiles at any zoom level, ignoring minZoom value
Would it be possible for the WmsMapType plugin to stop calling the wms server when out of the zoom range (minZoom - maxZoom) if any of those values is set in the WmsMapType options?
Thanks
The text was updated successfully, but these errors were encountered: