Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entrance moving after zooming #329

Open
Trufi opened this issue Feb 20, 2016 · 0 comments
Open

Entrance moving after zooming #329

Trufi opened this issue Feb 20, 2016 · 0 comments
Labels

Comments

@Trufi
Copy link
Contributor

Trufi commented Feb 20, 2016

Создаём карту и стрелку входа:

var map = DG.map('map', {
    center: [82.89, 54.98],
    zoom: 17
});

new DG.Entrance({
    vectors: ['LINESTRING(82.892183367157 54.98106417779401, 82.893283367157 54.98006417779401)']
}).addTo(map);

Делаем map.zoomOut(10), затем map.zoomIn(10).
Стрелка входа съезжает с изначальной точки.

@Trufi Trufi added the bug label Feb 20, 2016
@Trufi Trufi added this to the Release 2.2.3 milestone Feb 20, 2016
@Trufi Trufi modified the milestone: Release 2.2.3 Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant