Re: [Geoserver-users] SLD validation source code

2019-05-02 Thread fawzyb
Jody, Please note that I am working with GeoTools 19.4. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com May 2, 2019, 10:18 AM by [email protected]: > Hi Jody, > Thanks a lot for your help. > > I have added my two new elements FlipHorizontal an

Re: [Geoserver-users] SLD validation source code

2019-05-02 Thread fawzyb
Hi Jody, Thanks a lot for your help. I have added my two new elements FlipHorizontal and FlipVertical to the StyledLayerDescriptor.xsd, and now it works :) Regarding the style parser I modified, I have modified the class org.geotools.styling.SLDParser, in gt-main module. Thanks again :) Fawzy

Re: [Geoserver-users] SLD validation source code

2019-05-01 Thread Jody Garnett
The SLD validation is handled here: SLDValidator but if you dig in you can see the XML parser validates against StyledLayerDescriptor.xsd Note there are a number of style parsers <

[Geoserver-users] SLD validation source code

2019-04-27 Thread fawzyb
Hi all, I'm willing to add a new attributes to the PointSymbolizer's Graphic, that allow flipping the icons of a point Horizontally and/or vertically. I've added the following to the Graphic child of the PointSymbolizer:     true