forked from MapComplete/MapComplete
Fix: add error reporting when image upload fails, see #2202
This commit is contained in:
parent
cc6ce3c271
commit
368d7857a0
2 changed files with 6 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue