From 68199c88da71476082057583305d68ecae9d1fac Mon Sep 17 00:00:00 2001 From: Jo Date: Wed, 3 Jan 2024 22:46:00 +0000 Subject: [PATCH] Updated well-known tileMatrixSetURIs to normative references on the OGC definition server (#1471) * - Updated well-known tileMatrixSetURIs to normative references on the OGC definition server. * - removed extra line --- pygeoapi/models/provider/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygeoapi/models/provider/base.py b/pygeoapi/models/provider/base.py index 2da3903..39d18fa 100644 --- a/pygeoapi/models/provider/base.py +++ b/pygeoapi/models/provider/base.py @@ -79,7 +79,7 @@ class TileMatrixSetEnumType(BaseModel): class TileMatrixSetEnum(Enum): WORLDCRS84QUAD = TileMatrixSetEnumType( tileMatrixSet="WorldCRS84Quad", - tileMatrixSetURI="http://schemas.opengis.net/tms/1.0/json/examples/WorldCRS84Quad.json", # noqa + tileMatrixSetURI="http://www.opengis.net/def/tilematrixset/OGC/1.0/WorldCRS84Quad", # noqa crs="http://www.opengis.net/def/crs/OGC/1.3/CRS84", tileMatrixSetDefinition= { @@ -91,7 +91,7 @@ class TileMatrixSetEnum(Enum): ) WEBMERCATORQUAD = TileMatrixSetEnumType( tileMatrixSet="WebMercatorQuad", - tileMatrixSetURI="http://schemas.opengis.net/tms/1.0/json/examples/WebMercatorQuad.json", # noqa + tileMatrixSetURI="http://www.opengis.net/def/tilematrixset/OGC/1.0/WebMercatorQuad", # noqa crs="http://www.opengis.net/def/crs/EPSG/0/3857", tileMatrixSetDefinition= {