Skip to content

Commit ee80854

Browse files
committed
Updated PROJJSON schema version from 0.5 to 0.7 #18
1 parent 46bbb33 commit ee80854

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
- The new field `proj:code` was introduced as a more general way to describe projection codes for various authorities, not just EPSG.
1212

13+
### Changed
14+
15+
- Updated PROJJSON schema version from 0.5 to 0.7
16+
1317
### Deprecated
1418

1519
- `proj:espg` was deprecated in favor of `proj:code`.

json-schema/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"title":"Coordinate Reference System in PROJJSON format",
112112
"oneOf": [
113113
{
114-
"$ref": "https://proj.org/schemas/v0.5/projjson.schema.json"
114+
"$ref": "https://proj.org/schemas/v0.7/projjson.schema.json"
115115
},
116116
{
117117
"type": "null"

0 commit comments

Comments
 (0)