Tom Chadwin
Tom Chadwin
Now fixed on repo home page and wiki
Released as 3.5.0 and pushed to QGIS plugins repo.
I'm afraid no-one is working on this at the moment, so there is no timescale. All contributions are welcome.
If you mean you'd create the TopoJSON manually yourself, then it shouldn't be a big deal: just change `layers/layers.js` to replace `new ol.format.GeoJSON();` with `new ol.format.TopoJSON();`. **Note**: Remember that all...
Assign the JSON to a js variable: ```javascript var your_topojson_layer_name = "PUT_YOUR_TOPOJSON_HERE"; ``` If you do a normal qgis2web export, have a look at one of the generated layer files,...
I think the issue I have is that QGIS supports WMTSes specified either by their capabilities URL or by their GetTile URL. We therefore need either to: - use a...
OK, trying to copy https://github.com/alexbruy/processing-taudem. Making some progress, but I think the API seems to have changed a good deal.
I think the algorithms are now loading correctly into a group. Nothing happens when you try to run them, though. Nothing at all - I don't see any errors anywhere....
Can you figure out why the qgis2web processing algorithms don't seem to do anything when double-clicked, @alexbruy? Provider and algorithms are here: https://github.com/tomchadwin/qgis2web/blob/master/qgis2web/qgis2webProvider.py https://github.com/tomchadwin/qgis2web/blob/master/qgis2web/qgis2webAlgorithm.py