ソースを参照

Update default map display.

Lee Morgan 4 年 前
コミット
c37e49effe
1 ファイル変更2 行追加2 行削除
  1. 2 2
      views/main/index.html

+ 2 - 2
views/main/index.html

@@ -324,8 +324,8 @@
                 let map = new mapboxgl.Map({
                     container: 'map',
                     style: 'mapbox://styles/mapbox/streets-v11',
-                    center: [46.313332, 56.183037],
-                    zoom: 7
+                    center: [-6.2764, 48.3623],
+                    zoom: 3
                 });
 
                 let mapDiv = document.getElementById("map");