diff --git a/examples/rotation.js b/examples/rotation.js index 59726646af..8c689bfb70 100644 --- a/examples/rotation.js +++ b/examples/rotation.js @@ -18,7 +18,7 @@ var map = new ol.Map({ }) }), view: new ol.View({ - center: [[14200000, 4130000], + center: [14200000, 4130000], rotation: Math.PI / 6, zoom: 10 })