osm-webgl-demos
osm-webgl-demos copied to clipboard
A series of demos showing how OpenStreetMap vector data can be displayed and manipulated in a browser using WebGL
osm-webgl-demos
** These demos were originally produced for MozFest 2014, and are deprecated as of May 2015. Check out the Tangram repo for links to the latest and greatest demos and code examples! **
A series of demonstrations originally made for Mozfest14 showing how OpenStreetMap vector data can be displayed and manipulated in a browser using WebGL.
Live version
http://tangrams.github.io/osm-webgl-demos/
Installation
- Copy this repository into a directory
- with git:
git clone https://github.com/tangrams/osm-webgl-demos.git
- or download the zip: http://tiny.cc/osmwebgl
- Start a webserver in that directory, at the port of your choice – in this case, 8000:
- Easy python server, python version 2.x:
python -m SimpleHTTPServer 8000
- Easy python server, python version 3.x:
python -m http.server 8000
Then navigate in a WebGL-supporting browser to: http://localhost:8000
List of WebGL-supporting browsers: http://caniuse.com/#feat=webgl
Check if your browser supports WebGL: http://get.webgl.org/
###Mozfest14 etherpad link: https://festival.etherpad.mozilla.org/WyaCRtedyS