Fix upload
This commit is contained in:
parent
dc07386937
commit
ef3cffea86
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ export class OsmNode extends OsmObject {
|
||||||
let tags = this.TagsXML()
|
let tags = this.TagsXML()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
` <node id="${this.id}" ${header ?? ""}${changesetId ? ` changeset="${changesetId}"` : ""}${this.VersionXML()} lat="${this.lat}" lon="${this.lon}">
|
` <node id="${this.id}" ${header ?? ""}${changesetId ? ` changeset="${changesetId}" ` : ""}${this.VersionXML()} lat="${this.lat}" lon="${this.lon}">
|
||||||
${tags} </node>
|
${tags} </node>
|
||||||
`
|
`
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue