Updated documentation

This commit is contained in:
Arno Deceuninck 2021-07-15 10:56:30 +02:00
parent bd07eed482
commit e7ef2fb6d8
4 changed files with 19 additions and 13 deletions

View file

@ -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)