I'm analyzing QuickMapService to see how much work it would need toport it to QGIS 3 (it would a big loss not having it!).
The first thing I see is that QgsPluginLayer doesn't offer the draw() method anymore. i guess the only way to substitute it is defining a custom QgsMapLayerRenderer and implementing its render() method. Can you confirm this is the only way to do the actual rendering? giovanni
_______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
