https://github.com/tangrams/filters-demo
A demo showing ways of filtering data in Tangram.
https://github.com/tangrams/filters-demo
Last synced: about 1 year 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T16:08:44.000Z (about 9 years ago)
- Last Synced: 2024-10-28T05:12:41.103Z (over 1 year 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/

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