Skip to content

Commit

Permalink
Update style.py (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Feb 1, 2024
1 parent 85ff8ac commit 0f06476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/geoserver/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Style(ResourceInfo):
"sld11": "application/vnd.ogc.se+xml",
"zip10": "application/zip",
"css10": "application/vnd.geoserver.geocss+css",
"sld1.0.0": "application/vnd.ogc.sld+xml",
}

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

0 comments on commit 0f06476

Please sign in to comment.