|
@@ -6,9 +6,9 @@ onMounted(() => {
|
|
|
})
|
|
})
|
|
|
const map = ref(null)
|
|
const map = ref(null)
|
|
|
const init = () => {
|
|
const init = () => {
|
|
|
- map.value = L.map('map').setView([51.505, -0.09], 13)
|
|
|
|
|
|
|
+ map.value = L.map('map').setView([51.505, -0.09], 4)
|
|
|
|
|
|
|
|
- L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
|
|
|
|
|
|
+ L.tileLayer('https://map.kerryapex.com/osm_tiles/{z}/{x}/{y}.png', {
|
|
|
attribution: '© OpenStreetMap contributors'
|
|
attribution: '© OpenStreetMap contributors'
|
|
|
}).addTo(map.value)
|
|
}).addTo(map.value)
|
|
|
}
|
|
}
|