jamesdales / IconMapSupport

MIT License
4 stars 1 forks source link

Overlapping polygons, lines return only single object in tooltip / click-select #39

Open HilaryPF opened 7 months ago

HilaryPF commented 7 months ago

I've haven't found anyone discussing this issue anywhere, so please let me know if I'm missing something obvious.

My WKT objects include some overlapping polygons and lines. When the user either clicks or hovers on one of these overlapping features, it appears to only select / show the tooltip for one object (maybe it's the topmost in the drawing order?). Is there any way to make it so the tooltip will show all overlapping objects, and click-selecting (rather than lasso intersect) will highlight all overlapping objects?

Thanks!!

jamesdales commented 5 months ago

Hi. You're not missing anything. At the moment it will select which ever object is on top. Let me see if I can improve this.