You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
measuretool-googlemaps-v3:1 Uncaught TypeError: Cannot read properties of undefined (reading 'select')
at t.value (measuretool-googlemaps-v3:1:55245)
at t.value (measuretool-googlemaps-v3:1:39646)
at SVGCircleElement.<anonymous> (measuretool-googlemaps-v3:1:49751)
at p.call (measuretool-googlemaps-v3:1:3782)
at Object.n (measuretool-googlemaps-v3:1:19049)
at d (measuretool-googlemaps-v3:1:18219)
at measuretool-googlemaps-v3:1:8686
value @ measuretool-googlemaps-v3:1
value @ measuretool-googlemaps-v3:1
(anonymous) @ measuretool-googlemaps-v3:1
call @ measuretool-googlemaps-v3:1
n @ measuretool-googlemaps-v3:1
d @ measuretool-googlemaps-v3:1
(anonymous) @ measuretool-googlemaps-v3:1
When showAccumulativeLength is set to false, it breaks event listeners and causes them to stop responding appropriately.
The text was updated successfully, but these errors were encountered:
Since I'm using this to measure the roofs of buildings, it's important for me to be able to shut off the accumulative length measurements on the ticks. The screen becomes very cluttered very quickly. As a result, I'm trying to capture the event for measure_change, but it throws errors in the console as a result of showAccumulativeLength being set to false.
When showAccumulativeLength is set to false, it breaks event listeners and causes them to stop responding appropriately.
The text was updated successfully, but these errors were encountered: