# point-collide-demo **Repository Path**: mirrors_tangrams/point-collide-demo ## Basic Information - **Project Name**: point-collide-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **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 # generic-demo A generic [Tangram](http://github.com/tangrams/tangram) setup for [Mapzen](http://github.com/mapzen) maps. Live demo: http://tangrams.github.io/generic-demo ### 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)