Fix incomplete product parsing for Stockholm.

This commit is contained in:
Andreas Schildbach 2014-01-22 14:58:48 +01:00
parent 28c0709a3c
commit e8704f8b85

View file

@ -81,6 +81,8 @@ public class StockholmProvider extends AbstractHafasProvider
return 'B';
if (value == 16) // Flygbussar
return 'B';
if (value == 32)
return 'F';
if (value == 64) // Waxholmsbåtar
return 'F';