Fix: fix download panel
This commit is contained in:
parent
a70e2272f7
commit
fb3bf98f19
2 changed files with 7 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
let metaIsIncluded = false
|
||||
|
||||
let numberOfFeatures = state.featureSummary.totalNumberOfFeatures
|
||||
let numberOfFeatures = state.featureSummary?.totalNumberOfFeatures
|
||||
|
||||
async function getGeojson() {
|
||||
await state.indexedFeatures.downloadAll()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue