update geoJson mock data for tests

This commit is contained in:
Joe Fleming 2015-05-29 17:19:12 -07:00
parent 89d78f2a1d
commit 8a543a5789
2 changed files with 3 additions and 2 deletions

View file

@ -1839,7 +1839,9 @@ define(function (require) {
],
'properties': {
'min': 1,
'max': 608
'max': 608,
'zoom': 2,
'center': [5, 15]
}
},
};

View file

@ -25,7 +25,6 @@ define(function (require) {
mapType: type
};
module('TileMapFactory');
inject(function (Private) {
vis = Private(require('vislib_fixtures/_vis_fixture'))(visLibParams);