[SCM] PostGIS branch master updated. 3.5.0-55-g4f1e40efd
git at osgeo.org
git at osgeo.org
Thu Nov 14 01:35:55 PST 2024
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, master has been updated
via 4f1e40efd167b6d45be0634368a8e98610915977 (commit)
from 6e1ce7343687edab8c7480eb45bbc6990d7de199 (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 4f1e40efd167b6d45be0634368a8e98610915977
Author: Laurențiu Nicola <lnicola at dend.ro>
Date: Tue Oct 15 12:14:29 2024 +0300
Fix Making geography faster blog post link
diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml
index 0e5273413..4e15fd519 100644
--- a/doc/reference_measure.xml
+++ b/doc/reference_measure.xml
@@ -526,7 +526,7 @@ SELECT ST_AsEWKT(ST_3DClosestPoint(line,pt)) AS cp3d_line_pt,
<para>&curve_support;</para>
<para role="availability" conformance="1.5.0">Availability: 1.5.0 geography support was introduced in 1.5. Speed improvements for planar to better handle large or many vertex geometries</para>
- <para role="enhanced" conformance="2.1.0">Enhanced: 2.1.0 improved speed for geography. See <link xlink:href="http://boundlessgeo.com/2012/07/making-geography-faster/">Making Geography faster</link> for details.</para>
+ <para role="enhanced" conformance="2.1.0">Enhanced: 2.1.0 improved speed for geography. See <link xlink:href="https://web.archive.org/web/20160827203903/http://boundlessgeo.com/2012/07/making-geography-faster/">Making Geography faster</link> for details.</para>
<para role="enhanced" conformance="2.1.0">Enhanced: 2.1.0 - support for curved geometries was introduced.</para>
<para role="enhanced" conformance="2.2.0">Enhanced: 2.2.0 - measurement on spheroid performed with GeographicLib for improved accuracy and robustness. Requires PROJ >= 4.9.0 to take advantage of the new feature.</para>
<para role="changed" conformance="3.0.0">Changed: 3.0.0 - does not depend on SFCGAL anymore.</para>
diff --git a/doc/reference_relationship.xml b/doc/reference_relationship.xml
index 369661ccd..d7330704f 100644
--- a/doc/reference_relationship.xml
+++ b/doc/reference_relationship.xml
@@ -2225,7 +2225,7 @@ FROM (VALUES
<para>&sfs_compliant;</para>
<para role="availability" conformance="1.5.0">Availability: 1.5.0 support for geography was introduced</para>
- <para role="enhanced" conformance="2.1.0">Enhanced: 2.1.0 improved speed for geography. See <link xlink:href="http://blog.opengeo.org/2012/07/12/making-geography-faster/">Making Geography faster</link> for details.</para>
+ <para role="enhanced" conformance="2.1.0">Enhanced: 2.1.0 improved speed for geography. See <link xlink:href="https://web.archive.org/web/20160827203903/http://boundlessgeo.com/2012/07/making-geography-faster/">Making Geography faster</link> for details.</para>
<para role="enhanced" conformance="2.1.0">Enhanced: 2.1.0 support for curved geometries was introduced.</para>
<para>Prior to 1.3, <xref linkend="ST_Expand"/> was commonly used in conjunction with && and ST_Distance to
-----------------------------------------------------------------------
Summary of changes:
doc/reference_measure.xml | 2 +-
doc/reference_relationship.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list