Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tangrams/filters-demo

A demo showing ways of filtering data in Tangram.
https://github.com/tangrams/filters-demo

Last synced: about 2 months ago
JSON representation

A demo showing ways of filtering data in Tangram.

Awesome Lists containing this project

README

        

# filters-demo

A demo showing ways of filtering data with the stylesheet filters, geometry filters, and shader filters in [Tangram](http://github.com/tangrams/tangram).

Live demo: http://tangrams.github.io/filters-demo/

![tangram-demo screenshot](https://cloud.githubusercontent.com/assets/459970/6629470/c007b1de-c8e4-11e4-854e-fd69f5135b3a.png)

### To run locally:

Download this repo, then start a web server in its 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)