forked from MapComplete/MapComplete
Chore: remove obsolete log
This commit is contained in:
parent
ab74a56cdb
commit
cd6a3512d2
1 changed files with 0 additions and 3 deletions
|
@ -75,9 +75,6 @@ export default class PanoramaxImageProvider extends ImageProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
const [lon, lat] = GeoOperations.centerpointCoordinates(meta)
|
const [lon, lat] = GeoOperations.centerpointCoordinates(meta)
|
||||||
const hd = meta.properties
|
|
||||||
console.log(">>>",meta)
|
|
||||||
// const hdUrl = new URL(hd)
|
|
||||||
return <ProvidedImage>{
|
return <ProvidedImage>{
|
||||||
id: meta.id,
|
id: meta.id,
|
||||||
url: makeAbsolute(meta.assets.sd.href),
|
url: makeAbsolute(meta.assets.sd.href),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue