Fix: markers now appear correctly on PNG exports
This commit is contained in:
parent
9dc222be43
commit
e5b3e15c43
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
mimetype="image/png"
|
||||
mainText={t.downloadAsPng}
|
||||
helperText={t.downloadAsPngHelper}
|
||||
construct={() => state.mapProperties.exportAsPng(4)}
|
||||
construct={() => state.mapProperties.exportAsPng(1)}
|
||||
/>
|
||||
|
||||
<div class="flex flex-col">
|
||||
|
|
Loading…
Reference in a new issue