From cc972970bc2440048ff8be6ef52e08e928600c49 Mon Sep 17 00:00:00 2001 From: viglino Date: Tue, 19 Nov 2024 08:36:10 +0100 Subject: [PATCH] [UPD] proxy --- examples/storymap/map.control.imageline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');