sourcepole / qgis-openlayers-plugin

Openlayers plugin for QGIS
GNU General Public License v2.0
172 stars 108 forks source link

other plugins break with OpenLayersLayer #44

Open noerw opened 6 years ago

noerw commented 6 years ago

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

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