diff --git a/examples/line-arrows.js b/examples/line-arrows.js index 5f328a5ae5..423b305811 100644 --- a/examples/line-arrows.js +++ b/examples/line-arrows.js @@ -38,7 +38,7 @@ var styleFunction = function(feature) { image: new ol.style.Icon({ src: 'data/arrow.png', anchor: [0.75, 0.5], - rotateWithView: false, + rotateWithView: true, rotation: -rotation }) }));