Properly handle REFERENCE_ID for future changes
This commit is contained in:
@@ -18,6 +18,9 @@ type BusStop struct {
|
||||
// RouteStops[ StationSeq ] = BusStop
|
||||
RouteStops *map[int]*BusStop
|
||||
|
||||
// AltRoutes
|
||||
AltRoutes *map[string]*BusStop
|
||||
|
||||
i18n.Generics
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user