kristofdielis
Programmer
- Sep 1, 2011
- 25
Since I didn't find a Google specific forum ...
I have x polylines that need to be displayed, if they fall (at least partly) within a pre-determined working area.
This working area is visualized by a rectangle, drawn based on the outer boundaries of the coordinates collection.
The problem is, each of the polylines are clickable, but the rectangle seems to be on top of them, so the event is not captured.
Parts of the polylines that are not covered by the rectangle work fine, which makes it pretty clear that it's an overlay order issue, ie. the rectangle is on top.
Is there a way to make sure every polyline is on top instead?
Thx.
I have x polylines that need to be displayed, if they fall (at least partly) within a pre-determined working area.
This working area is visualized by a rectangle, drawn based on the outer boundaries of the coordinates collection.
The problem is, each of the polylines are clickable, but the rectangle seems to be on top of them, so the event is not captured.
Parts of the polylines that are not covered by the rectangle work fine, which makes it pretty clear that it's an overlay order issue, ie. the rectangle is on top.
Is there a way to make sure every polyline is on top instead?
Thx.