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

[openlayers-parser] Fallbacks of geoserver-specific WellKnownNames #206

Open
jansule opened this issue Aug 23, 2018 · 0 comments
Open

[openlayers-parser] Fallbacks of geoserver-specific WellKnownNames #206

jansule opened this issue Aug 23, 2018 · 0 comments

Comments

@jansule
Copy link
Contributor

jansule commented Aug 23, 2018

With the upcoming merge of #25, geostyler-openlayers-parser tries to parse a subset of geoserver-specific WellKnownNames. Following problems and fallbacks exist:

readStyle():

  • Cannot distinguish between shape://carrow and shape://oarrow. Fallback: shape://carrow
  • Cannot distinguish between Circle and shape://dot. Fallback: Circle
  • Cannot distinguish between Cross and shape://plus. Fallback: Cross
  • Cannot distinguish between X and shape://times. Fallback: X

writeStyle():

  • Cannot write style for shape://oarrow. Fallback: use shape://carrow style
@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