French South West: Add missing transportation system, as Tisseo network is also in fr-sw Navitia region.

This commit is contained in:
Nicolas Derive 2015-12-20 02:33:52 +01:00 committed by Andreas Schildbach
parent 79159f854d
commit 2a1bda6c4b

View file

@ -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);
}