fix links

This commit is contained in:
Zhora Shalyapin 2025-03-11 07:51:54 +00:00
parent ee64fe003e
commit bb611d7d81

View File

@ -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) {