Fix: png correctly outputs all markers now

This commit is contained in:
Pieter Vander Vennet 2023-06-04 00:43:32 +02:00
parent 47ae4cb456
commit 905f796baa
20 changed files with 1509 additions and 842 deletions

View file

@ -18,5 +18,5 @@ export interface MapProperties {
}
export interface ExportableMap {
exportAsPng(): Promise<Blob>
exportAsPng(dpiFactor: number): Promise<Blob>
}