Добавил объединение источников. Вернул норм карту. Удалил ненужные либы

This commit is contained in:
2025-11-26 10:33:07 +03:00
parent 388753ba31
commit 609fd5a1da
10 changed files with 785 additions and 1100 deletions

View File

@@ -64,7 +64,7 @@
const baseLayers = {
"Улицы": street,
"Спутник": satellite,
"Локально": street_local
// "Локально": street_local
};
L.control.layers(baseLayers).addTo(map);
map.setMaxZoom(18);