mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
update geoJson mock data for tests
This commit is contained in:
parent
89d78f2a1d
commit
8a543a5789
2 changed files with 3 additions and 2 deletions
|
@ -1839,7 +1839,9 @@ define(function (require) {
|
|||
],
|
||||
'properties': {
|
||||
'min': 1,
|
||||
'max': 608
|
||||
'max': 608,
|
||||
'zoom': 2,
|
||||
'center': [5, 15]
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
@ -25,7 +25,6 @@ define(function (require) {
|
|||
mapType: type
|
||||
};
|
||||
|
||||
|
||||
module('TileMapFactory');
|
||||
inject(function (Private) {
|
||||
vis = Private(require('vislib_fixtures/_vis_fixture'))(visLibParams);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue