Hey everybody,
I am trying to query a point feature layer against a polygon feature layer. In ArcGIS Desktop this is very easy, just go to select by location and then query the point feature layer to see when it intersects with the polygon feature layer.
What is the best approach to do this via ArcGIS Javascript API? I am trying to find an example but the closest I can find is this Select with Feature Layer | ArcGIS API for JavaScript
Is there an example that uses 2 feature layers?
Thanks for any help!
Tim