Opened 15 months ago

Last modified 10 months ago

#5340 new enhancement

totopogeom doc miss default value for tolerance

Reported by: PanierAvide Owned by: strk
Priority: medium Milestone: PostGIS 3.5.0
Component: topology Version: 3.3.x
Keywords: Cc:

Description

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

Change History (3)

comment:2 by robe, 13 months ago

Milestone: PostGIS 3.3.3PostGIS 3.4.0

comment:3 by strk, 10 months ago

Milestone: PostGIS 3.4.0PostGIS 3.5.0
Note: See TracTickets for help on using tickets.