diff --git a/examples/storymap/map.control.imageline.html b/examples/storymap/map.control.imageline.html index 5bd278f8..7eab71ab 100644 --- a/examples/storymap/map.control.imageline.html +++ b/examples/storymap/map.control.imageline.html @@ -190,7 +190,7 @@

ol-ext: Image line control

// target: $('.options').get(0), collapsible: true, getImage: function(f) { - return f.get('img'); + return '//wsrv.nl/?url=' + f.get('img'); }, getTitle: function(f) { return f.get('text');