Skip to content

Commit

Permalink
wkb
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Feb 23, 2025
1 parent b6994e4 commit 91e8010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/content/specifications/wkb.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ LinearRing {

### Empty Geometries

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

0 comments on commit 91e8010

Please sign in to comment.