forked from MapComplete/MapComplete
Immediately load and show the selected feature
This commit is contained in:
parent
c3b6353259
commit
cd4a2608a2
5 changed files with 8 additions and 14 deletions
2
State.ts
2
State.ts
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue