- 
                Notifications
    
You must be signed in to change notification settings  - Fork 341
 
Open
Description
MinZoom and MaxZoom is only partially implemented.
See https://github.com/openlayers/ol-cesium/blob/master/src/olcs/core/OLImageryProvider.ts#L107-L132
Here are some hints for someone who would like to implement it:
- minZoom is not supported at the moment. Due to how Cesium works, it could be implemented by returning an empty canvas in https://github.com/openlayers/ol-cesium/blob/master/src/olcs/core/OLImageryProvider.ts#L268-
 - maxZoom is partially implemented already. In addition to read the tilegrid we could read the maxZoom value of the layer.