All Projects → tangrams → osm-webgl-demos

tangrams / osm-webgl-demos

Licence: MIT license
A series of demos showing how OpenStreetMap vector data can be displayed and manipulated in a browser using WebGL

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
GLSL
2045 projects

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

  1. Copy this repository into a directory
  1. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].