-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Allow panning beyond dateline #13955
Allow panning beyond dateline #13955
Conversation
jenkins, test this |
seems some tests are failling due to this change |
The test failed because now zooming and panning doesnt snap the map to be inside the dateline. I changed the reference data so that it now matches the new behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@thomasneirynck Looks like the backport to 6.0 is still open and needs to be merged. |
thanks @marius-dr for the reminder |
@AntoineAndElastic this is a limitation of Leaflet. We are working on a new plugin for Kibana, using MapboxGL, which does not have that limitation. For details, see #19582 |
Summary: Users can now pan and zoom the map beyond the date line.
Closes #13874.