Hi,
I am adding ValueStyle to a shapefile layer which contains all pointshapes. The ValueStyle setting PointStyles base on a column value. Not all column values are in ValueStyle, so for those features that has column value not in ValueStyle will be invisible on the map. This is the intended behavior I want. I show a popup message when user click on a feature on the map. The problem is when user click on an invisible feature, it also show a popup which is not good. Is there a way to detect whether the feature user click on is invisible or not?
Ching