-
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
Coordinate map set the display area range #21876
Comments
The current behavior is as follows now: When saving a visualization with a map, Kibana also saves the center and zoom level of the map. So next time you open that visualization, the map starts up at the same area When adding a map to a dashboard, it will use the same extent that was saved with the visualization. Note that when you change the zoom on a dashboard, and then save the dashboard, it will save these changes as well. Otherwise, maps always startup at the extent they were saved last with. |
@thomasneirynck |
@sunchanglong1991 no you can't really change that from the code. It will load the lat/lon state from your saved visualization, and apply the behavior as outlined earlier. I think this would need some code-changes to Kibana to get it to function the way you describe. |
@thomasneirynck |
We are working on a new implementation of map visualizations and are not planning to add any new features to the existing implementation. We will take this suggestion under consideration for the new app. |
Closing, tracking with #62769 |
How can I achieve this? Or where do I set the error?
The text was updated successfully, but these errors were encountered: