This commit is contained in:
2020-11-13 22:04:40 +00:00
parent 7a4e9ed533
commit 8d73ecf91d

View File

@@ -201,12 +201,12 @@ export default {
{ {
name: "Waze", name: "Waze",
value: value:
"https://www.waze.com/ul?ll={aylatitude},{aylongitude}&navigate=yes&zoom=17" "https://waze.com/ul?q={ayaddress}<|>https://www.waze.com/ul?ll={aylatitude},{aylongitude}&navigate=yes&zoom=17"
}, },
{ {
name: "Yandex", name: "Yandex",
value: value:
"https://yandex.ru/maps/?ll={aylatitude},{aylongitude}&z=12&l=map" "https://yandex.ru/maps/?mode=search&text={ayaddress}&z=17<|>https://yandex.ru/maps/?ll={aylatitude},{aylongitude}&z=12&l=map"
} }
] ]
}, },