gitextract_ugu78a7a/ ├── .gitignore ├── LICENSE ├── README.md ├── api/ │ ├── .htaccess │ ├── demo/ │ │ └── trips.json │ ├── geojson/ │ │ ├── edges.geojson │ │ └── stations.geojson │ └── inc/ │ ├── config.json │ ├── controllers/ │ │ ├── geojson.php │ │ └── trips.php │ ├── init.php │ ├── models/ │ │ ├── db.php │ │ └── gtfs.php │ └── views/ │ └── json.php ├── index.html └── static/ ├── .htaccess ├── css/ │ ├── reset.css │ └── style.css └── js/ ├── config.js ├── infobox_packed.js └── map.js