Codebase list gnome-maps / c346bb2
opendataCH: Add additional category code for bus Category code "B" is also being used for bus. Marcus Lundblad 4 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5454 */
5555 const Category = {
5656 // bus
57 B: 'B',
5758 NFB: 'NFB',
5859 NFO: 'NFO',
5960 BUS: 'BUS',
319320
320321 _getHVTCodeFromCategory(category) {
321322 switch (category) {
323 case Category.B:
322324 case Category.BUS:
323325 case Category.NFB:
324326 case Category.NFO: