Skip to content

Commit 2d574a2

Browse files
committed
chore: adjust initial map center coordinates and zoom level
1 parent 46afc34 commit 2d574a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/mapa/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737
function initMap() {
3838
map = L.map('map', {
39-
center: [39.5, -8.0],
40-
zoom: 7,
39+
center: [37.75, -16.82],
40+
zoom: 6,
4141
minZoom: 4,
4242
maxZoom: 18,
4343
zoomControl: true,

0 commit comments

Comments
 (0)