Immediately load and show the selected feature

This commit is contained in:
Pieter Vander Vennet 2021-05-13 13:04:17 +02:00
parent c3b6353259
commit cd4a2608a2
5 changed files with 8 additions and 14 deletions

View file

@ -220,7 +220,7 @@ export default class State {
this.allElements = new ElementStorage();
this.changes = new Changes();
this.osmApiFeatureSource = new OsmApiFeatureSource(this.locationControl)
this.osmApiFeatureSource = new OsmApiFeatureSource()
new PendingChangesUploader(this.changes, this.selectedElement);