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
- Host: GitHub
- URL: https://github.com/dbabbs/dc-transit-2030
- Owner: dbabbs
- Created: 2019-03-05T22:00:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T19:07:41.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T03:45:19.674Z (about 1 year ago)
- Topics: heremaps, leaflet, tangram
- Language: HTML
- Homepage: https://dbabbs.github.io/dc-transit-2030
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DC Transit 2030

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
```