From 3d59c74944e48de824ed401b48cb438bd35a45c4 Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Thu, 11 May 2023 16:59:29 +0100 Subject: [PATCH] Use OGC schema URL (#23) --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index f03d50b..a7fbd0e 100644 --- a/src/config.js +++ b/src/config.js @@ -3,7 +3,7 @@ export const BingMapsApiKey = 'AjAVy4nLckUAUX7gML0AAT4ym6XLYoGCn_6H9mi5UY9fuZyWx export const initialMapZoom = 2 export const initialMapCenter = [10, 0] -export const schemaUrl = 'https://covjson.org/schema/dev/coveragejson.json' +export const schemaUrl = 'https://schemas.opengis.net/covjson/1.0/coveragejson.json' const relUrl = basename => `coverages/${basename}.covjson` export const examples = [{