fix: fixed map crop

This commit is contained in:
Luca Haid
2025-04-08 11:48:55 +02:00
parent 26b92c411c
commit 2a66e6b9c9

View File

@@ -29,8 +29,8 @@ Vue.component('tt-map', {
},
mapConfig() {
const defaults = {
center: [47.0707, 15.4395],
zoom: 13,
center: [46.9, 15.4995],
zoom: 11,
mapboxKey: window.TT_CONFIG?.MAPBOX_KEY,
streetsTileUrl: 'https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}',
streetsTileId: 'mapbox/streets-v11',