[postgis-tickets] [PostGIS] #2592: AddNode(atopology, apoint) redundant
PostGIS
trac at osgeo.org
Tue Dec 31 16:02:41 PST 2013
#2592: AddNode(atopology, apoint) redundant
----------------------+-----------------------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: low | Milestone: PostGIS 2.2.0
Component: topology | Version: 2.1.x
Keywords: |
----------------------+-----------------------------------------------------
In looking at functions that aren't documented, I noticed we have
{{{
topology.addnode(atopology character varying, apoint geometry)
}}}
The reason it isn't documented is our docs say
{{{
topology.addnode(atopology character varying, apoint geometry,
allowedgesplitting boolean DEFAULT false, setcontainingface boolean
DEFAULT false)
}}}
but the actual implementation is
{{{
topology.addnode(atopology character varying, apoint geometry,
allowedgesplitting boolean, setcontainingface boolean DEFAULT false)
}}}
We should probably clean this up in 2.2. Probably not worthwhile to fix
in 2.1/2.0. In the end it will be the same, just one less function.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2592>
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