mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Align zoom level settings (#11399)
- allow 0-level for WMS services - use zoom level 2, centered at 0,0 as new default when tilemap viz opens
This commit is contained in:
parent
55ba578a1e
commit
984aaa80cf
3 changed files with 7 additions and 4 deletions
|
@ -57,6 +57,11 @@ export default function ({ getService, getPageObjects }) {
|
|||
|
||||
return PageObjects.visualize.collapseChart()
|
||||
.then(function () {
|
||||
//level 1
|
||||
return PageObjects.visualize.clickMapZoomOut();
|
||||
})
|
||||
.then(function () {
|
||||
//level 0
|
||||
return PageObjects.visualize.clickMapZoomOut();
|
||||
})
|
||||
.then(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue