Elastic maps lat, lon and zoom url parameters

Is it possible to pass the latitude, longitude and zoom in the URL when embedding a map (embed=true) ?

For region map and coordinate map you can do that by adding the "uiState" to the url.

Old url:
http://localhost:5801/bjk/app/kibana#/visualize/edit/334084f0-52fd-11e8-a160-89cc2ad9e8e2?embed=true

New url:
http://localhost:5801/bjk/app/kibana#/visualize/edit/334084f0-52fd-11e8-a160-89cc2ad9e8e2?_a=(uiState:(mapCenter:!(43.00822479070592,14.527724063185696),mapZoom:6))&embed=true

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.