[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-209-g41bf10d
git at osgeo.org
git at osgeo.org
Mon Jun 14 14:15:52 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 "PostGIS".
The branch, master has been updated
via 41bf10d85882ea405e32719e53c65e576e5c63f0 (commit)
from c273a6fe904232538c533dacba15140013bd8bfb (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 41bf10d85882ea405e32719e53c65e576e5c63f0
Author: Martin Davis <mtnclimb at gmail.com>
Date: Mon Jun 14 14:15:45 2021 -0700
Update doc link to PostGIS workshop
diff --git a/doc/reference_operator.xml b/doc/reference_operator.xml
index eb248ad..1e51d40 100644
--- a/doc/reference_operator.xml
+++ b/doc/reference_operator.xml
@@ -1918,7 +1918,7 @@ sphere for geographies.
<note><para>This operand will make use of 2D GiST indexes that may be available on the geometries. It is different from other operators that use spatial indexes in that the spatial index is only used when the operator is in the ORDER BY clause.</para></note>
<note><para>Index only kicks in if one of the geometries is a constant (not in a subquery/cte). e.g. 'SRID=3005;POINT(1011102 450541)'::geometry instead of a.geom</para></note>
- <para>Refer to <ulink url="http://workshops.opengeo.org/postgis-intro/knn.html">OpenGeo workshop: Nearest-Neighbour Searching</ulink> for real live example.</para>
+ <para>Refer to <ulink url="https://postgis.net/workshops/postgis-intro/knn.html">PostGIS workshop: Nearest-Neighbour Searching</ulink> for a detailed example.</para>
<para>Enhanced: 2.2.0 -- True KNN ("K nearest neighbor") behavior for geometry and geography for PostgreSQL 9.5+. Note for geography KNN is based on sphere rather than spheroid. For PostgreSQL 9.4 and below, geography support is new but only supports centroid box.</para>
<para>Changed: 2.2.0 -- For PostgreSQL 9.5 users, old Hybrid syntax may be slower, so you'll want to get rid of that hack if you are running your code only on PostGIS 2.2+ 9.5+. See examples below.</para>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_operator.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list