The query

"SELECT class, id FROM geoobject_geom
WHERE ST_Intersects(
   GeomFromText(?, 4326),
   geom
)
LIMIT 1000"

results in exception

"SQLSTATE[XX000]: Internal error: 7 ERROR:  Relate Operation called with
a LWGEOMCOLLECTION type.  This is unsupported"

1) When will the relation check functions support GeometryCollections as
arguments? This is even supported in MySQL ;)
2) Is the only way to index GeometryCollections to index many single
geometries?

Thanks,

Andi

_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to