# terrain-light-demo **Repository Path**: mirrors_tangrams/terrain-light-demo ## Basic Information - **Project Name**: terrain-light-demo - **Description**: A demo of changing the lighting on terrain - **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-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lights-cameras-demo An interactive [Tangram](http://github.com/tangrams/tangram) demo of lighting terrain using Mapzen's terrain tiles. Read more about them here: https://mapzen.com/blog/elevation/ Live demo: http://tangrams.github.io/terrain-light-demo/ terrain-lights-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)