Fix build, version bump

This commit is contained in:
Pieter Vander Vennet 2021-11-30 19:19:53 +01:00
parent 6e9d4b327e
commit 950324901c
3 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,7 @@ export default class ConfirmLocationOfPoint extends Combine {
state: {
osmConnection: OsmConnection,
featurePipeline: FeaturePipeline,
backgroundLayer: UIEventSource<BaseLayer>
backgroundLayer?: UIEventSource<BaseLayer>
},
filterViewIsOpened: UIEventSource<boolean>,
preset: PresetInfo,