Skip to content

Commit

Permalink
Made minZoom in test fixture consistent with reality
Browse files Browse the repository at this point in the history
  • Loading branch information
epixa committed Jul 15, 2016
1 parent 41fbb06 commit 6494caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_plugins/tests_bundle/tests_entry_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
}
Expand Down

0 comments on commit 6494caa

Please sign in to comment.