Mapbox Example / remove es6 shorthand

thanks @fredj

Co-Authored-By: Frédéric Junod <frederic.junod@camptocamp.com>
This commit is contained in:
Olivier Guyot
2019-05-13 16:38:10 +02:00
committed by GitHub
parent 4a1cda715d
commit 1c13893dd1

View File

@@ -45,7 +45,7 @@ const mbMap = new mapboxgl.Map({
style: 'https://maps.tilehosting.com/styles/bright/style.json?key=' + key,
attributionControl: false,
boxZoom: false,
center,
center: center,
container: map.getTargetElement(),
doubleClickZoom: false,
dragPan: false,