mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-24 14:36:25 +02:00
Fix member parsing from JSON.
This commit is contained in:
parent
ef8e0a89e2
commit
96c8302930
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ class OSMRelation(Tagged):
|
||||||
structure["tags"],
|
structure["tags"],
|
||||||
structure["id"],
|
structure["id"],
|
||||||
[
|
[
|
||||||
OSMMember(x["type"], x["role"], x["ref"])
|
OSMMember(x["type"], x["ref"], x["role"])
|
||||||
for x in structure["members"]
|
for x in structure["members"]
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue