From bb611d7d81349eab726ae441aee80085ee8f74d7 Mon Sep 17 00:00:00 2001 From: Zhora Shalyapin Date: Tue, 11 Mar 2025 07:51:54 +0000 Subject: [PATCH] fix links --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {