fix: fixed map crop
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user