Skip to content

Commit

Permalink
[UPD] proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Nov 19, 2024
1 parent 6173195 commit cc97297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/storymap/map.control.imageline.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h1>ol-ext: Image line control</h1>
// 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');
Expand Down

0 comments on commit cc97297

Please sign in to comment.