fix reference to OGC API - Tiles schema (#1299) (#1300)

This commit is contained in:
Tom Kralidis
2023-07-02 11:45:29 +02:00
committed by GitHub
parent 40e82424f3
commit ba7fc15be7
+1 -1
View File
@@ -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__))