Opened 9 months ago
Closed 9 months ago
#5669 closed defect (duplicate)
Batch addition of geometries in non-empty topology
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.5.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
Spin off of #5667, this ticket is to implement functions to add batches of geometries to an existing and not necessarely empty topology.
For the empty case we already have ST_CreateTopoGeo
. This ticket is to allow doing it in a non-empty one.
There is already a not-implemented signature TopoGeo_addGeometry
which we may use for this.
Change History (2)
comment:1 by , 9 months ago
comment:2 by , 9 months ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I've found this is a duplication of #2862