Ok, Here is test data: TestData_864.zip (530 MB) <https://www.wetransfer.com/downloads/ef8cc9e56b57d3fde785df513ef8f87020140510160355/418dac96a6c0b97446e87ac1ec4fb9b020140510160355/5e98f0> - MS SQL 2008 R2 Database - MGP
Layer buildings with OR filter: type = 'Bank' OR type = 'Shop' OR type = 'business' - testing map render (seems OK, need to check profiler results CPU, Reads, ...) - testing selection (selection does'n work on right feature but selection renders some other feature) - testing tooltip (tooltip doesnt work right, but shows data from some other feature, look at tooltip text, alyays the same) Also need to test filter in theme rule. This is wrong query from profiler when requesting tooltip data on this layer with filter: SELECT "A"."geometry","A"."primaryindex","A"."name","A"."osm_id","A"."type" FROM "dbo"."buildings" AS "A" WHERE A."type"=N'Bank' OR A."type"=N'Shop' OR A."type"=N'business' AND A.[geometry].STIntersects(@P1)=1 -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-2-5-and-FDO-3-4-tp5138527p5139576.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
