[postgis-tickets] [PostGIS] #2859: ST_Polygonize error
PostGIS
trac at osgeo.org
Wed Jul 30 02:53:06 PDT 2014
#2859: ST_Polygonize error
---------------------+------------------------------------------------------
Reporter: remic | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: 2.1.x
Keywords: |
---------------------+------------------------------------------------------
Problem with polygonize function : can't work with correctly noded
linestring:
test case :
SELECT ST_Polygonize(
ST_Node(
ST_GeomFromText('MULTILINESTRING((0 0,5
0),(5 0,10 0,10 10,5 10),(5 10,0 10,0 0) ,(5 0,5 10) )')
)
)
Error :
ERROR: function 0x73bf6530 returned NULL
Myabe it is at geos level?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2859>
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