diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-14 14:25:54 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-14 14:25:54 +0100 |
| commit | 541ace23427371975a5aa6506120b41ef6c16aae (patch) | |
| tree | c0c4e7a81f2b3ec7220efdd8b2d8cc0a9e6740d2 /schemas | |
| parent | 448af96a817b86fcd38c07c2a0c3b183cd988ef2 (diff) | |
| download | PROJ-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.json | 1 |
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" ], |
