chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-04-15 18:18:44 +02:00
parent 79b6927b56
commit 42ded4c1b1
328 changed files with 4062 additions and 1284 deletions

View file

@ -12,6 +12,6 @@ panoramax.imageInfo(imgId).then((imageInfo: ImageData) => {
})*/
let pkey = 1199645818028177
new Mapillary().DownloadImageInfo(pkey).then(imageInfo => {
new Mapillary().DownloadImageInfo(pkey).then((imageInfo) => {
new Test({ target, props: { imageInfo } })
})