Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLD Description #16080

Closed
qgib opened this issue Jan 9, 2013 · 1 comment
Closed

SLD Description #16080

qgib opened this issue Jan 9, 2013 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!

Comments

@qgib
Copy link
Contributor

qgib commented Jan 9, 2013

Author Name: Jonathan Moules (Jonathan Moules)
Original Redmine Issue: 6973
Affected QGIS version: 1.8.0


When exporting a style, QGIS does so with a "Description" that is basically the layer name, thus:

    <se:Rule>
      <se:Name>Boulders</se:Name>
      <se:Description>Boulders</se:Description>
      <ogc:Filter>

I believe this is invalid.
(a) It fails the GeoServer validation with error:
Element 'Description' cannot have character [children], because the type's content type is element-only

Which is consistent with:
(b) SLD spec examples show that description as:
se:Description
se:NameGS1</se:Name>
se:TitleGeoSym</se:Title>
</se:Description>
So Description itself probably shouldn't have the description text but should contain elements.

@qgib
Copy link
Contributor Author

qgib commented Feb 9, 2013

Author Name: Giuseppe Sucameli (@brushtyler)


It was already fixed in master branch many months ago. Unfortunately there will be no QGIS 1.8.1,so you have to wait until 2.0 is released or use the development version.


  • resolution was changed from to invalid
  • status_id was changed from Open to Closed

@qgib qgib added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

No branches or pull requests

1 participant