opengeospatial / CRS-JSON-Encoding

0 stars 2 forks source link

Definition of "value_in_metre_or_value_and_unit" #56

Open KRyden opened 2 months ago

KRyden commented 2 months ago

NOTE: Markdown does not support highlighting in color, so bold/italic has been used to highlight the material being discussed. This issue is extracted from the document submitted by Roger Lott at https://github.com/opengeospatial/CRS-JSON-Encoding/blob/main/ProjJson%20v0-7%20RL%202024-06-16.docx for discussion at the CRS SWG meeting OGC held during the Montreal June 2024 TC meeting.

"value_in_metre_or_value_and_unit": {
  "oneOf": [
    { "type": "number" },
    { "$ref": "#/definitions/value_and_unit" }
  ]
},

"$comment": "[RL] This option to have default units is from WKT2, included for backward compatibility with WKT1. In Topic 2 there is no option to have default units."