forked from MapComplete/MapComplete
Small refactoring: move changeset-handler creation to 'changes'
This commit is contained in:
parent
0a43a69a0c
commit
dfb16fa802
6 changed files with 16 additions and 14 deletions
|
@ -23,6 +23,14 @@ export class ChangesetHandler {
|
|||
private readonly auth: any;
|
||||
private readonly backend: string;
|
||||
|
||||
/**
|
||||
* Use 'osmConnection.CreateChangesetHandler' instead
|
||||
* @param dryRun
|
||||
* @param osmConnection
|
||||
* @param allElements
|
||||
* @param changes
|
||||
* @param auth
|
||||
*/
|
||||
constructor(dryRun: UIEventSource<boolean>,
|
||||
osmConnection: OsmConnection,
|
||||
allElements: ElementStorage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue