Change map initial center and zoom + lame clipping plane...

This commit is contained in:
2025-10-10 16:25:05 +02:00
parent 66cf86e779
commit a77a99f056
4 changed files with 40 additions and 5 deletions

View File

@@ -17,8 +17,8 @@ export const config = {
}
],
map : {
center: [41.9028, 12.4964],
initialZoom : 6,
center: [43.570833, 12.140278],
initialZoom : 7,
minZoom : 5,
maxZoom : 15
}