forked from MapComplete/MapComplete
Fix typo which prevented updating the selected element, improve comments and typings
This commit is contained in:
parent
b4f739e506
commit
09507b3537
3 changed files with 5 additions and 3 deletions
|
@ -73,7 +73,7 @@ export abstract class OsmObject {
|
|||
if (rawData["error"] !== undefined && rawData["statuscode"] === 410) {
|
||||
return "deleted"
|
||||
}
|
||||
return rawData["contents"].elements[0].tags
|
||||
return rawData["content"].elements[0].tags
|
||||
}
|
||||
|
||||
static async DownloadObjectAsync(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue