Skip to content

Commit df1d16d

Browse files
authored
Update clause_specification_text.adoc
improved punctuation
1 parent da76d36 commit df1d16d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

standard/clause_specification_text.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@ Polygons in this domain domain type are defined equivalent to GeoJSON, except th
16321632
- The axis `"composite"` MUST have the data type `"polygon"` and the coordinate identifiers `"x","y"`, in that order.
16331633
- A Polygon domain MAY have the axes `"z"` and `"t"` which both MUST have a single coordinate value only.
16341634

1635-
Domain example of a Simple Polygon:
1635+
Domain example of a simple Polygon:
16361636

16371637
[%unnumbered%]
16381638
```json
@@ -1654,7 +1654,7 @@ Domain example of a Simple Polygon:
16541654
}
16551655
```
16561656

1657-
Domain example of a Polygon with two holes:
1657+
Domain example of a Polygon with two holes, one square, the other triangular:
16581658

16591659
[%unnumbered%]
16601660
```json
@@ -1787,7 +1787,7 @@ Coverage example:
17871787
- A domain with MultiPolygon domain type MUST have the axis `"composite"` where the values are Polygons. Polygons are defined in the Polygon domain type.
17881788
- The axis `"composite"` MUST have the data type `"polygon"` and the coordinate identifiers `"x","y"`, in that order.
17891789
- A MultiPolygon domain MAY have the axes `"z"` and `"t"` which both MUST have a single coordinate value only.
1790-
- A MultiPolygon may represent several polygons that define non-contiguous regions of one underlying coverage range. It is not intended to represent several polygons that are separate coverages each with their own separate ranges. The latter case is a collection of coverages.
1790+
- A MultiPolygon is intended to represent several polygons, possibly with holes, that define non-contiguous regions of one underlying coverage range. It is not intended to represent several polygons that are separate coverages, each with their own separate ranges. The latter case is a collection of coverages.
17911791

17921792
Domain example:
17931793

0 commit comments

Comments
 (0)