22 lines
547 B
JSON
22 lines
547 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"name": "Latitude",
|
||
|
|
"shortDescription": "Latitude of breach return point position",
|
||
|
|
"type": "double",
|
||
|
|
"decimalPlaces": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Longitude",
|
||
|
|
"shortDescription": "Longitude of breach return point position",
|
||
|
|
"type": "double",
|
||
|
|
"decimalPlaces": 7
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Altitude",
|
||
|
|
"shortDescription": "Altitude of breach return point position (Rel)",
|
||
|
|
"type": "double",
|
||
|
|
"decimalPlaces": 2,
|
||
|
|
"units": "m"
|
||
|
|
}
|
||
|
|
]
|