Show 'part of' in candidate list
This commit is contained in:
parent
9457d423aa
commit
53ba0d7845
2 changed files with 24 additions and 0 deletions
|
|
@ -146,6 +146,11 @@
|
|||
<span v-if="osm.address_list.length">
|
||||
<br>address nodes: {{ osm.address_list.join("; ") }}
|
||||
</span>
|
||||
|
||||
<span v-if="osm.part_of">
|
||||
<br>part of: {{ osm.part_of.join("; ") }}
|
||||
</span>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue