From 6bae24fa9429b1c0cacd28d9b6257d792956e319 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 18 Mar 2025 20:46:24 +0100 Subject: [PATCH] =?UTF-8?q?hotpath=20URL=20for=20kartaview=20photos=20?= =?UTF-8?q?=C2=AF=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/services/kartaview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/kartaview.js b/modules/services/kartaview.js index be53b6e57..ace31f5a6 100644 --- a/modules/services/kartaview.js +++ b/modules/services/kartaview.js @@ -444,7 +444,7 @@ export default { imageWrap .append('img') .attr('class', 'kartaview-image') - .attr('src', apibase + '/' + d.imagePath) + .attr('src', (apibase + '/' + d.imagePath).replace('https://kartaview.org/storage2/', 'https://storage2.openstreetcam.org/')) .style('transform', 'rotate(' + r + 'deg)'); if (d.captured_by) {