Оновлений генератор карток території

This commit is contained in:
2026-03-22 01:29:39 +02:00
parent 4bc9c11512
commit 415b9b1090
163 changed files with 94 additions and 36 deletions

View File

@@ -505,6 +505,8 @@ const Territory_constructor = {
const zoom = 19;
const googleHybrid = L.tileLayer('http://{s}.google.com/vt/lyrs=s,h&x={x}&y={y}&z={z}', {
maxZoom: 20,
minZoom: 15,
subdomains: ['mt0', 'mt1', 'mt2', 'mt3']
});
const osm = L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png');