aboutsummaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-14 14:25:54 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-11-14 14:25:54 +0100
commit541ace23427371975a5aa6506120b41ef6c16aae (patch)
treec0c4e7a81f2b3ec7220efdd8b2d8cc0a9e6740d2 /schemas
parent448af96a817b86fcd38c07c2a0c3b183cd988ef2 (diff)
downloadPROJ-541ace23427371975a5aa6506120b41ef6c16aae.tar.gz
PROJ-541ace23427371975a5aa6506120b41ef6c16aae.zip
projjson.schema.json: add a interpolation_crs key to geoid_model
Diffstat (limited to 'schemas')
-rw-r--r--schemas/v0.2/projjson.schema.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/v0.2/projjson.schema.json b/schemas/v0.2/projjson.schema.json
index e71e5031..0a4015ce 100644
--- a/schemas/v0.2/projjson.schema.json
+++ b/schemas/v0.2/projjson.schema.json
@@ -936,6 +936,7 @@
"type": "object",
"properties": {
"name": { "type": "string" },
+ "interpolation_crs": { "$ref": "#/definitions/crs" },
"id": { "$ref": "#/definitions/id" }
},
"required" : [ "name" ],