forked from MapComplete/MapComplete
Preparatory steps to query OSM-api directly, add precise input to bench and waste basket, add waste types
This commit is contained in:
parent
3c51c28157
commit
b39a2b2f6e
7 changed files with 108 additions and 14 deletions
2
State.ts
2
State.ts
|
@ -398,7 +398,7 @@ export default class State {
|
|||
|
||||
new ChangeToElementsActor(this.changes, this.allElements)
|
||||
|
||||
this.osmApiFeatureSource = new OsmApiFeatureSource()
|
||||
this.osmApiFeatureSource = new OsmApiFeatureSource(Constants.useOsmApiAt, this)
|
||||
|
||||
new PendingChangesUploader(this.changes, this.selectedElement);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue