Explorar el Código

Update mapbox style

Tatiana Inama hace 6 años
padre
commit
9e1d35de5c
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      index.html

+ 3 - 4
index.html

@@ -78,10 +78,9 @@
         
         var map = new mapboxgl.Map({
           container: 'map',
-          style: 'mapbox://styles/tinama/ck799vnw63ib11ipk5yxib52f',
-          center: [-2.242678, 53.482125],
-          zoom: 13,
-          maxBounds: bounds
+          style: 'mapbox://styles/tinama/ck7avipta06nj1jmomolvvrbr',
+          center: [-2.884808, 53.495743],
+          zoom: 9.5,
         });
         
         var Draw = new MapboxDraw({