bcgov / invasivesbc

Inventory and database repository for the creation, treatment, and report on BC Invasive plants and animals.
Apache License 2.0
13 stars 4 forks source link

Mobile: Clicking on tile cache status page spawns multiple draw tools #3631

Open brennanwebster opened 3 weeks ago

brennanwebster commented 3 weeks ago

Probably fixed with related draw tool simplification tickets.

LocalNewsTV commented 3 weeks ago

Additional Context:

Issue comes from a race condition where the draw tools are created twice at once, and deleted only one time, it loses reference to the first draw tools and gets replaced by the second. You can see this by putting logs in front of the addControl() and removeControl() methods