You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(These issues may be unrelated and deserving of two separate issues.)
GIS Export - when exporting routes as shapefiles, the route type shows up as the stringified form of the object, e.g. models.transit.RouteType@20712b03. At first I thought this might be due to incomplete route type data, but even with complete Localized Type, GTFS Type, etc., this issue still occurs.
Editing Route Type - editing/changing a route type in the route details view is unsuccessful (even thought the "Route successfully saved" message appears.
There are some other issues related to route type including
the route type values not showing up in the list of routes by agency view and
the route type description not showing up in the manage route types view.
The text was updated successfully, but these errors were encountered:
@mattwigway, I finally looked into this. Ended up going with hvtRouteType because it's the most expressive. localizedVehicleType often tends not be specified (at least in my experience). Maybe gtfsRouteType would work here, but it doesn't offer as much distinction in routeTypes.
(These issues may be unrelated and deserving of two separate issues.)
models.transit.RouteType@20712b03
. At first I thought this might be due to incomplete route type data, but even with complete Localized Type, GTFS Type, etc., this issue still occurs.There are some other issues related to route type including
The text was updated successfully, but these errors were encountered: