My webapp uses info-windows. I have a lot of objects right near each other. I do not need these to be select-able until a certain zoom level.
I have other objects I want to be select-able at all times (green camera Icon) and some only when I zoom in. I cannot turn off the layer at certain zoom level because I need to see all the objects at all times.

What happens now is that when I select an object when I am zoomed out 10 objects or more are end up selected.
I am aware of this function identifyParams.tolerance = 10; but there is the difference between points and polygons, the points are very hard to select and the polygons are too easy.
Does anyone know how to get around this?
I can but don't want to make another service just for the objects that are select-able at all times.
Thank you,
Rickey