-
Notifications
You must be signed in to change notification settings - Fork 15
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
Several changes, mostly for lyrx->geostyler conversion #55
Conversation
Install submodules in setup.py
CI: notify lyrx2sld on updates
Add custom event type (CI: notify lyrx2sld on updates)
CI: Add Action to notify lyrx2sld on updates
Fixes for arcgis format
Update mapping of ESRI symbols
This changes the return from togeostyler and fromgestyler methods for all formts
correctly convert polygon outlines
Also, this commit fixes the handling of min/max scale denominators
Fix rotation sign
* Use symbol fill color, refine opacity support * Use stroke width, default to 0 * Default symbol fill color to white
# Conflicts: # bridgestyle/sld/fromgeostyler.py # bridgestyle/style2style.py # setup.py
Nice work @volaya and @vuilleumierc! And thanks for contributing back! Since Q: The PR consists of a lot of tiny commits. Would you mind if I do a Squash & Merge? Alternatively, you could perhaps squash some commits yourself. |
Yes, feel free to squash them, or at least the ones that affect the module that perfomrs the lyrx to geostyler conversion. Thanks! |
Well, for a PR, I can only squash everything into one commit or keep all the commits. So if you wish to squash the lyrx->geostyler-related commits, please do so and force push your changes to the |
No need to worry about that, let's squash all the PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, seems good to me! I only need to change some calls to the SLD converter in QGIS Bridge I see.
Thanks again!
These changes come from work done at C2C for a customer that needed converting a large set of styles from lyr to SLD. Problems found in that work have been fixed in the commits in this PR, and they make the library more robust and better capable of converting sstyles from the ArcGIS format into geostyler and SLD
There are also some minor changes to other parts of the library.
More details about the changes in this PR can be found here:
https://github.com/camptocamp/bridge-style/wiki