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 1.1.0 false schema Output -> for element Title #775

Open
Michael-81 opened this issue Feb 16, 2023 · 1 comment
Open

SLD 1.1.0 false schema Output -> for element Title #775

Michael-81 opened this issue Feb 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Michael-81
Copy link

Describe the bug
Testing the Demo Version I found found false SLD 1.1.0 Output

To Reproduce

Output via Geostyler:

<UserStyle>
	<se:Name>Kegelrobbe_K_Means</se:Name>
	<se:Title>Kegelrobbe_K_Means</se:Title>
	<se:FeatureTypeStyle>

Expected behavior

<UserStyle>
	<se:Name>Kegelrobbe_K_Means</se:Name>
	  <se:Description>
		<se:Title>Kegelrobbe_K_Means</se:Title>
		<se:Abstract>K-Means Algorithmus Berechnung der Kegelrobbenverteilung</se:Abstract>
	   </se:Description>
	<se:FeatureTypeStyle>

The Abstract element is additional included

@Michael-81 Michael-81 added the bug Something isn't working label Feb 16, 2023
@jansule
Copy link
Contributor

jansule commented Feb 22, 2023

Thanks for the info @Michael-81. I will transfer this ticket to geostyler-sld-parser.

@jansule jansule transferred this issue from geostyler/geostyler Feb 22, 2023
@KaiVolland KaiVolland moved this to Todo in CodeSprint 2024 May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Todo
Development

No branches or pull requests

3 participants