Download cached features as geojson

This commit is contained in:
Arno Deceuninck 2021-07-15 09:34:00 +02:00
parent f5c7683d9d
commit b68bf7b950
5 changed files with 32 additions and 0 deletions

View file

@ -427,6 +427,8 @@ export class InitUiElements {
state.locationControl,
state.selectedElement);
State.state.featurePipeline = source;
new ShowDataLayer(source.features, State.state.leafletMap, State.state.layoutToUse);
const selectedFeatureHandler = new SelectedFeatureHandler(Hash.hash, State.state.selectedElement, source, State.state.osmApiFeatureSource);