Open brennanwebster opened 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
Probably fixed with related draw tool simplification tickets.