Re: [Geoserver-users] Style REST API removing WellKnownName

2024-03-15 Thread Alexandre Gacon
Thanks Andrea ! I will try it as soon as possible! Alexandre Le ven. 15 mars 2024 à 16:33, Andrea Aime a écrit : > Yep, as Ian says, "pretty printing" of the style has been the default > since the beginning of the REST API availability. > However, there is a query paameter you can append to you

Re: [Geoserver-users] Style REST API removing WellKnownName

2024-03-15 Thread Andrea Aime
Yep, as Ian says, "pretty printing" of the style has been the default since the beginning of the REST API availability. However, there is a query paameter you can append to your style publication, that allows skipping the pretty print: "...?raw=true". Looks like it's not documented in the REST API

Re: [Geoserver-users] Style REST API removing WellKnownName

2024-03-15 Thread Ian Turton
It has always dropped default values e.g. square marks, black strokes and grey fills etc. It avoids cluttering up the SLD with unnecessary elements. The simplest answer would seem to be for you to leave such defaults out of your SLD files (or ignore them when looking for differences). Ian On Fri,