[geos-commits] [SCM] GEOS branch main updated. 2653b5bcc2b1cc88fcd24af593a37825229f5e0e

git at osgeo.org git at osgeo.org
Sat Oct 23 19:15:00 PDT 2021


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  2653b5bcc2b1cc88fcd24af593a37825229f5e0e (commit)
      from  dbcd4ecb73d54edc47ec3cd69dbe2223a7195342 (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 2653b5bcc2b1cc88fcd24af593a37825229f5e0e
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sat Oct 23 19:14:44 2021 -0700

    Reverse the constants used to determine WKB flavor in order to match the CAPI. Closes GH489

diff --git a/include/geos/io/WKBConstants.h b/include/geos/io/WKBConstants.h
index 147a22530..51d9615f4 100644
--- a/include/geos/io/WKBConstants.h
+++ b/include/geos/io/WKBConstants.h
@@ -41,8 +41,8 @@ namespace WKBConstants {
     };
 
     enum wkbFlavour {
-        wkbIso = 1,
-        wkbExtended = 2
+        wkbExtended = 1,
+        wkbIso = 2
     };
 
 }

-----------------------------------------------------------------------

Summary of changes:
 include/geos/io/WKBConstants.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list