https://github.com/tangrams/highways-demo
A demo of zoom-dependent road styling
https://github.com/tangrams/highways-demo
Last synced: about 1 year ago
JSON representation
A demo of zoom-dependent road styling
- Host: GitHub
- URL: https://github.com/tangrams/highways-demo
- Owner: tangrams
- License: mit
- Created: 2014-11-22T00:05:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T18:00:43.000Z (over 6 years ago)
- Last Synced: 2024-10-28T04:24:22.774Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://tangrams.github.io/highways-demo
- Size: 4.08 MB
- Stars: 21
- Watchers: 12
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# highways-demo
A demo showing contextual highway styles using the [Tangram](http://github.com/tangrams/tangram) library.
Live demo: http://tangrams.github.io/highways-demo

### 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)