FREAC / LABINS

A web mapping application created for the Florida Department of Environmental Protection to provide survey data for the state of Florida.
https://labins.org/map
0 stars 0 forks source link

#167 clear measurements when measureExpand is collapsed #177

Closed clintonlunn closed 3 years ago

clintonlunn commented 3 years ago

A little more testing needed, but this watches for the measureExpand to collapse. If it is collapsed, it executes clearMeasurements()

By using watch(), you can see when any property of any widget (or anything else really) changes. It could be useful in a lot of other places where we have event listeners