[postgis-tickets] [PostGIS] #5340: totopogeom doc miss default value for tolerance
PostGIS
trac at osgeo.org
Fri Feb 17 05:29:04 PST 2023
#5340: totopogeom doc miss default value for tolerance
-------------------------+---------------------------
Reporter: PanierAvide | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.3.3
Component: topology | Version: 3.3.x
Keywords: |
-------------------------+---------------------------
Hello,
I discovered that documentation of totopogeom topology function lacks in
documentation the default value for tolerance on this page :
https://postgis.net/docs/toTopoGeom.html
So this line :
{{{
topogeometry toTopoGeom(geometry geom, varchar toponame, integer layer_id,
float8 tolerance)
}}}
May be instead :
{{{
topogeometry toTopoGeom(geometry geom, varchar toponame, integer layer_id,
float8 tolerance=0)
}}}
Best regards
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5340>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list