Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangrams/highways-demo
A demo of zoom-dependent road styling
https://github.com/tangrams/highways-demo
Last synced: 15 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T18:00:43.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T00:47:29.546Z (3 months 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
![highways demo](https://cloud.githubusercontent.com/assets/459970/5781837/ece89c72-9d83-11e4-93e2-757c464c1278.png)
### 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)