[postgis-tickets] [PostGIS] #4941: ST_RemEdgeModFace causes invalid face mbr

PostGIS trac at osgeo.org
Tue Jul 6 03:35:51 PDT 2021


#4941: ST_RemEdgeModFace causes invalid face mbr
-----------------------+---------------------------
  Reporter:  strk      |      Owner:  strk
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 3.2.0
 Component:  topology  |    Version:  2.2.x
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by strk):

 Here's a simplified testcase:
 {{{
 SELECT createtopology('invalid');

 SELECT count(*) from (
   SELECT TopoGeo_addLineString('invalid',
 'LINESTRING(
   12.123711265448206 65.12785021295713,
   12.123711265448206 65.21007378815003,
   12.208829785296102 65.21007378815003,
   12.208829785296102 65.12785021295713,
   12.123711265448206 65.12785021295713)
 '
   )
 ) foo;

 SELECT * from validatetopology('invalid');

 SELECT count(*) from (
   SELECT TopoGeo_addLineString('invalid',
 'LINESTRING(
   12.164016376530826 65.16373151830707,
   12.164026259700226 65.16368501062713,
   12.164003720888175 65.16368611107725,
   12.164016376530826 65.16373151830707
 )')
 ) foo;
 SELECT * from validatetopology('invalid');
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4941#comment:4>
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