[geos-commits] [SCM] GEOS branch main updated. 642e32daecee5154befff14efd6b5da873627fb3
git at osgeo.org
git at osgeo.org
Wed Feb 19 10:55:20 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 642e32daecee5154befff14efd6b5da873627fb3 (commit)
from 8781da7eeeaaf66d2147125911c60e089115b505 (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 642e32daecee5154befff14efd6b5da873627fb3
Author: Martin Davis <mtnclimb at gmail.com>
Date: Wed Feb 19 10:54:31 2025 -0800
Add doc WKT examples
diff --git a/web/content/specifications/wkt.md b/web/content/specifications/wkt.md
index 6956d327e..65efb8a5d 100644
--- a/web/content/specifications/wkt.md
+++ b/web/content/specifications/wkt.md
@@ -19,6 +19,13 @@ draft: false
* MULTILINESTRING ((0 0, 1 1), (2 2, 3 3))
* MULTIPOLYGON (((1 1, 1 3, 3 3, 3 1, 1 1)), ((4 3, 6 3, 6 1, 4 1, 4 3)))
* GEOMETRYCOLLECTION (MULTIPOINT((0 0), (1 1)), POINT(3 4), LINESTRING(2 3, 3 4))
+* POINTZ (0 0 0)
+* POINT Z (0 0 0)
+* POINT Z EMPTY
+* POINTM (0 0 0)
+* POINT M (0 0 0)
+* POINTZM (0 0 0 0)
+* POINT ZM (0 0 0 0)
## WKT BNF
-----------------------------------------------------------------------
Summary of changes:
web/content/specifications/wkt.md | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list