tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
50 stars 32 forks source link

Add initial public views of data #2

Closed jwhitlock closed 10 years ago

jwhitlock commented 11 years ago

It would be useful to see the GTFS data in a webbrowser for non-admins. If done with Tastypie, we might get a API for free as well. The first version could be maps + data + links between data items.

jwhitlock commented 10 years ago

Basic version in develop branch. No API, maps just for Stops and ShapePoints, but links between data items.

jwhitlock commented 10 years ago

Example app is released in v0.3.1