shramov / leaflet-plugins

Plugins for Leaflet library
http://psha.org.ru/b/leaflet-plugins.html
MIT License
722 stars 289 forks source link

Yandex maps scaling work incorrectly #294

Closed gwynolanga closed 4 years ago

gwynolanga commented 5 years ago

Hello.

I opened the example of Yandex maps by downloading your repository.

And I noticed that Yandex maps work correctly on Google Chrome browser, but if I change this browser to Mozilla Firefox, Yandex maps work incorrectly. Please solve this issue.

brunob commented 5 years ago

Have you checked #293 ?

gwynolanga commented 5 years ago

Yes I have, but his solution doesn't work. May be for me, I don't know.

johnd0e commented 5 years ago

Confirming the issue. Temporary workaround: set map options zoomAnimation property to false.

a-a-k commented 4 years ago

@johnd0e your temp solution works, thank you. But is there any solid fix? giphy

johnd0e commented 4 years ago

Sure. It's merged into master already.

a-a-k commented 4 years ago

@johnd0e but as you can see below it somehow does not work. I'm using right version I hope. image

johnd0e commented 4 years ago

I'm using right version I hope.

Nope. Right version is unreleased. https://rawcdn.githack.com/shramov/leaflet-plugins/efd0a870496fa55fd51904fff781b6d214e09fa6/layer/tile/Yandex.js

brunob commented 4 years ago

I've just released v3.3.1 for that ;)