mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Make mapbox navigation controls consistent
This commit is contained in:
parent
9d4dec2971
commit
8e34b90957
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class DynamicMapboxMap extends Component {
|
|||
zoom,
|
||||
scrollZoom: false,
|
||||
});
|
||||
this.map.addControl(new window.mapboxgl.NavigationControl(), 'top-left');
|
||||
this.map.addControl(new window.mapboxgl.NavigationControl({ showCompass: false }), 'top-left');
|
||||
|
||||
if (mapsConfig.fuzzy.enabled) {
|
||||
this.map.on('load', () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue