We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When zoom over maximal on laptop tiles not visible, look same as first point in #287
The text was updated successfully, but these errors were encountered:
Also happens by zooming on a maximal level using pinch gesture when one of your fingers stops on controls.
Sorry, something went wrong.
Как костыль, можно инициализировать карту с опцией bounceAtZoomLimits: false
bounceAtZoomLimits: false
var map = DG.map('map', { center: [54.980156831455, 82.897440725094], zoom: 13, bounceAtZoomLimits: false });
В мастере лифлета это бага нет
Поправлено тут #365
No branches or pull requests
When zoom over maximal on laptop tiles not visible, look same as first point in #287
The text was updated successfully, but these errors were encountered: