fix links
This commit is contained in:
parent
ee64fe003e
commit
bb611d7d81
4
main.js
4
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user