forked from MapComplete/MapComplete
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"
|
mimetype="image/png"
|
||||||
mainText={t.downloadAsPng}
|
mainText={t.downloadAsPng}
|
||||||
helperText={t.downloadAsPngHelper}
|
helperText={t.downloadAsPngHelper}
|
||||||
construct={() => state.mapProperties.exportAsPng(4)}
|
construct={() => state.mapProperties.exportAsPng(1)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
|
|
Loading…
Add table
Reference in a new issue