From 1248ca3d8060d14400776a692ae4e6362a1d0484 Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Fri, 7 Jun 2024 14:57:22 -0700 Subject: [PATCH 1/2] updated projjson schema version & link --- format-specs/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format-specs/schema.json b/format-specs/schema.json index 26cddec..0406442 100644 --- a/format-specs/schema.json +++ b/format-specs/schema.json @@ -36,7 +36,7 @@ "crs": { "oneOf": [ { - "$ref": "https://proj.org/schemas/v0.5/projjson.schema.json" + "$ref": "https://proj.org/en/latest/schemas/v0.7/projjson.schema.json" }, { "type": "null" From b8f6dc0a8294edaf19238de659eb2da814a3303c Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Sun, 16 Jun 2024 16:50:44 -0700 Subject: [PATCH 2/2] Added proper link Co-authored-by: Even Rouault --- format-specs/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format-specs/schema.json b/format-specs/schema.json index 0406442..ff74288 100644 --- a/format-specs/schema.json +++ b/format-specs/schema.json @@ -36,7 +36,7 @@ "crs": { "oneOf": [ { - "$ref": "https://proj.org/en/latest/schemas/v0.7/projjson.schema.json" + "$ref": "https://proj.org/schemas/v0.7/projjson.schema.json" }, { "type": "null"