mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
maxZoom changed
This commit is contained in:
@@ -13,10 +13,7 @@
|
|||||||
data: @js($heatmap_data),
|
data: @js($heatmap_data),
|
||||||
init() {
|
init() {
|
||||||
|
|
||||||
const map = L.map($refs.map', {
|
const map = L.map($refs.map',{maxZoom:8}).setView([51.1642,10.4541194], 6);
|
||||||
minZoom: 0,
|
|
||||||
maxZoom: 8
|
|
||||||
}).setView([51.1642,10.4541194], 6);
|
|
||||||
|
|
||||||
L.tileLayer.provider('Stamen.Toner').addTo(map);
|
L.tileLayer.provider('Stamen.Toner').addTo(map);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user