Bug report #21594
the attribute name 'Inf' is not usable in imported SLD
| Status: | Open | ||
|---|---|---|---|
| Priority: | Normal | ||
| Assignee: | - | ||
| Category: | Symbology | ||
| Affected QGIS version: | 3.4.4 | Regression?: | No |
| Operating System: | Win | Easy fix?: | No |
| Pull Request or Patch supplied: | No | Resolution: | |
| Crashes QGIS or corrupts data: | No | Copied to github as #: | 29410 |
Description
If you have an attribute named Inf
it wil not import the SLD correctly in the symboligy tab en thus in the map.
for example
<ogc:Literal>Bos</ogc:Literal> becomes: 'Bos'
<ogc:Literal>Inf</ogc:Literal> becomes: inf
<ogc:Literal>Nat</ogc:Literal> becomes: 'Nat'
see attached files
History
#1
Updated by Giovanni Manghi over 6 years ago
- Category changed from QGIS Server to Symbology
- Subject changed from the attribute name 'Inf' is not ussable in imported SLD in QGIS3.4.4 to the attribute name 'Inf' is not usable in imported SLD