hotpath URL for kartaview photos ¯_(ツ)_/¯

This commit is contained in:
Martin Raifer
2025-03-18 20:46:24 +01:00
parent ed20b71db8
commit 6bae24fa94
+1 -1
View File
@@ -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) {