I have a point Feature Class
I have a polygon feature Class.
When the web application opens I do not want to see any data. There is too much data to show!!!!
I am looking to have someone select a field value from the point Feature Class field value. This then filters out those records. BUT what I want to do is then select the Polygons that have those Feature Located inside them. So I then show the Polygons that have those features NOT the points themselves.
As you zoom in the points would then appear and the polygons would then disappear...Does that make sense. So at a state level only grid polygons would show...when I get down to saw a county level the points would draw and the polygons would stop drawing.
Can this be done out of box in a web application? Or do I need to do this somehow in a geoprocessing tool?