forked from MapComplete/MapComplete
		
	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() | ||||
| 
 | ||||
|         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> | ||||
| ` | ||||
|         ) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue