[geos-commits] [SCM] GEOS branch main updated. 91e8010ae2e2881184382c5dd0e9c48880543e7b
git at osgeo.org
git at osgeo.org
Sat Feb 22 16:40:59 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 91e8010ae2e2881184382c5dd0e9c48880543e7b (commit)
from b6994e43e63967a3ae8be19abf6f4d32306319b6 (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 91e8010ae2e2881184382c5dd0e9c48880543e7b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Sat Feb 22 16:40:38 2025 -0800
wkb
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).
-----------------------------------------------------------------------
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