Save address IDs when doing pool geocoding
This commit is contained in:
parent
6a8ae6d81a
commit
ac27c60e0c
8 changed files with 447 additions and 52 deletions
|
|
@ -268,7 +268,11 @@ tr.has-error {
|
|||
{{ titleCase(pool.condition) }}
|
||||
</span>
|
||||
</td>
|
||||
<td>{{ pool.tags?.size || 0 }}</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li v-for="(v, k) in pool.tags">{{ k }}={{ v }}</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue