[geos-commits] [SCM] GEOS branch main updated. b6994e43e63967a3ae8be19abf6f4d32306319b6
git at osgeo.org
git at osgeo.org
Sat Feb 22 16:38:24 PST 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main has been updated
via b6994e43e63967a3ae8be19abf6f4d32306319b6 (commit)
from 0fdc40af1fb125b59efc3d154c672314beff4249 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b6994e43e63967a3ae8be19abf6f4d32306319b6
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Sat Feb 22 16:37:52 2025 -0800
wkb
diff --git a/web/content/specifications/wkb.md b/web/content/specifications/wkb.md
index 4d03dc7a8..3879f5120 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` = 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).
-----------------------------------------------------------------------
Summary of changes:
web/content/specifications/wkb.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list