nameloCmaS
nameloCmaS
This will be fixed in a different way with acceptance of PR #1255.
I would be happy to make some small contributions. I have a few fixes and improvements on my laptop which I need to package up separately and merge.
The latest version of qgis2web uses Leaflet version 1.7.1. Have you tried that version? Unless rewriting the exported html and JavaScript code, all the exported files in the same file...
From what I understand, the way to do this is as below. ``` from selenium.webdriver.common.keys import Keys from splinter import Browser from splinter.driver import webdriver browser = Browser("firefox") browser.visit("https://github.com") driver...
I have just tried this on Patito 0.6.1 and it works fine: ```python >>> import patito as pt >>> class Test(pt.Model): ... col: list[str] ... >>> class InhTest(Test): ... pass...
Hi @andreaordonselli As far as I can tell, the code uses the tokenised version of the expression and this tokenising is done by QGIS. The node parameter of `handle_literal` is...
@andreaordonselli It doesn't fix that issue. There seems to be a bug in QGIS possibly related to the following issue https://github.com/qgis/QGIS/issues/60324 For me I do not see the coloured areas...
Sorry the second item you reference - exp2js is used in qgis2web but only for converting QGIS expressions to JavaScript; used quite well in the rule based renderer, but not...
Some years ago I edited my local copy with a fix to allow embedded SVG’s. I think they were just base64 encoded. I will make a pull request.
Hi @andreaordonselli , There is some good advice on: https://www.pythonguis.com/faq/pyqt5-vs-pyqt6/ If you try and import PyQt6 into a PyQt5 version of QGIS you get the below message in the QGIS...