From ba7fc15be71e4c02daa72ee9027c670a530c249d Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Sun, 2 Jul 2023 11:45:29 +0200 Subject: [PATCH] fix reference to OGC API - Tiles schema (#1299) (#1300) --- pygeoapi/openapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygeoapi/openapi.py b/pygeoapi/openapi.py index 5cf0d2c..ba8badf 100644 --- a/pygeoapi/openapi.py +++ b/pygeoapi/openapi.py @@ -63,7 +63,7 @@ OPENAPI_YAML = { 'oapimt': 'https://raw.githubusercontent.com/opengeospatial/ogcapi-tiles/master/openapi/swaggerhub/map-tiles.yaml', # noqa 'oapir': 'https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi', # noqa 'oaedr': 'https://schemas.opengis.net/ogcapi/edr/1.0/openapi', # noqa - 'oat': 'https://raw.githubusercontent.com/opengeospatial/ogcapi-tiles/master/openapi/swaggerHubUnresolved/ogc-api-tiles.yaml', # noqa + 'oat': 'https://schemas.opengis.net/ogcapi/tiles/part1/1.0/openapi/ogcapi-tiles-1.yaml' # noqa } THISDIR = os.path.dirname(os.path.realpath(__file__))