[mapguide][MG43][Modified] Selection of SHP features in AJAX viewer only highlights sin...

Traian Stanev traian.stanev at autodesk.com
Wed Mar 1 11:27:18 EST 2006


You can view the artifact detail at the following URL:

    https://mapguide.osgeo.org/servlets/Scarab/id/MG43

Type:
OS:Issue

Artifact ID:
MG43 (Selection of SHP features in AJAX viewer only highlights single feature)

Modified by:
Traian Stanev
traianstanev (traian.stanev at autodesk.com)

The following modifications were made to this artifact:
---------------------------------------------------------------------

-- OS:Resolution Description set to new value:
Old value:

When selecting features which should draw highlighted, we will simplify the FDO selection filter to not contain a spatial query portion. It is not really necessary anyway, since all it does is filter out features that are outside of the current view, but we do that in the rendering step also, so it's ok to remove.
New value:
When selecting features which should draw highlighted, we will simplify the FDO selection filter to not contain a spatial query portion. It is not really necessary anyway, since all it does is filter out features that are outside of the current view, but we do that in the rendering step also, so it's ok to remove.

I also added a missing null check for point symbolization previews (that was causing a crash), since I was working in the same source file.
-- OS:Description set to new value:
Old value:
This is really a workaround for a bug in the FDO SHP provider where a combination of a feature ID and spatial query returns only one feature even if multiple features match the query.
New value:
This is really a workaround for a bug in the FDO SHP provider where a combination of a feature ID and spatial query returns only one feature even if multiple features match the query.





---------------------------------------------------------------------
This message was automatically generated by Project Tracker.








More information about the Mapguide_issues mailing list