Fix: png correctly outputs all markers now
This commit is contained in:
parent
47ae4cb456
commit
905f796baa
20 changed files with 1509 additions and 842 deletions
|
@ -18,5 +18,5 @@ export interface MapProperties {
|
|||
}
|
||||
|
||||
export interface ExportableMap {
|
||||
exportAsPng(): Promise<Blob>
|
||||
exportAsPng(dpiFactor: number): Promise<Blob>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue