diff --git a/examples/mobile-base.js b/examples/mobile-base.js index 525e3c89ec..9cf9b859e2 100644 --- a/examples/mobile-base.js +++ b/examples/mobile-base.js @@ -68,9 +68,10 @@ var init = function () { transitionEffect: 'resize' }), vector - ] + ], + center: new OpenLayers.LonLat(0, 0), + zoom: 1 }); - map.zoomToMaxExtent(); var style = { fillOpacity: 0.1,