Fix: add error reporting when image upload fails, see #2202

This commit is contained in:
Pieter Vander Vennet 2024-10-10 23:09:31 +02:00
parent cc6ce3c271
commit 368d7857a0
2 changed files with 6 additions and 1 deletions

View file

@ -369,7 +369,8 @@ export default class ThemeViewState implements SpecialVisualizationState {
this.osmConnection,
this.changes,
this.geolocation.geolocationState.currentGPSLocation,
this.indexedFeatures
this.indexedFeatures,
this.reportError
)
this.favourites = new FavouritesFeatureSource(this)
const longAgo = new Date()