A co-worked asked about getting mouseover to work on overlapping shapes to highlight all shapes under the mouse, even if they are overlapping. I have a working demo where only the top shape handles the event here:
http://exploringspatial.com/#demo/7
Is there a way for a shape to propagate the event when it is done handling it? I thought of adding the mouseover event to the map, but then I would need a way to iterate through all the shapes on the map to test if any covered the mouse event.
Any suggestions?