Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangrams/filters-demo
A demo showing ways of filtering data in Tangram.
https://github.com/tangrams/filters-demo
Last synced: 18 days ago
JSON representation
A demo showing ways of filtering data in Tangram.
- Host: GitHub
- URL: https://github.com/tangrams/filters-demo
- Owner: tangrams
- License: mit
- Created: 2015-05-01T20:50:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T16:08:44.000Z (over 7 years ago)
- Last Synced: 2024-08-01T00:55:55.145Z (3 months ago)
- Language: JavaScript
- Size: 658 KB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)