Skip to content

Commit 0f06476

Browse files
Update style.py (#44)
1 parent 85ff8ac commit 0f06476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/geoserver/style.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class Style(ResourceInfo):
2525
"sld11": "application/vnd.ogc.se+xml",
2626
"zip10": "application/zip",
2727
"css10": "application/vnd.geoserver.geocss+css",
28+
"sld1.0.0": "application/vnd.ogc.sld+xml",
2829
}
2930

3031
def __init__(self, catalog, name, workspace=None, style_format="sld10"):

0 commit comments

Comments
 (0)