nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.nycmesh.net
MIT License
11 stars 13 forks source link

Auto populate lat/lon/alt for addresses entered by admins #307

Closed Andrew-Dickinson closed 3 months ago

Andrew-Dickinson commented 7 months ago

The spreadsheet today automatically updates the lat/lon/alt columns based on Google geocoding when an address is changed. This is super helpful if you fix an address with a mistake in it. Maybe should auto populate the lat/lon/alt when admins create buildings manually?

We should also auto populate lat/lon/alt coordinates for admin-created devices, based on the node they are attached to

WillNilges commented 7 months ago

We can probably use the Join Form logic for this. The frontend might need some work to make this possible.