diff --git a/examples/fullScreen.js b/examples/fullScreen.js index e2ad311d19..dc8ed19d1a 100644 --- a/examples/fullScreen.js +++ b/examples/fullScreen.js @@ -14,8 +14,17 @@ var map = new OpenLayers.Map({ transitionEffect: "resize", buffer: 0, sphericalMercator: true }) ], + controls: [ + new OpenLayers.Control.Navigation({ + dragPanOptions: { + enableKinetic: true + } + }), + new OpenLayers.Control.PanZoom(), + new OpenLayers.Control.Attribution() + ], center: [0, 0], zoom: 3 }); -map.addControl(new OpenLayers.Control.LayerSwitcher()); \ No newline at end of file +map.addControl(new OpenLayers.Control.LayerSwitcher());