forked from MapComplete/MapComplete
Updated documentation
This commit is contained in:
parent
bd07eed482
commit
e7ef2fb6d8
4 changed files with 19 additions and 13 deletions
|
@ -77,7 +77,7 @@ export default class LayerSelection extends Combine {
|
|||
}
|
||||
|
||||
const downloadButton = new SubtleButton("./assets/svg/floppy.svg", "Download visible data as geojson")
|
||||
downloadButton.onClick(() => exportAsGeoJson(State.state.featurePipeline)) // TODO: Define this
|
||||
downloadButton.onClick(() => exportAsGeoJson(State.state.featurePipeline))
|
||||
checkboxes.push(downloadButton)
|
||||
|
||||
super(checkboxes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue