[postgis-tickets] [PostGIS] #4176: ST_Intersects error with GEOMETRYCOLLECTION

PostGIS trac at osgeo.org
Wed Sep 12 09:13:15 PDT 2018


#4176: ST_Intersects error with GEOMETRYCOLLECTION
----------------------+---------------------------
 Reporter:  vitaly1m  |      Owner:  pramsey
     Type:  defect    |     Status:  new
 Priority:  medium    |  Milestone:  PostGIS 2.4.5
Component:  postgis   |    Version:  2.3.x
 Keywords:            |
----------------------+---------------------------
 Hi!
 When executing query:

 select ST_Intersects('POLYGON((0 0, 10 10, 3 5, 0 0))',
 'GEOMETRYCOLLECTION(POINT(10 10), LINESTRING(0 0, 3 3))');

 Getting error:
 SQL Error [XX000]: ERROR: Relate Operation called with a LWGEOMCOLLECTION
 type.  This is unsupported.Подсказка: Change argument 2:
 'GEOMETRYCOLLECTION(POINT(10 10),LINESTRING(0 0,3 3))'  Где: SQL function
 "st_intersects" statement 1

 Thank you

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4176>
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