Contents
VR Map: Using OSM Data In a WebVR Environment
The following slides are available in this presentation:
The following slides are available in this presentation:
Slides: https://slides.kairo.at/sotm2019/
<a-scene> <a-sphere position="0 1.25 -1" radius="1.25" color="#EF2D5E"></a-sphere> <a-cube position="-1 0.5 1" rotation="0 0 0" …> <a-animation attribute="rotation" … to="0 360 0"></a-animation> </a-cube> <a-cylinder position="1 0.75 1" …></a-cylinder> <a-plane …></a-plane> <a-sky color="#ECECEC"></a-sky> </a-scene>
index.html
: JS includes, start dialog, scene, camera/controller rigmap.js
: variables, load handler, fetch from Overpass APIconversions.js
: coordinate conversionsposition-limit.js
: A-Frame component for keeping position above groundtiles.js, trees.js, buildings.js
: load/draw the 3 types of objects