Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GIS Export Route Type Error + Editing Route Type is Unsuccessful #225

Open
landonreed opened this issue Jun 1, 2015 · 2 comments
Open

Comments

@landonreed
Copy link

(These issues may be unrelated and deserving of two separate issues.)

  1. 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.
  2. 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

  1. the route type values not showing up in the list of routes by agency view and
  2. the route type description not showing up in the manage route types view.
@mattwigway
Copy link
Contributor

I think the first one is probably just a lack of a toString method in routeType. I'm not sure what's up with the others.

landonreed added a commit to atlregional/gtfs-editor that referenced this issue Oct 14, 2015
landonreed added a commit to atlregional/gtfs-editor that referenced this issue Oct 14, 2015
landonreed added a commit to atlregional/gtfs-editor that referenced this issue Oct 14, 2015
@landonreed
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants