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
Rework the existing methods create_style and create_style_from_file to a more generic method capable of posting a style as XML, SLD or zip. According to the doc it should be possible to post the style definition as JSON as well, but we couldn't make it work so far so we probably won't implement it.
Regarding SLD, we don't plan to create or manipulate them, but instead to read them from the file system (as currently implemented) or from the REST API (to copy an existing style). They will be passed as binary blobs so that serialization / deserialization is not needed.
The text was updated successfully, but these errors were encountered:
Rework the existing methods
create_style
andcreate_style_from_file
to a more generic method capable of posting a style as XML, SLD or zip. According to the doc it should be possible to post the style definition as JSON as well, but we couldn't make it work so far so we probably won't implement it.Regarding SLD, we don't plan to create or manipulate them, but instead to read them from the file system (as currently implemented) or from the REST API (to copy an existing style). They will be passed as binary blobs so that serialization / deserialization is not needed.
The text was updated successfully, but these errors were encountered: