diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-14 17:38:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-14 17:38:59 +0100 |
| commit | fab6ae78eaea6881d24d2554be642bc1d2099a7e (patch) | |
| tree | f5f8ff41bbeb32e0b1b67c31017d219ccf814570 /data | |
| parent | 448af96a817b86fcd38c07c2a0c3b183cd988ef2 (diff) | |
| parent | 2305dec4384365524cef76db4f84214746c4bd95 (diff) | |
| download | PROJ-fab6ae78eaea6881d24d2554be642bc1d2099a7e.tar.gz PROJ-fab6ae78eaea6881d24d2554be642bc1d2099a7e.zip | |
Merge pull request #1732 from rouault/better_export_proj_create_vertical_crs_ex_to_projjson
import/export PROJJSON: support a interpolation_crs key to geoid_model
Diffstat (limited to 'data')
| -rw-r--r-- | data/projjson.schema.json | 1 |
1 files changed, 1 insertions, 0 deletions
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" ], |
