diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-14 17:56:59 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-14 17:57:38 +0100 |
| commit | d0b5e070b93b3abf80ef9c3d0f83ec75a88377f9 (patch) | |
| tree | f53ef0ec0919ea9b47c965fd25a6dfba97b6601e | |
| parent | a13e7646a9ef8a0148bbbac0ee8d46f1501c910a (diff) | |
| download | PROJ-d0b5e070b93b3abf80ef9c3d0f83ec75a88377f9.tar.gz PROJ-d0b5e070b93b3abf80ef9c3d0f83ec75a88377f9.zip | |
schemas/v0.2/projjson.schema.json: update (just for the sake of having a refreshed online version. Does not concern 6.2 branch itself)
[skip appveyor]
| -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" ], |
