diff --git a/main.js b/main.js index 7d73483..0080dbb 100644 --- a/main.js +++ b/main.js @@ -164,7 +164,7 @@ } function yandexMaps(lat, lon, zoom) { - return `https://yandex.ru/maps/213/moscow/?ll=${lon}%2C${lat}&z=${zoom}` + return `https://yandex.ru/maps/?ll=${lon}%2C${lat}&z=${zoom}` } function googleMaps(lat, lon, meters) { @@ -176,7 +176,7 @@ } function twoGis(lat, lon, zoom) { - return `https://2gis.ru/moscow?m=${lon}%2C${lat}%2F${zoom}` + return `https://2gis.ru?m=${lon}%2C${lat}%2F${zoom}` } function makeRef(linkCallback, iconSrc, zoom) {