better stations list

This commit is contained in:
Matt Walsh 2020-09-25 15:11:19 -05:00
commit c8c04288b9
11 changed files with 42771 additions and 30970 deletions

View file

@ -69,7 +69,7 @@ const navigation = (() => {
let city = point.properties.relativeLocation.properties.city;
if (StationId in _StationInfo) {
city = _StationInfo[StationId].City;
city = _StationInfo[StationId].city;
city = city.split('/')[0];
}