Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)