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

https://github.com/dbabbs/dc-transit-2030

🚝 Interactive map of the proposed 2030 Washington D.C. public transit system
https://github.com/dbabbs/dc-transit-2030

heremaps leaflet tangram

Last synced: 4 months ago
JSON representation

🚝 Interactive map of the proposed 2030 Washington D.C. public transit system

Awesome Lists containing this project

README

          

# DC Transit 2030

![map](map.png)
This is an interactive map of the proposed Washington D.C. public transit system. Data is available from the [DC Data Portal](http://opendata.dc.gov).

This map was made with [XYZ Hub API](https://www.here.xyz/api/), [Leaflet](https://leafletjs.com/), and [Tangram](https://github.com/tangrams/tangram).

## Live Demo

You can view a live demo of the map at: [dbabbs.github.io/dc-transit-2030](https://dbabbs.github.io/dc-transit-2030)

## Running locally

```
git clone https://github.com/dbabbs/dc-transit-2030.git
cd dc-transit-2030
python -m SimpleHTTPServer 8888
```