[PostGIS] #5709: ST_ChangeEdgeGeom fails to update face MBR when movement is smaller than float4
PostGIS
trac at osgeo.org
Mon Apr 8 10:31:57 PDT 2024
#5709: ST_ChangeEdgeGeom fails to update face MBR when movement is smaller than
float4
-----------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.3
Component: topology | Version: 3.4.x
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by strk):
The problem, like in #5709, is that lwgeom_get_bbox gets an approximaged
bounding box from the serialized representation of the geometry:
{{{
+psql:test.sql:28: DEBUG: [topo/lwgeom_topo.c:lwt_ChangeEdgeGeom:3569]
BBOX of changed edge did not change
}}}
Paul, Regina: should we maybe stop reding that lamed-down box from the
serialized representation when deserializing into LWGEOM ?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5709#comment:2>
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-tickets
mailing list