mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Made minZoom in test fixture consistent with reality
This commit is contained in:
parent
41fbb060c4
commit
6494caa789
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ window.__KBN__ = {
|
|||
tilemap: {
|
||||
url: 'https://tiles.elastic.co/v1/default/{z}/{x}/{y}.png?my_app_name=kibana&my_app_version=1.2.3&elastic_tile_service_tos=agree',
|
||||
options: {
|
||||
minZoom: 0,
|
||||
minZoom: 1,
|
||||
maxZoom: 7,
|
||||
attribution: '© [Elastic Tile Service](https://www.elastic.co/elastic_tile_service)'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue