Bug report #7800
Export SLD creates file with double-depth <filter> tags
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Symbology | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | not reproducable |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16692 |
Description
I exported a categorised SLD. It created double depth filter tags, so:
<ogc:Filter>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>RESPONSIBILTY</ogc:PropertyName>
<ogc:Literal>Highways Agency (HA)</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
</ogc:Filter>
Attached is the SLD and QML.
History
#1 Updated by Jonathan Moules over 11 years ago
Oh yes - Using build 1959182 on Windows 7 64bit
#2 Updated by Giuseppe Sucameli over 11 years ago
It was broken in commit 837ac4de5c while refactoring OGC filter stuff.
#3 Updated by Sebastian Dietrich almost 9 years ago
I can not reproduce in master (19a47fec29a35b264e42893e7b56f22a5759ffc5). I applied the asdf.qml and saved the style as SLD, everything is fine.
Is this still an issue?
#4 Updated by Nyall Dawson almost 9 years ago
- Status changed from Open to Feedback
#5 Updated by Giovanni Manghi over 8 years ago
- Resolution set to not reproducable
- Status changed from Feedback to Closed
Closing for lack of feedback, please reopen if necessary,