forked from MapComplete/MapComplete
Fix upload
This commit is contained in:
parent
ef3cffea86
commit
66e7d9face
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ export class OsmWay extends OsmObject {
|
|||
}
|
||||
|
||||
return (
|
||||
` <way id="${this.id}" ${header ?? ""}${changesetId ? (` changeset="${changesetId}"`) : ""}${this.VersionXML()}>
|
||||
` <way id="${this.id}" ${header ?? ""}${changesetId ? (` changeset="${changesetId}" `) : ""}${this.VersionXML()}>
|
||||
${nds}${tags} </way>
|
||||
`
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue