Opened 10 years ago
Last modified 7 years ago
#2994 new enhancement
TopoGeo_add* does not check SRID of input geometry matching that of registered topology
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
I wouldn't want to further reduce the speed of topology building, but right now it is possible to create a topology with no srid and then load geometries with any srid.
Writing it down it actually seems to be ok, but I suspect it'd allow to discover the problem only late.
For example, I just experienced problems with QGIS TopoViewer when topology.topology.srid is 0 and data is not (could very well be a qgis bug). A warning or something, at some time (TopologySummary?) could help users about that.
Note:
See TracTickets
for help on using tickets.
Milestone renamed