Skip to content

Commit 4afa65c

Browse files
kit-rothwellgiohappy
authored andcommitted
A fix to use the style format parameter when updating existing styles
1 parent 6af62ab commit 4afa65c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/geoserver/catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,6 +1311,7 @@ def create_style(
13111311
)
13121312

13131313
if style:
1314+
style.style_format = style_format
13141315
headers = {"Content-type": style.content_type, "Accept": "application/xml"}
13151316

13161317
body_href = style.body_href

0 commit comments

Comments
 (0)