Elastic Terrain Map implements a new method for terrain visualization that uses animation. The application renders digital elevation models with WebGL and offers many configurable parameters.
Check out the live demo at elasticterrain.xyz.
Watch demo movie.
The live demo performs best with an up-to-date version of Google Chrome.
Clone the repository and browse to the ol3 folder. Run:
make install
make serve
Browse to example (sample data with global coverage up to zoomlevel 4):
http://localhost:3000/build/examples/elasticterrain.html
A solution for potential node errors of the watch process can be found here.
The application uses precomputed tiles with encoded terrain data that can be produced from publicly available digital elevation models. For this purpose, we used a collection of python scripts.
This project is based on a fork of OpenLayers 3.1.1. OpenLayers 3 is licensed under the 2-Clause BSD. For comments or contribution please contact Cartography and Geovisualization Group, Oregon State University.