From 541ace23427371975a5aa6506120b41ef6c16aae Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 14 Nov 2019 14:25:54 +0100 Subject: projjson.schema.json: add a interpolation_crs key to geoid_model --- data/projjson.schema.json | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/projjson.schema.json b/data/projjson.schema.json index e71e5031..0a4015ce 100644 --- a/data/projjson.schema.json +++ b/data/projjson.schema.json @@ -936,6 +936,7 @@ "type": "object", "properties": { "name": { "type": "string" }, + "interpolation_crs": { "$ref": "#/definitions/crs" }, "id": { "$ref": "#/definitions/id" } }, "required" : [ "name" ], -- cgit v1.2.3