Preparatory steps to query OSM-api directly, add precise input to bench and waste basket, add waste types

This commit is contained in:
Pieter Vander Vennet 2021-09-10 01:18:51 +02:00
parent 3c51c28157
commit b39a2b2f6e
7 changed files with 108 additions and 14 deletions

View file

@ -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);