forked from MapComplete/MapComplete
Refactoring: remove import flow, fix various issues, get PDF-export working (but not quite)
This commit is contained in:
parent
2149fc1a1d
commit
f7eaec2243
36 changed files with 739 additions and 3930 deletions
|
@ -465,7 +465,7 @@ export default class ReplaceGeometryAction extends OsmChangeAction {
|
|||
changeType: "conflation",
|
||||
}
|
||||
)
|
||||
allChanges.push(...(await addExtraTags.CreateChangeDescriptions(changes)))
|
||||
allChanges.push(...(await addExtraTags.CreateChangeDescriptions()))
|
||||
}
|
||||
|
||||
const newCoordinates = [...this.targetCoordinates]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue