manubb / Leaflet.PixiOverlay

Bring Pixi.js power to Leaflet maps
MIT License
463 stars 85 forks source link

Is it possible to select markers by ID? #58

Open Weilin37 opened 3 years ago

Weilin37 commented 3 years ago

I am trying to draw a box over an area. I want to be able to select the markers within this box and then perform an action on the markers such as updating the colors. Is this possible?

Assuming I can get the IDs of the markers beforehand, is it possible to just select the markers by their ID and then perform actions or updates on them?