Add transport route

This commit is contained in:
Victor Shcherb 2016-07-29 18:17:39 +02:00
parent 6dd56084fe
commit 12a656b586

View file

@ -154,7 +154,7 @@ public class TransportStopController extends MenuController {
if (topType == null && type != null && type.isTopType()) {
topType = type;
}
r.desc = rs.getRef() + " " + (useEnglishNames ? rs.getName() : rs.getEnName(true));
r.desc = rs.getRef() + " " + (useEnglishNames ? rs.getEnName(true) : rs.getName());
r.route = rs;
r.stop = transportStop;
this.routes.add(r);