When a user types raw "lat,lon" coordinates into a station input, LocationResolver populates only `lat` / `lon` — `callsign` and `grid` stay blank. The path-profiles "Station" cell was falling through to "33.189, -96.452" instead of showing a useful grid. Now `station_label/1` (display) and `station_endpoint/1` (path-URL destination) derive a 6-/8-char Maidenhead grid from the stored lat/lon when no grid is on the row, matching the rest of the page's grid-first presentation. |
||
|---|---|---|
| .. | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| endpoint.ex | ||
| live_helpers.ex | ||
| live_table_footer.ex | ||
| live_table_resource.ex | ||
| location_resolver.ex | ||
| metrics_plug.ex | ||
| router.ex | ||
| skew_t.ex | ||
| telemetry.ex | ||
| user_auth.ex | ||