Replies: 1 comment 5 replies
-
I've touched this code recently, but I tried to test it thoroughly on Chrome. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometime after v5.0.0-pre.7, there seems to have been a regression in the compass part of the NavigationControl. Here's a minimal way to reproduce the problem alongside an unpacked v5.0.0-pre.9 dist.zip:
The map displays, but the navigation control won't be present. The browser error console shows "ReferenceError: Can't find variable: TouchEvent" at drag_move_state_manager.ts line 129.
If you change showCompass to false, the navigation control will display properly with the zoom in and zoom out controls.
Beta Was this translation helpful? Give feedback.
All reactions