An open API service indexing awesome lists of open source software.

https://github.com/tangrams/transit-style

RETIRED: work towards transit style
https://github.com/tangrams/transit-style

Last synced: 4 months ago
JSON representation

RETIRED: work towards transit style

Awesome Lists containing this project

README

          

# transit-style

THIS IS AN OLD EXPERIMENT THAT IS NO LONGER MAINTAINED

Each Mapzen basemap style now includes a transit overlay.

### To run locally:

Start a web server in the repo's directory:

python -m SimpleHTTPServer 8000

If that doesn't work, try:

python -m http.server 8000

Then navigate to: [http://localhost:8000](http://localhost:8000)