Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tangrams/terrain-light-demo

A demo of changing the lighting on terrain
https://github.com/tangrams/terrain-light-demo

Last synced: about 1 month ago
JSON representation

A demo of changing the lighting on terrain

Awesome Lists containing this project

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)