[postgis-tickets] r14715 - Fix typo in prior commit when updating description
Regina Obe
lr at pcorp.us
Sat Feb 27 08:19:49 PST 2016
Author: robe
Date: 2016-02-27 08:19:49 -0800 (Sat, 27 Feb 2016)
New Revision: 14715
Modified:
trunk/doc/reference_measure.xml
Log:
Fix typo in prior commit when updating description
references #3478
Modified: trunk/doc/reference_measure.xml
===================================================================
--- trunk/doc/reference_measure.xml 2016-02-27 14:53:40 UTC (rev 14714)
+++ trunk/doc/reference_measure.xml 2016-02-27 16:19:49 UTC (rev 14715)
@@ -1082,7 +1082,7 @@
<ulink url="https://en.wikipedia.org/wiki/DBSCAN">Density-based spatial clustering of applications with noise (DBSCAN)</ulink>
algorithm. An input geometry will be added to a cluster if it is
within <varname>eps</varname> distance of at least
- <varname>minpoints</varname> other input geometries. Unlike <xref linked="ST_ClusterKMeans" />, it does not require to specify the number of
+ <varname>minpoints</varname> other input geometries. Unlike <xref linkend="ST_ClusterKMeans" />, it does not require to specify the number of
clusters for each dataset, but instead uses the desired input distance <varname>eps</varname> at optimal cluster size for each cluster.
</para>
<para>Availability: 2.3.0 - requires GEOS </para>
More information about the postgis-tickets
mailing list