mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
hotpath URL for kartaview photos ¯_(ツ)_/¯
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user