Tom Chadwin
Tom Chadwin
The demo for the plugin doesn't place a marker. I wonder why? Perhaps that would be better.
It's a long time since I looked at the processing algorithm. Doesn't it take settings in some kind of list?
I really didn't think it was working. I get an error. Which version are you using? Are you still on 2.x?
I get "Problem executing algorithm": ``` Traceback (most recent call last): File "C:/Users/tchadwin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\qgis2webAlgorithm.py", line 108, in processAlgorithm writer.write(iface, write_folder) File "C:/Users/tchadwin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\olwriter.py", line 91, in write folder=dest_folder) File "C:/Users/tchadwin/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web\olwriter.py", line 137,...
Ah, I must somehow have overwritten your PR in my local copy. Working now.
Yes, potentially. I've not looked into it through unfamiliarity with it - eg, does it still allow labelling/popups/highlight on hover? I guess what I need to know is whether it...
So as far as I can see, the following steps would be required to get this to work: 1. Include Leaflet.VectorGrid (no problem - already used for external VTs) 2....
From memory, this might be supported in the Leaflet plugin, but is not by the OpenLayers one. So, there could be some work outside the plugin. **Update**: No, it's not...
That would be extremely welcome, of course. The lack of docstrings is absolutely a hindrance to potential contributors.
Ah, I fixed in the README/repo home page, but not in the wiki. Thanks - will fix.