parse_rf_path was filtering out all paths containing qA* constructs, which is virtually every APRS-IS packet. The qA* element delimits the RF path from the APRS-IS metadata — it should be split on, not discarded. Now properly extracts digipeaters (before qA*) and the igate (after qA*), while filtering APRS aliases like WIDE/RELAY/TRACE. Also adds hover handlers to trail polylines so hovering anywhere on a call's track shows the RF path, not just on the dot markers. |
||
|---|---|---|
| .. | ||
| bounds_manager.ex | ||
| components.ex | ||
| data_builder.ex | ||
| display_manager.ex | ||
| historical_loader.ex | ||
| index.ex | ||
| navigation.ex | ||
| packet_batcher.ex | ||
| packet_manager.ex | ||
| packet_processor.ex | ||
| packet_store.ex | ||
| packet_utils.ex | ||
| popup_component.ex | ||
| rf_path.ex | ||
| url_params.ex | ||
| utils.ex | ||