Opened 40 hours ago

Last modified 13 hours ago

#5766 closed defect

ValidateTopology(varchar toponame, geometry bbox) return error when sending with bbox, but not with out bbox — at Version 2

Reported by: Lars Aksel Opsahl Owned by: strk
Priority: medium Milestone: PostGIS 3.3.7
Component: topology Version: master
Keywords: Cc:

Description (last modified by Lars Aksel Opsahl)

When calling with boxx I het this error 'face has wrong mbr|0|'

topology.ValidateTopology('gronn_2023_v9_nosimlify_004','0103000020A21000000100000005000000FC60C227D47F09409A564F720FB64D40FC60C227D47F0940B6D8185120874E40EBF20689D0021D40B6D8185120874E40EBF20689D0021D409A564F720FB64D40FC60C227D47F09409A564F720FB64D40');

If I call without it returns no errors

SELECT 'ValidateTopology without bb', * FROM topology.ValidateTopology('gronn_2023_v9_nosimlify_004');


This test code can be found in

src/test/sql/regress/run_resolve_test.sh --nodrop  ./src/test/sql/regress/rog_overlay_test_13c.sql; \

Test add in this https://gitlab.com/nibioopensource/resolve-overlap-and-gap/-/commit/5584a4e781c847c28fb1f1ef48bf97d2c86d35e9 in branch https://gitlab.com/nibioopensource/resolve-overlap-and-gap/-/tree/performance_and_robustnes_spike_remove?ref_type=heads

Change History (2)

comment:1 by Lars Aksel Opsahl, 40 hours ago

Summary: ValidateTopology(varchar toponame, geometry bbox) return error but not with outValidateTopology(varchar toponame, geometry bbox) return error when sending with bbox, but not with out bbox

comment:2 by Lars Aksel Opsahl, 40 hours ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.