sourcepole/qgis-openlayers-plugin

other plugins break with OpenLayersLayer

Opened this issue · 0 comments

noerw commented

Because the API provided by OpenLayersLayer is not compatible with standard QgsMapLayer (eg missing dataProvider()), many other plugins break (opengisch/qfieldsync#61, qgis2web/qgis2web#582).

Instead of blacklisting this layer type in all other plugins, the OpenLayersLayer class API could be fixed here..?