Opened 10 years ago
Closed 3 years ago
#3042 closed enhancement (fixed)
Add edge-linking checks in ValidateTopology
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.2.0 |
Component: | topology | Version: | master |
Keywords: | Cc: | remic |
Description
The ValidateTopology function does not currently check if edge linking is correct. It probably should.
Change History (10)
comment:1 by , 9 years ago
Milestone: | PostGIS 2.2.0 → PostGIS Future |
---|
comment:2 by , 7 years ago
Milestone: | PostGIS Future → PostGIS Fund Me |
---|
comment:3 by , 4 years ago
For reference, #4709 is a bad consequence (backend crash) of a topology with edge-linking corruption, so dealing with it with ValidateTopology becomes more important.
comment:5 by , 4 years ago
Another problem with function is that uses a lot of time .
Does make a sense to make optimal parameter bbox to limit the area to check ?
comment:6 by , 4 years ago
There are a number of validity checks that could be performed within a limited bounding box yes, I'm thinking of:
- Edge linking (for all nodes falling in the bbox)
- Consistent side-labelling for linked edges
comment:7 by , 4 years ago
Milestone: | PostGIS Fund Me → PostGIS 3.2.0 |
---|
Remi: where can your rc_RecomputeEdgeLinking function be found ? It'd be interesting to look at it now :)
comment:9 by , 3 years ago
For the record: I filed #4942 to provide a RecomputeEdgeLinking function, to go with the new check
Milestone renamed