forked from MapComplete/MapComplete
Fix: fix problem of pending preference parts
This commit is contained in:
parent
b8530ba850
commit
10e0262a0d
3 changed files with 24 additions and 38 deletions
14
src/test.ts
14
src/test.ts
|
@ -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 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue