From 91e8010ae2e2881184382c5dd0e9c48880543e7b Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Sat, 22 Feb 2025 16:40:38 -0800 Subject: [PATCH] wkb --- web/content/specifications/wkb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/content/specifications/wkb.md b/web/content/specifications/wkb.md index 3879f5120..048f96794 100644 --- a/web/content/specifications/wkb.md +++ b/web/content/specifications/wkb.md @@ -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).