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

Adding tweaks for OpenLayers (as a Vendor Option?) #455

Open
richard-thomas opened this issue Apr 9, 2021 · 0 comments
Open

Adding tweaks for OpenLayers (as a Vendor Option?) #455

richard-thomas opened this issue Apr 9, 2021 · 0 comments

Comments

@richard-thomas
Copy link

richard-thomas commented Apr 9, 2021

I've been using the editor to modify some QGIS-exported SLD code which I then import into OpenLayers 6 using SLDreader (https://github.com/NieuwlandGeo/SLDReader). Although SLDeditor has largely been quite helpful, OpenLayers has some subtly different requirements. For example, in GeoServer the default Stroke lineCap style is "butt" (so this is removed from SLD files by SLDeditor), but in OpenLayers the default is "round" so it needs to find "butt" in the SLD.

Would the best approach be to develop a "Vendor Option" for OpenLayers then test for this when choosing to suppress writing of "butt"? Unfortunately I don't understand the structure of the code so I wouldn't know in which files to apply both these changes. I realise that you are not actively developing the code, but your feedback and suggestions on this would be very welcome!

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