Show item street address in popup
This commit is contained in:
parent
253c75f46c
commit
e67cb131a9
2 changed files with 4 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ def get_markers(all_items):
|
|||
"description": item.description(),
|
||||
"markers": locations,
|
||||
"image_list": image_filenames,
|
||||
"street_address": item.get_claim("P6375"),
|
||||
"isa_list": [v["id"] for v in item.get_claim("P31")],
|
||||
}
|
||||
items.append(item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue