I have a map that has a neighborhoods layer. When I mouse-over, the neighborhood outline lights up and data is displayed in a side-window popup. I would like to add a census tracts layer to the map. Would it be possible to display the outlines of both layers simultaneously on mouse-over, and show data from the census layer in a second div in the side-window?
Randy,
The top layer is going to be the only layer that will interact with mouse events so the easy answer is no. But you could do some Query to get the census layer attributes that intersect with the neighborhood polygon when the neighborhood polygon changes.