forked from MapComplete/MapComplete
Refactoring: allow to export the map as PNG
This commit is contained in:
parent
e36e9123f3
commit
7f8969146a
16 changed files with 207 additions and 66 deletions
|
@ -15,3 +15,7 @@ export interface MapProperties {
|
|||
|
||||
readonly allowZooming: UIEventSource<true | boolean>
|
||||
}
|
||||
|
||||
export interface ExportableMap {
|
||||
exportAsPng(): Promise<Blob>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue