push length to 20 min
[slides.git] / tsmeetup201809 / index.html
index e36f402f346c4e65d31d1c9773312195cce67c76..d49d482c55fad53c390d028c2d0e9b3fa0cb13fc 100755 (executable)
@@ -96,7 +96,6 @@
     <a href="https://www.openstreetmap.org/">OpenStreetMap</a> data</li>
   <li>Usable in 2D mode <mark>on any modern browser</mark></li>
   <li>Supports headset + controller where WebVR is supported</li>
-  <li>Using <a href="https://aframe.io/">Mozilla A-Frame</a> (see later)</li>
   <li>Simple: Currently ~80 lines HTML, <mark>~600 lines JS</mark></li>
 </ul>
 <p class="ensurepicinbox"></p>
  alt="VR Headset user with Mozilla logos">
 <ul>
   <li>The world is flat (in two ways)!</li>
-  <li><mark>Ground tiles</mark> using
-    <a href="https://en.wikipedia.org/wiki/Mercator_projection">Mercator projection</a>,
-    "Mapnik" rendering from <a href="https://www.openstreetmap.org/">OSM</a>
-    via KaiRo's tile caching server</li>
+  <li>Ground: <mark>image tiles</mark> as known from
+    <a href="https://www.openstreetmap.org/">OSM</a></li>
   <li><mark>Trees</mark> and <mark>buildings</mark>: live OSM data via
     <a href="https://wiki.openstreetmap.org/wiki/Overpass_API">Overpass API</a></li>
   <li>Camera/controller setup to support multiple devices for navigating the scene</li>