Feature(imagequeue): (hopefully) handle some edge cases correctly

This commit is contained in:
Pieter Vander Vennet 2025-04-07 04:11:16 +02:00
parent 6925b3d26e
commit aa373ee698
4 changed files with 21 additions and 6 deletions

View file

@ -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,