# filters-demo **Repository Path**: mirrors_tangrams/filters-demo ## Basic Information - **Project Name**: filters-demo - **Description**: A demo showing ways of filtering data in Tangram. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)