forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
195a9e9298
14 changed files with 188 additions and 131 deletions
|
@ -19,9 +19,6 @@ export default abstract class OsmChangeAction {
|
|||
constructor(mainObjectId: string, trackStatistics: boolean = true) {
|
||||
this.trackStatistics = trackStatistics
|
||||
this.mainObjectId = mainObjectId
|
||||
if(mainObjectId === undefined || mainObjectId === null){
|
||||
throw "OsmObject received '"+mainObjectId+"' as mainObjectId"
|
||||
}
|
||||
}
|
||||
|
||||
public async Perform(changes: Changes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue