Hi all To retrieve all points with a spatial filter I tried to use the following statements:
$queryOptions->SetSpatialFilter($featureGeometryName, $geom, 7); $featureReader = $featureService->SelectFeatures($featureResId, $class, $queryOptions); The SelectFeatures-command results in following error: An exception occurred in FDO component. ORA-29902: error in executing ODCIIndexStart() routine ORA-13208: internal error while evaluating [window SRID does not match layer SRID] operator ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 286 The feature source is working correctly if no spatial filter is applied or if used on a map... Is there a way to assign an SRS to the filter geometry? Any ideas? _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
