forked from MapComplete/MapComplete
Feature(imagequeue): (hopefully) handle some edge cases correctly
This commit is contained in:
parent
6925b3d26e
commit
aa373ee698
4 changed files with 21 additions and 6 deletions
|
@ -222,7 +222,8 @@ export class ImageUploadManager {
|
|||
this._queue.delete(args)
|
||||
return
|
||||
}
|
||||
properties = new UIEventSource(downloaded.tags)
|
||||
this._featureProperties.trackFeature(downloaded.asGeoJson())
|
||||
properties = this._featureProperties.getStore(args.featureId)
|
||||
}
|
||||
const action = new LinkImageAction(
|
||||
args.featureId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue