Page 1 of 1

[fixed] Yandex Peoples map does not work

Posted: Thu Jun 20, 2019 8:23 am
by alexlong
Hi. The ondemand map Yandex Peoples Map from Yandex set is not working. I guess they changed urls
Current from AQ

Code: Select all

<server><![CDATA[https://01.pvec.maps.yandex.net/?l=pmap&x={$x}&y={$y}&z={$z}&scale=1&lang=ru_RU]]></server>
<server><![CDATA[https://02.pvec.maps.yandex.net/?l=pmap&x={$x}&y={$y}&z={$z}&scale=1&lang=ru_RU]]></server>
<server><![CDATA[https://03.pvec.maps.yandex.net/?l=pmap&x={$x}&y={$y}&z={$z}&scale=1&lang=ru_RU]]></server>
<server><![CDATA[https://04.pvec.maps.yandex.net/?l=pmap&x={$x}&y={$y}&z={$z}&scale=1&lang=ru_RU]]></server>
It is how it looks like now

Code: Select all

https://01.core-nmaps-renderer-nmaps.maps.yandex.net/?x=19146&y=9560&z=15&l=mpmap&sl=104,210342,210370,211777,211818,211939,211993,212015,212019,212026,212032,212081,212216,300024,300026,300198,300270,300292,300330,300337,300344,300351,300358,300365,300372,300379,300386,300393,300400,300406,300407,300468,300472,300523,300641,300651,300661,300683,300931,300939,300954,300969,300993,301050,301084,301125,301135,301155,301164,301183,301275,301383,301388,301494,301501,301520,301596,301676,301685,301700,301773,302053,302080,302089,302090,302107,302526,5300026,5400032,5400052,5400061,700010001,700010157,701302007,70300160,70300190,70300482,70300613,70300627&token=
etc
02.
03.
04

Zoom 21 works

Re: Yandex Peoples map does not work

Posted: Tue Jun 25, 2019 6:46 pm
by Psyberia-Support
Thanks Alex,
I've corrected the map based on your feedback.
Can you tell me the URL where I can access this map? I cannot find it on the Yandex maps website...

Re: Yandex Peoples map does not work

Posted: Tue Jun 25, 2019 7:51 pm
by alexlong
Thanks. Now it works OK.
As to the url → https://n.maps.yandex.ru
But I am not sure you can access it without Yandex login.

Re: [fixed] Yandex Peoples map does not work

Posted: Wed Jun 26, 2019 10:13 am
by Psyberia-Support
Thanks Alex. You're right it requires an Yandex account. But no problem.

Re: [fixed] Yandex Peoples map does not work

Posted: Wed Jun 26, 2019 12:19 pm
by alexlong
Do you think it would be better to change the following?

Code: Select all

Now in AQ 
<data-source>https://maps.yandex.ru</data-source>
On Yandex Peoples site
<data-source>https://n.maps.yandex.ru</data-source>

Code: Select all

Now in AQ
<referer><![CDATA[https://maps.yandex.ru]]></referer>
On Yandex Peoples site
<referer><![CDATA[https://n.maps.yandex.ru]]></referer>

Code: Select all

https://n.maps.yandex.ru/#!/?z=7&ll=51.175612%2C62.300421&l=nk%23map

Re: [fixed] Yandex Peoples map does not work

Posted: Wed Jun 26, 2019 12:59 pm
by Psyberia-Support
I've updated it.
But as long as it's working fine, then it's not really important.

Re: [fixed] Yandex Peoples map does not work

Posted: Wed Jun 26, 2019 4:00 pm
by alexlong
Thanks again 👍️