Skip to content

Commit

Permalink
geometry.precision -> geometry.granularity
Browse files Browse the repository at this point in the history
  • Loading branch information
docuracy committed Feb 27, 2022
1 parent 80790e4 commit 2c24943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schemas/LP.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
"uncertain"
]
},
"precision": {
"granularity": {
"description": "An indication of the precision of Point coordinate data: Points lie somewhere within all of the resolved properties.",
"type": "object",
"properties": {
Expand Down Expand Up @@ -371,9 +371,9 @@
"certainty": {
"$ref": "#/definitions/certainty"
},
"precision": {
"granularity": {
"description": "***TO DISCUSS***: Proposal for optional geometry property to indicate the precision of Point coordinate data.",
"$ref": "#/definitions/precision"
"$ref": "#/definitions/granularity"
},
"@id": {
"description": "***TO DISCUSS***: Proposal for optional @id/URI that can be used in Geometry Collections to associate particular geometries with one or more of its parent feature's types. This might be used, for example, to indicate separate points for the creation, discovery, and repository of archaeological artefacts.",
Expand Down

0 comments on commit 2c24943

Please sign in to comment.