Closed pvgenuchten closed 4 years ago
This problem may refer to this answer (it talks about the same _escape_cdata element) https://stackoverflow.com/a/53374903 Suggestion is to use lxml.objectify in stead.
got a similar issue with nonetype
Traceback (most recent call last): File "/Applications/QGIS3.10.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/xml/etree/ElementTree.py", line 1080, in _escape_attrib if "&" in text: TypeError: argument of type 'NoneType' is not iterable
resolved by https://github.com/GeoCat/bridge-style/pull/40
if setting a scaledenominator on a style (rule-based style, rule has scaledenominator set).
i get this error (setting the locale to en_us didn't change the behaviour):