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
|
@ -86,12 +86,6 @@ export default class AllDownloads extends ScrollableFullScreen {
|
|||
state.featureSwitchExportAsPdf
|
||||
)
|
||||
|
||||
const exportPanel = new Toggle(
|
||||
new DownloadPanel(state),
|
||||
undefined,
|
||||
state.featureSwitchEnableExport
|
||||
)
|
||||
|
||||
return new Combine([pdf, exportPanel]).SetClass("flex flex-col")
|
||||
}
|
||||
return pdf
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue