Skip to content

Commit 160a538

Browse files
authored
Simplify JSON example in clause specification
Corrected multipoint domain example.
1 parent 452d9bb commit 160a538

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

standard/clause_specification_text.adoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,6 @@ Domain example of a MultiPolygon where one polygon has a hole:
18911891
[%unnumbered%]
18921892
```json
18931893
{
1894-
"type": "Coverage",
18951894
"domain": {
18961895
"type": "Domain",
18971896
"domainType": "MultiPolygon",
@@ -1913,18 +1912,6 @@ Domain example of a MultiPolygon where one polygon has a hole:
19131912
}
19141913
},
19151914
"referencing": [...]
1916-
},
1917-
"parameters": {
1918-
},
1919-
"ranges": {
1920-
"temperature": {
1921-
"type": "NdArray",
1922-
"dataType": "float",
1923-
"axisNames": ["composite"],
1924-
"shape": [2],
1925-
"values": [23.1, 24.7]
1926-
}
1927-
}
19281915
}
19291916
```
19301917

0 commit comments

Comments
 (0)