Skip to content

Commit b6994e4

Browse files
committed
wkb
1 parent 0fdc40a commit b6994e4

File tree

1 file changed

+1
-1
lines changed
  • web/content/specifications

1 file changed

+1
-1
lines changed

web/content/specifications/wkb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ LinearRing {
7575

7676
### Empty Geometries
7777

78-
For most geometry types, empty geometries are indicated naturally by having `numPoints` = 0.
78+
For most geometry types, empty geometries are indicated naturally by having `numPoints`, `numRings, or `numGeometries` = 0.
7979
Points do not have a `numPoints` field, so `POINT EMPTY` is represented by a `Point`
8080
with each ordinate value set to an IEEE-754 quiet NaN value
8181
(big endian 0x7ff8000000000000 or little endian 0x000000000000f87f).

0 commit comments

Comments
 (0)