[SCM] PostGIS branch stable-3.3 updated. 3.3.4-29-g815b5c7c0
git at osgeo.org
git at osgeo.org
Mon Oct 30 16:57:27 PDT 2023
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 "PostGIS".
The branch, stable-3.3 has been updated
via 815b5c7c0db94424c4c87f943b45b46f6b162be0 (commit)
from fee1b4012369ca970d41cec3c5e40cae9e5a906a (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 815b5c7c0db94424c4c87f943b45b46f6b162be0
Author: Regina Obe <lr at pcorp.us>
Date: Mon Oct 30 19:57:18 2023 -0400
Update to new home of sfcgal. Closes #5600 for PostGIS 3.3.5
diff --git a/README.postgis b/README.postgis
index ed85cfc8e..8ce440524 100644
--- a/README.postgis
+++ b/README.postgis
@@ -95,7 +95,7 @@ For apt-based systems you can run this command to install the below dependencies
* SFCGAL 1.4.1+ is requires for additional functionality ST_AlphaShape, ST_OptimalAlphaShape,
and ST_3DConvexhull
- https://gitlab.com/Oslandia/SFCGAL
+ https://gitlab.com/sfcgal/SFCGAL
* protobuf-c (Optional, Version 1.1.0 or higher)
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 32ce2bf5c..b3e2f7ef3 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -310,7 +310,7 @@ echo "LIBICONV VERSION: ${ICON_VER} http://ftp.gnu.org/gnu/libiconv/libiconv-${I
if [ -n "$SFCGAL_VER" ]; then
echo "CGAL VERSION: ${CGAL_VER} http://www.cgal.org" >> $verfile
echo "BOOST VERSION: ${BOOST_VER} http://www.boost.org" >> $verfile
- echo "SFCGAL VERSION: ${SFCGAL_VER} http://www.sfcgal.org https://github.com/Oslandia/SFCGAL" >> $verfile
+ echo "SFCGAL VERSION: ${SFCGAL_VER} http://www.sfcgal.org https://github.com/sfcgal/SFCGAL" >> $verfile
fi;
if [ -f ${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/gdal_depends.txt ]; then
diff --git a/doc/installation.xml b/doc/installation.xml
index d0b5deb52..83b0692ed 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -246,9 +246,9 @@ sh autogen.sh
<listitem>
<para>
- SFCGAL, version 1.3.1 (or higher), 1.4.1 or higher is recommended. SFCGAL can be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal" />. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: <ulink url="https://oslandia.gitlab.io/SFCGAL/dev.html">https://oslandia.gitlab.io/SFCGAL/dev.html</ulink>)
+ SFCGAL, version 1.3.1 (or higher), 1.4.1 or higher is recommended. SFCGAL can be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal" />. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: <ulink url="https://sfcgal.org">https://sfcgal.org</ulink>)
- <ulink url="https://gitlab.com/Oslandia/SFCGAL/">https://gitlab.com/Oslandia/SFCGAL/</ulink>.
+ <ulink url="https://gitlab.com/sfcgal/SFCGAL/">https://gitlab.com/sfcgal/SFCGAL/</ulink>.
</para>
</listitem>
-----------------------------------------------------------------------
Summary of changes:
README.postgis | 2 +-
ci/winnie/package_postgis.sh | 2 +-
doc/installation.xml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list