[postgis-tickets] [PostGIS] #5081: toTopoGeom: ERROR: ptarray_scroll_in_place: input POINTARRAY does not contain the given point
PostGIS
trac at osgeo.org
Fri Feb 4 04:16:33 PST 2022
#5081: toTopoGeom: ERROR: ptarray_scroll_in_place: input POINTARRAY does not
contain the given point
----------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.3.0
Component: topology | Version: master
Keywords: |
----------------------+---------------------------
Attempts to load https://catalogue.data.gov.bc.ca/dataset/wsa-third-order-
and-greater-watersheds-50-000 dataset into a PostGIS Topology, using
toTopoGeom, resulted in this error:
{{{
strk=# update wsa_ws_svw_polygon set tg = toTopoGeom(geom,
'wsa_ws_svw_polygon_topology', 1);
ERROR: ptarray_scroll_in_place: input POINTARRAY does not contain
the given point
Time: 1079507.342 ms (17:59.507)
}}}
Unfortunately I did not enforce an order of conversion so I'm not sure how
easy it would be to reproduce the issue.
The scrolling was added to fix #2175
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5081>
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