maxZoom changed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-08 10:26:02 +01:00
parent 00984d1867
commit afc59601d4

View File

@@ -12,8 +12,7 @@
x-data="{ x-data="{
data: @js($heatmap_data), data: @js($heatmap_data),
init() { init() {
const map = L.map($refs.map,{maxZoom:8}).setView([51.1642,10.4541194], 6);
const map = L.map($refs.map',{maxZoom:8}).setView([51.1642,10.4541194], 6);
L.tileLayer.provider('Stamen.Toner').addTo(map); L.tileLayer.provider('Stamen.Toner').addTo(map);
@@ -23,6 +22,7 @@
radius: 25, radius: 25,
gradient: {0.4: '#FABE75', 0.65: '#F9A949', 1: '#F7931A'} gradient: {0.4: '#FABE75', 0.65: '#F9A949', 1: '#F7931A'}
}).addTo(map); }).addTo(map);
} }
}" }"
> >