<br><div class="gmail_quote">2011/1/28 Dominik Helle <span dir="ltr">&lt;<a href="mailto:helle@omniscale.de">helle@omniscale.de</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="word-wrap: break-word;"><br><div>wow this is a cool example. </div><div>I used Firefox 4 beta - its amazing.</div><div> </div><div>Thank you for sharing.</div></div></blockquote></div><br><br>The realy amazing thing about the demo is that it only took my about 2 hours to set it up.<br>
<br>All I had to do was to combine the magic of Klokan Petr WebGL Earth [0] with the 8 GB of pre-seeded EPSG:900913 Blue Marble tiles that happens to be on my web server through the magic of Mapnik and MapProxy :-))<br><br>
With styles and background image the demo is a bit more sophisticated, but the basic MapProxy HelloWord example using WebGL Earth looks like this: <br><br>&lt;!DOCTYPE HTML&gt; <br>&lt;html&gt; <br>&lt;head&gt; <br>&lt;script src=&quot;<a href="http://www.webglearth.com/api.js">http://www.webglearth.com/api.js</a>&quot;&gt;&lt;/script&gt; <br>
&lt;script&gt; <br>function initialize() {<br> var bmng = new WebGLEarth(&#39;earth&#39;, { zoom: 4, center: [48.14,16.28]});<br> bmng.initMap(WebGLEarth.Maps.CUSTOM, [&#39;TMS&#39;,&#39;<a href="http://tms.datenscheibe.org/bluemarble/tiles/DS_BMNG_09/EPSG900913/{z}/{x}/{y}.png">http://tms.datenscheibe.org/bluemarble/tiles/DS_BMNG_09/EPSG900913/{z}/{x}/{y}.png</a>&#39;,1,10,256,true]);<br>
 bmng.setMap(WebGLEarth.Maps.CUSTOM, &#39;TMS&#39;);<br>}<br>&lt;/script&gt; <br>&lt;/head&gt; <br>&lt;body onload=&quot;initialize()&quot;&gt; <br>&lt;div id=&quot;earth&quot;&gt;&lt;/div&gt; <br>&lt;/body&gt; <br>&lt;/html&gt; <br>
<br><br>cu andreas<br><br><br>[0] <a href="http://blog.klokantech.com/2011/01/webgl-earth-open-source-3d-globe-for.html">http://blog.klokantech.com/2011/01/webgl-earth-open-source-3d-globe-for.html</a><br>