[mapguide-commits] r7342 - sandbox/adsk/2.3r.sce/Server/src/Services/Mapping

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 29 21:50:01 PST 2013


Author: hubu
Date: 2013-01-29 21:50:00 -0800 (Tue, 29 Jan 2013)
New Revision: 7342

Modified:
   sandbox/adsk/2.3r.sce/Server/src/Services/Mapping/MappingUtil.cpp
Log:
On behalf of Andy Zhang
Change Feature Spatial Operations from EnvelopeIntersects to Intersects when rendering selection image.

Modified: sandbox/adsk/2.3r.sce/Server/src/Services/Mapping/MappingUtil.cpp
===================================================================
--- sandbox/adsk/2.3r.sce/Server/src/Services/Mapping/MappingUtil.cpp	2013-01-28 06:18:32 UTC (rev 7341)
+++ sandbox/adsk/2.3r.sce/Server/src/Services/Mapping/MappingUtil.cpp	2013-01-30 05:50:00 UTC (rev 7342)
@@ -192,7 +192,7 @@
                 //If not, we need intersects. We should parse and check capabilities
                 //if we are to be really thorough, but we also do have a
                 //a more general query if the spatial fails
-                options->SetSpatialFilter(geom, geometry, MgFeatureSpatialOperations::EnvelopeIntersects);
+                options->SetSpatialFilter(geom, geometry, MgFeatureSpatialOperations::Intersects);
             }
             if (!vl->GetFilter().empty())
                 options->SetFilter(vl->GetFilter());



More information about the mapguide-commits mailing list