forked from MapComplete/MapComplete
Feature: add support for panoramax picturs for non-default keys (e.g. image:menu)
This commit is contained in:
parent
967f2f1617
commit
55cfd65f3b
5 changed files with 20 additions and 15 deletions
|
@ -1,5 +1,3 @@
|
|||
import { Feature } from "geojson"
|
||||
|
||||
export interface ImageUploader {
|
||||
maxFileSizeInMegabytes?: number
|
||||
/**
|
||||
|
@ -10,5 +8,5 @@ export interface ImageUploader {
|
|||
blob: File,
|
||||
currentGps: [number,number],
|
||||
author: string
|
||||
): Promise<{ key: string; value: string }>
|
||||
): Promise<{ key: string; value: string, absoluteUrl: string }>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue