You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several issues prevent the correct parsing of the style title from the UserStyle.Title element. This is used by MapStore for SLD styles, and is what is returned by Geoserver when converting from CSS (with @styleTitle property) to SLD.
gs-restconfig dep version must be updated when this PR will be merged and a new version of gs-restconfig will be published
review the reason of having the geoserver.helpers.style_update method, which is only used inside the geoserver.views.geoserver_proxy method in case of PUT requests. Why is this required if we have the geoserver post save signals?
if style_update is requested the following must be fixed:
Code will never enter this line, since not elm_user_style_title returns always True even when the element is populated. It must be replaced with elm_user_style_title is None
In case of a CSS style the @styleTitle must be parsed instead
The text was updated successfully, but these errors were encountered:
Several issues prevent the correct parsing of the style title from the UserStyle.Title element. This is used by MapStore for SLD styles, and is what is returned by Geoserver when converting from CSS (with
@styleTitle
property) to SLD.not elm_user_style_title
returns always True even when the element is populated. It must be replaced withelm_user_style_title is None
@styleTitle
must be parsed insteadThe text was updated successfully, but these errors were encountered: