From 0f064768e95a28a83c232d2f840e17e8e0522084 Mon Sep 17 00:00:00 2001 From: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:02:39 +0100 Subject: [PATCH] Update style.py (#44) --- src/geoserver/style.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/geoserver/style.py b/src/geoserver/style.py index 77b0928..3721a54 100644 --- a/src/geoserver/style.py +++ b/src/geoserver/style.py @@ -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"):