Fix: fix problem of pending preference parts

This commit is contained in:
Pieter Vander Vennet 2025-06-02 00:42:35 +02:00
parent b8530ba850
commit 10e0262a0d
3 changed files with 24 additions and 38 deletions

View file

@ -1,17 +1,5 @@
import { Mapillary } from "./Logic/ImageProviders/Mapillary"
import Test from "./UI/Test.svelte"
const target = document.getElementById("maindiv")
target.innerHTML = ""
/*
let imgId = "8af265ba-3521-4c46-b2a9-c072215c1de3"
let panoramax = new PanoramaxXYZ()
panoramax.imageInfo(imgId).then((imageInfo: ImageData) => {
console.log("IMG INFO: ", imageInfo)
new Test({ target, props: { imageInfo } })
})*/
let pkey = 1199645818028177
new Mapillary().DownloadImageInfo(pkey).then((imageInfo) => {
new Test({ target, props: { imageInfo } })
})
new Test({ target })