Some things to try: - Getting the AGF MgByteReader of your mergedGeometries and inspecting the length. When applying the filters the spatial filter geometry the AGF is sunk into a MgByte which has a 16MB limit (lifted to 64MB post-2.2). If the MgByteReader length is greater than 16777216, this could be the problem.
- Instead of filtering on a polygon collection, union the geometries together and filter on that geometry instead. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Spatial-query-fails-too-many-objects-tp5014336p5014338.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
