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

GraphicFill and GraphicStroke are exclusive #250

Open
2 tasks
jansule opened this issue Sep 14, 2018 · 0 comments
Open
2 tasks

GraphicFill and GraphicStroke are exclusive #250

jansule opened this issue Sep 14, 2018 · 0 comments

Comments

@jansule
Copy link
Contributor

jansule commented Sep 14, 2018

In contrast to the geoserver sld-documentation, GraphicFill and GraphicStroke are exclusive. Thus, only one of both can be set at a time. This can be seen in the sldSchema:

<xsd:complexType>
  <xsd:sequence>
    <xsd:choice minOccurs="0">
      <xsd:element ref="sld:GraphicFill"/>
      <xsd:element ref="sld:GraphicStroke"/>
    </xsd:choice>
    <xsd:element ref="sld:CssParameter" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>

geostyler-sld-parser and the UI should be updated accordingly.

  • Updated geostyler-sld-parser
  • Updated UI
@jansule jansule transferred this issue from geostyler/geostyler Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant