walkermatt / ol-layerswitcher

Layer control for OpenLayers
MIT License
384 stars 176 forks source link

Check layer MinZoom and MaxZoom if supported #477

Closed mike-000 closed 2 years ago

mike-000 commented 2 years ago

Adds a backward compatible check for layer mInZoom and maxZoom visibility where the OpenLayers build supports it. Also fixes the inclusivity/exclusivity of the existing resolution check, Based on the inView function in https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Layer.js Fixes #404

walkermatt commented 2 years ago

@mike-000 thanks for the PR, merged in cd5e948e54c1d5ce678d6889716b5addca93bcf9.