Tom Chadwin
Tom Chadwin
I can certainly look at this. I would also love to be able to add the icons to the OL3 layers list. @walkermatt, is there a mechanism for passing in...
Your first question is what this issue seeks to do, but it's not been done yet. I don't think your second request is likely to be developed, as I can't...
OK. My testing was with Geoserver. I have no experience with QGIS server. What is the error?
Ah, thanks for figuring this out so quickly. Nice one! So I need to be able to detect when a Web services layer is from QGIS, and unencode those characters....
Looks like we'll have to query the server to find out: http://lists.osgeo.org/pipermail/qgis-developer/2016-July/043717.html Thanks, @elpaso, for the pointer.
I believe this plugin is now redundant, as QGIS now reads vector tiles natively.
@sfkeller Apologies for the typo in my message: "I believe this plugin is **now** redundant".
@sfkeller: https://github.com/Geolicious/qgis2leaf/blob/master/metadata.txt#L66-L67
@rduivenvoorde Do you need to use the plugin? I thought native MBVTs in QGIS meant it was no longer necessary.
Are you explicitly using threads? If so, can you instead use the more recent background tasks API instead? https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/tasks.html