From: Regina Obe Date: Sat, 26 Nov 2016 14:59:52 +0000 (+0000) Subject: Incorrect parameter name for CreateTopology X-Git-Tag: 2.4.0alpha~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc7ada621ad117c73fc6b2af4b15b500dbbeb1fe;p=postgis Incorrect parameter name for CreateTopology references #3509 for 2.4.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15247 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 1772ef910..52fc73fc5 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -668,14 +668,14 @@ face without edges | 0 | integer CreateTopology varchar topology_schema_name integer srid - double precision tolerance + double precision prec integer CreateTopology varchar topology_schema_name integer srid - double precision tolerance + double precision prec boolean hasz @@ -686,7 +686,7 @@ face without edges | 0 | Creates a new schema with name topology_name consisting of tables (edge_data,face,node, relation and registers this new topology in the topology.topology table. It returns the id of the topology in the topology table. The srid is the spatial reference identified as - defined in spatial_ref_sys table for that topology. Topologies must be uniquely named. The tolerance is measured in the units of the spatial reference system. If the tolerance is not specified defaults to 0. + defined in spatial_ref_sys table for that topology. Topologies must be uniquely named. The tolerance is measured in the units of the spatial reference system. If the tolerance (prec) is not specified defaults to 0. This is similar to the SQL/MM but a bit more functional. hasz defaults to false if not specified.