diff options
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/map/core/MapView.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modern/src/map/core/MapView.js b/modern/src/map/core/MapView.js index ba5a67d6..eea5827a 100644 --- a/modern/src/map/core/MapView.js +++ b/modern/src/map/core/MapView.js @@ -52,9 +52,7 @@ const initMap = async () => { updateReadyValue(true); }; -map.addControl(new maplibregl.NavigationControl({ - showCompass: false, -})); +map.addControl(new maplibregl.NavigationControl()); const switcher = new SwitcherControl( () => updateReadyValue(false), |