Save address IDs when doing pool geocoding

This commit is contained in:
Eli Ribble 2026-04-15 20:29:42 +00:00
parent 6a8ae6d81a
commit ac27c60e0c
No known key found for this signature in database
8 changed files with 447 additions and 52 deletions

View file

@ -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>