Tom Chadwin
Tom Chadwin
OK, tested and merged into master. Thanks very much for the contribution!
Reopening, as we need to develop an OL version.
Sounds good. Things to consider: - how complex will this make the qgis2web GUI? - I don't want to introduce jQuery, so I'd rather implement those styles in `qgis2web.css` rather...
> The GUI will not be affected that much. There will a single combobox per vectorlayer with fieldname of this layer. Combarable to the search layer selector. Won't it be...
One field per layer sounds sensible. As for jQuery, I'm not suggesting replacing it with some other framework, but coding it in vanilla JS/CSS. Very broadly, two examples would be:...
I don't think we'll have to alter other test cases, as we will only need to alter the HTML etc when a filtered layer is present, and none of the...
No, I don't think I have any objections to those.
1. No, not supported in OpenLayers output. Supported in Leaflet, as Leaflet has a simple title control to achieve it. 2. Hopefully now fixed in master. I'd be grateful if...
Thanks, @boesiii. Released as 3.5.0 and pushed to QGIS plugins repo.
> management of javascript dependsze This is currently a major unsolved problem here - I investigated Greenkeeper and recently saw Dependabot, but have not implemented anything > I propose to...