Really increase maxzoom

This commit is contained in:
Will Bradley 2025-07-16 18:47:17 -07:00
parent f91d496c40
commit ea3bfc8b8f
2 changed files with 4 additions and 2 deletions

View File

@ -451,7 +451,8 @@
map = L.map('map').setView([37.7749, -122.4194], 13);
L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors'
attribution: '© OpenStreetMap contributors',
maxZoom: 19
}).addTo(map);
// Handle right-click context menu

View File

@ -215,7 +215,8 @@
map = L.map('map').setView([37.7749, -122.4194], 13);
L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors'
attribution: '© OpenStreetMap contributors',
maxZoom: 19
}).addTo(map);
checkAuth();