[postgis-devel] [PostGIS] #1017: Implement topology.ToTopoGeom(Geometry, topology_name, layer_id)
PostGIS
trac at osgeo.org
Wed Jan 4 12:56:13 PST 2012
#1017: Implement topology.ToTopoGeom(Geometry, topology_name, layer_id)
--------------------------+-------------------------------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: closed
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by strk):
* status: assigned => closed
* resolution: => fixed
Comment:
r8671 fully implements the function, and r8672 briefly documents it.
This was after many commits containing underlying functions being used by
this one.
The underlying functions were stubbed already since 2006:
TopoGeo_addPoint, TopoGeo_addLinestring, TopoGeo_addPolygon. Recently they
changed their signature so that a DROP would be required for some of them.
A dump/restore (as expected for 2.0) would work fine. #1430 should help
those not willing to dump/restore at this stage.
It is a good time to play with the function and reporting issues as bugs.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1017#comment:12>
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-devel
mailing list