mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
French South West: Add missing transportation system, as Tisseo network is also in fr-sw Navitia region.
This commit is contained in:
parent
79159f854d
commit
2a1bda6c4b
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ public class FrenchSouthWestProvider extends AbstractNavitiaProvider
|
|||
// Batcub
|
||||
return new Style(Shape.ROUNDED, Style.parseColor(color), computeForegroundColor(color));
|
||||
}
|
||||
case SUBWAY:
|
||||
{
|
||||
// Toulouse subway (from Tisseo network)
|
||||
return new Style(Shape.ROUNDED, Style.parseColor(color), computeForegroundColor(color));
|
||||
}
|
||||
default:
|
||||
throw new IllegalArgumentException("Unhandled product: " + product);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue