Mapbox Example / remove es6 shorthand
thanks @fredj Co-Authored-By: Frédéric Junod <frederic.junod@camptocamp.com>
This commit is contained in:
@@ -45,7 +45,7 @@ const mbMap = new mapboxgl.Map({
|
|||||||
style: 'https://maps.tilehosting.com/styles/bright/style.json?key=' + key,
|
style: 'https://maps.tilehosting.com/styles/bright/style.json?key=' + key,
|
||||||
attributionControl: false,
|
attributionControl: false,
|
||||||
boxZoom: false,
|
boxZoom: false,
|
||||||
center,
|
center: center,
|
||||||
container: map.getTargetElement(),
|
container: map.getTargetElement(),
|
||||||
doubleClickZoom: false,
|
doubleClickZoom: false,
|
||||||
dragPan: false,
|
dragPan: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user