forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
70934b3b8e
commit
e1be5ec34d
110 changed files with 507 additions and 288 deletions
|
|
@ -300,14 +300,19 @@ export class Changes {
|
|||
newObjects: OsmObject[]
|
||||
modifiedObjects: OsmObject[]
|
||||
deletedObjects: OsmObject[]
|
||||
}{
|
||||
return Changes.createChangesetObjectsStatic(changes, downloadedOsmObjects, ignoreNoCreate, this.previouslyCreated)
|
||||
} {
|
||||
return Changes.createChangesetObjectsStatic(
|
||||
changes,
|
||||
downloadedOsmObjects,
|
||||
ignoreNoCreate,
|
||||
this.previouslyCreated
|
||||
)
|
||||
}
|
||||
public static createChangesetObjectsStatic(
|
||||
changes: ChangeDescription[],
|
||||
downloadedOsmObjects: OsmObject[],
|
||||
ignoreNoCreate: boolean = false,
|
||||
previouslyCreated : OsmObject[]
|
||||
previouslyCreated: OsmObject[]
|
||||
): {
|
||||
newObjects: OsmObject[]
|
||||
modifiedObjects: OsmObject[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue