This commit is contained in:
Éric Lemoine
2012-10-21 21:28:25 +02:00
parent 406ea86fb7
commit e9c319cb5e
82 changed files with 1268 additions and 166 deletions

View File

@@ -263,7 +263,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:41 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -54,7 +54,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:41 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -464,7 +464,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:36 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:35 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2166,7 +2166,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:36 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:35 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -407,7 +407,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -576,7 +576,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -292,7 +292,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -140,7 +140,7 @@
<dt class="tag-source">Source:</dt> <dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 13</li></ul></dd> <dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 21</li></ul></dd>
@@ -214,7 +214,7 @@
<dt class="tag-source">Source:</dt> <dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 23</li></ul></dd> <dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 31</li></ul></dd>
@@ -232,6 +232,412 @@
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name" id="createStringXY"><span class="type-signature">&lt;static> </span>createStringXY</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>precision</code></td>
<td class="type">
<span class="param-type">number=</span>
</td>
<td class="description last">(Optional) Precision.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 38</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Coordinate format.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">ol.CoordinateFormatType</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="toStringHDMS"><span class="type-signature">&lt;static> </span>toStringHDMS</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>coordinate</code></td>
<td class="type">
<span class="param-type"><a href="ol.Coordinate.html">ol.Coordinate</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last">Coordinate.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 65</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Hemisphere, degrees, minutes and seconds.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">string</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="toStringXY"><span class="type-signature">&lt;static> </span>toStringXY</h4>
</dt>
<dd>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>coordinate</code></td>
<td class="type">
<span class="param-type"><a href="ol.Coordinate.html">ol.Coordinate</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last">Coordinate.</td>
</tr>
<tr>
<td class="name"><code>precision</code></td>
<td class="type">
<span class="param-type">number=</span>
</td>
<td class="description last">(Optional) Precision.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>coordinate.js, line 80</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
XY.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">string</span>
</dd>
</dl>
</dd>
</dl>
@@ -252,7 +658,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -571,7 +571,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -682,6 +682,168 @@
</dd>
<dt>
<h4 class="name" id="getBottomLeft"><span class="type-signature"></span>getBottomLeft</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>extent.js, line 56</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Bottom left coordinate.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="ol.Coordinate.html">ol.Coordinate</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getBottomRight"><span class="type-signature"></span>getBottomRight</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>extent.js, line 64</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Bottom right coordinate.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="ol.Coordinate.html">ol.Coordinate</a></span>
</dd>
</dl>
</dd> </dd>
@@ -940,6 +1102,168 @@
</dd>
<dt>
<h4 class="name" id="getTopLeft"><span class="type-signature"></span>getTopLeft</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>extent.js, line 72</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Top left coordinate.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="ol.Coordinate.html">ol.Coordinate</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="getTopRight"><span class="type-signature"></span>getTopRight</h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>extent.js, line 80</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Top right coordinate.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="ol.Coordinate.html">ol.Coordinate</a></span>
</dd>
</dl>
</dd> </dd>
@@ -1457,7 +1781,7 @@
<dt class="tag-source">Source:</dt> <dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>extent.js, line 57</li></ul></dd> <dd class="tag-source"><ul class="dummy"><li>extent.js, line 89</li></ul></dd>
@@ -1521,7 +1845,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -5795,7 +5795,7 @@ clicks and gestures on an overlay don't trigger any MapBrowserEvent.
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -919,7 +919,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -244,7 +244,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -365,7 +365,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1818,7 +1818,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -202,7 +202,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1146,7 +1146,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -545,7 +545,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2584,7 +2584,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1085,7 +1085,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -331,7 +331,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -605,7 +605,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -770,7 +770,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -676,7 +676,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1781,7 +1781,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:41 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1186,7 +1186,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -478,7 +478,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -449,7 +449,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -715,7 +715,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -498,7 +498,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -244,7 +244,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -618,7 +618,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -728,7 +728,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -728,7 +728,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -728,7 +728,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:37 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -728,7 +728,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -181,7 +181,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -324,7 +324,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -244,7 +244,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -200,7 +200,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -244,7 +244,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2379,7 +2379,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2530,7 +2530,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:36 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -759,7 +759,7 @@ not set, the default is {@code ['left', 'bottom']}.
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:38 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1699,7 +1699,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2120,7 +2120,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2042,7 +2042,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2218,7 +2218,7 @@ position as needed on subsequent calls.
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2081,7 +2081,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -385,7 +385,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2051,7 +2051,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2884,7 +2884,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:37 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -356,7 +356,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2299,7 +2299,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -385,7 +385,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -355,7 +355,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -346,7 +346,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:39 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -346,7 +346,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -346,7 +346,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1406,7 +1406,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1357,7 +1357,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1357,7 +1357,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1357,7 +1357,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -892,7 +892,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1401,7 +1401,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1362,7 +1362,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1371,7 +1371,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -1447,7 +1447,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2193,7 +2193,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

View File

@@ -2188,7 +2188,7 @@
<br clear="both"> <br clear="both">
<footer> <footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Thu Oct 18 2012 11:40:40 GMT+0200 (CEST) Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on Fri Oct 19 2012 22:19:38 GMT+0200 (CEST)
</footer> </footer>
<script> prettyPrint(); </script> <script> prettyPrint(); </script>

File diff suppressed because one or more lines are too long

8
master/examples/Jugl.js Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
var info={"index": {"and": {"2": 1, "3": 1}, "layer": {"3": 1}, "ed": {"2": 1, "3": 1}, "sync": {"2": 2, "3": 1}, "openaerial": {"0": 1, "1": 1}, "tilelayer": {"0": 1}, "popup": {"1": 1}, "mapquest": {"0": 1, "1": 1}, "overlays": {"1": 1}, "layers": {"3": 2}, "fullscreen": {"0": 1}, "overlay": {"1": 2}, "demonstrates": {"1": 1}, "webgl": {"2": 2, "3": 1}, "two": {"3": 2}, "maps": {"2": 1, "3": 1}, "tile": {"0": 1}, "map": {"0": 1}, "full": {"0": 2}, "screen": {"0": 2}, "object": {"2": 1}, "tilejson": {"3": 1}, "with": {"3": 1}, "by": {"2": 3}, "bingmaps": {"3": 1}, "a": {"0": 1}, "dom": {"2": 2, "3": 1}, "of": {"0": 1}, "bing": {"3": 1}, "example": {"0": 2, "1": 1, "2": 1, "3": 1}, "side": {"2": 6}}, "examples": [{"author": "\u00c9ric Lemoine", "tags": "fullscreen, mapquest, openaerial, tile, tilelayer", "modified": "2012-10-21T21:11:27+0200", "classes": [], "link": "full-screen.html", "shortdesc": "Example of a full-screen map.", "title": "Full-screen example", "example": "full-screen.html"}, {"author": "\u00c9ric Lemoine", "tags": "overlay, popup, mapquest, openaerial", "modified": "2012-10-21T21:11:27+0200", "classes": [], "link": "overlay-and-popup.html", "shortdesc": "Demonstrates Overlays.", "title": "Overlay example", "example": "overlay-and-popup.html"}, {"author": "\u00c9ric Lemoine", "tags": "side-by-side, webgl, dom, sync, object", "modified": "2012-10-20T21:43:34+0200", "classes": [], "link": "side-by-side.html", "shortdesc": "Side-by-side DOM and WebGL sync'ed maps.", "title": "Side-by-side example", "example": "side-by-side.html"}, {"author": "\u00c9ric Lemoine", "tags": "layers, tilejson, bing, bingmaps", "modified": "2012-10-20T21:43:34+0200", "classes": [], "link": "two-layers.html", "shortdesc": "Sync'ed DOM and WebGL maps with two layers.", "title": "Two-layer example", "example": "two-layers.html"}]}

View File

@@ -0,0 +1 @@
<?xml version="1.0" ?><feed xmlns="http://www.w3.org/2005/Atom"><title>OpenLayers Examples</title><id>http://openlayers.github.com/ol3/master/examples/example-list.xml#2012-10-21T07:26:32Z</id><updated>2012-10-21T07:26:32Z</updated><entry><title>Full-screen example</title><tags>fullscreen, mapquest, openaerial, tile, tilelayer</tags><link href="http://openlayers.github.com/ol3/master/examples/full-screen.html"/><summary>Example of a full-screen map.</summary><updated>2012-10-21T21:11:27+0200</updated><author><name>Éric Lemoine</name></author><id>http://openlayers.github.com/ol3/master/examples/full-screen.html#2012-10-21T21:11:27+0200</id></entry><entry><title>Overlay example</title><tags>overlay, popup, mapquest, openaerial</tags><link href="http://openlayers.github.com/ol3/master/examples/overlay-and-popup.html"/><summary>Demonstrates Overlays.</summary><updated>2012-10-21T21:11:27+0200</updated><author><name>Éric Lemoine</name></author><id>http://openlayers.github.com/ol3/master/examples/overlay-and-popup.html#2012-10-21T21:11:27+0200</id></entry><entry><title>Side-by-side example</title><tags>side-by-side, webgl, dom, sync, object</tags><link href="http://openlayers.github.com/ol3/master/examples/side-by-side.html"/><summary>Side-by-side DOM and WebGL sync'ed maps.</summary><updated>2012-10-20T21:43:34+0200</updated><author><name>Éric Lemoine</name></author><id>http://openlayers.github.com/ol3/master/examples/side-by-side.html#2012-10-20T21:43:34+0200</id></entry><entry><title>Two-layer example</title><tags>layers, tilejson, bing, bingmaps</tags><link href="http://openlayers.github.com/ol3/master/examples/two-layers.html"/><summary>Sync'ed DOM and WebGL maps with two layers.</summary><updated>2012-10-20T21:43:34+0200</updated><author><name>Éric Lemoine</name></author><id>http://openlayers.github.com/ol3/master/examples/two-layers.html#2012-10-20T21:43:34+0200</id></entry></feed>

View File

@@ -12,11 +12,36 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
#text {
position: absolute;
top: 8px;
right: 8px;
z-index: 20000;
background-color: white;
padding: 0 0.5em 0.5em 0.5em;
border-radius: 4px;
}
@media only screen and (max-width: 600px) {
#text {
display: none;
}
}
</style> </style>
<title>ol3 full-screen demo</title> <title>Full-screen example</title>
</head> </head>
<body> <body>
<div id="map"></div> <div id="map">
<div id="text">
<h1 id="title">Full-screen example</h1>
<div id="shortdesc">Example of a full-screen map.</div>
<div id="docs">
<p>See the
<a href="full-screen.js" target="_blank">full-screen.js source</a>
to see how this is done.</p>
</div>
</div>
</div>
<div id="tags">fullscreen, mapquest, openaerial, tile, tilelayer</div>
<script src="loader.js?id=full-screen" type="text/javascript"></script> <script src="loader.js?id=full-screen" type="text/javascript"></script>
</body> </body>
</html> </html>

View File

@@ -1 +1,296 @@
<!doctype html><html><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"></meta><link href="style.css" rel="stylesheet" type="text/css"><title>ol3 examples</title></head><body><h1>ol3 examples</h1><ul><li><a href="full-screen.html">full screen</a></li><li><a href="overlay-and-popup.html">overlay and popup</a></li><li><a href="side-by-side.html">side by side</a></li><li><a href="two-layers.html">two layers</a></li></ul><script src="index.js" type="text/javascript"></script></body></html> <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- This is the example list source: if you are trying to look at the
source of an example, YOU ARE IN THE WRONG PLACE. -->
<title>OpenLayers Examples</title>
<link rel="alternate" href="example-list.xml" type="application/atom+xml" />
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
html, body {
margin: 0;
padding: 0;
line-height: 1.25em;
}
#logo {
text-shadow: 2px 2px 3px gray;
color: white;
vertical-align: middle;
position: absolute;
top: 5px;
left: 5px;
font-size: 34px;
font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}
#logo img {
vertical-align: middle;
}
.ex_container{
}
.ex_container a {
text-decoration: none;
padding: 5px 1em;
display: block;
}
.ex_container a:hover {
background-color: #eeeeee;
}
.ex_title{
display: inline;
font-weight: bold;
color: #333;
}
.ex_tags{
display: inline;
font-size: smaller;
font-style: italic;
color: #333;
}
.ex_filename {
font-weight: normal;
font-size: 0.8em;
color: #ccc
}
.ex_description{
color: #222;
padding: 3px;
}
.ex_classes{
font-size: .7em;
color: gray;
display: none;
}
#toc {
width: 100%;
height: 100%;
}
#filter {
position: fixed;
text-align: center;
top: 0px;
background: #9D9FA1;
width: 100%;
padding: 1.3em 0;
}
#examples {
overflow: auto;
list-style: none;
margin: 0;
padding: 0;
}
#examples ul {
list-style: none;
margin: 0;
padding: 0;
margin-top: 4em;
}
#examples ul li {
display: inline;
float: left;
width: 350px;
margin: 10px 0 0 10px;
padding: 0;
border: 1px solid #ddd;
border-radius: 3px;
}
#examples .mainlink {
height: 8em;
overflow: auto;
}
#exwin {
position: absolute;
top: 0;
left: 30%;
width: 70%;
height: 100%;
border: none;
border-left: 1px solid #cccccc;
margin: 0;
}
@media only screen and (max-width: 600px) {
#examples ul {
margin-top: 100px;
}
#filter {
padding-top: 50px;
}
#examples ul li {
margin-left: 0;
border-radius: 0;
border-width: 1px 0;
width: 100%;
}
#examples .mainlink {
height: auto;
}
#examples .ex_tags, #examples .ex_filename {
display: none;
}
}
</style>
<script type="text/javascript" src="Jugl.js"></script>
<script type="text/javascript" src="example-list.js"></script>
<script type="text/javascript">
var template, target;
function listExamples(examples) {
target.innerHTML = "";
var node = template.process({
context: {examples: examples},
clone: true,
parent: target
});
document.getElementById("count").innerHTML = "(" + examples.length + ")";
}
var timerId;
function inputChange() {
if(timerId) {
window.clearTimeout(timerId);
}
var text = this.value;
timerId = window.setTimeout(function() {
filterList(text);
}, 500);
}
function filterList(text) {
var examples;
if(text.length < 2) {
examples = info.examples;
} else {
var words = text.split(/\W+/);
var scores = {};
for(var i=0; i<words.length; ++i) {
var word = words[i].toLowerCase();
var dict = info.index[word];
var updateScores = function() {
for(exIndex in dict) {
var count = dict[exIndex];
if(scores[exIndex]) {
if(scores[exIndex][word]) {
scores[exIndex][word] += count;
} else {
scores[exIndex][word] = count;
}
} else {
scores[exIndex] = {};
scores[exIndex][word] = count;
}
}
};
if(dict) {
updateScores();
} else {
var r;
for (idx in info.index) {
r = new RegExp(word);
if (r.test(idx)) {
dict = info.index[idx];
updateScores();
}
}
}
}
examples = [];
for(var j in scores) {
var ex = info.examples[j];
ex.score = scores[j];
examples.push(ex);
}
// sort examples by first by number of words matched, then
// by word frequency
examples.sort(function(a, b) {
var cmp;
var aWords = 0, bWords = 0;
var aScore = 0, bScore = 0;
for(var i in a.score) {
aScore += a.score[i];
aWords += 1;
}
for(var j in b.score) {
bScore += b.score[j];
bWords += 1;
}
if(aWords == bWords) {
cmp = bScore - aScore;
} else {
cmp = bWords - aWords;
}
return cmp;
});
}
listExamples(examples);
}
function showAll() {
document.getElementById("keywords").value = "";
listExamples(info.examples);
}
function parseQuery() {
var params = {};
var list = window.location.search.substring(1).split("&");
for(var i=0; i<list.length; ++i) {
var pair = list[i].split("=");
if(pair.length == 2) {
params[decodeURIComponent(pair[0])] = decodeURIComponent(pair[1]);
}
}
if(params["q"]) {
var input = document.getElementById("keywords");
input.value = params["q"];
inputChange.call(input);
}
}
window.onload = function() {
//document.getElementById('keywords').focus();
template = new jugl.Template("template");
target = document.getElementById("examples");
listExamples(info.examples);
document.getElementById("keywords").onkeyup = inputChange;
parseQuery();
};
</script>
</head>
<body>
<div id="toc">
<div id="filter">
<div id="logo">
<img src="http://www.openlayers.org/images/OpenLayers.trac.png"
/>
OpenLayers 3
</div>
<input autofocus placeholder="filter by keywords..." type="text" id="keywords" />
<span id="count"></span>
<a href="javascript:void showAll();">show all</a>
</div>
<div id="examples"></div>
</div>
<div style="display: none;">
<ul id="template">
<li class="ex_container" jugl:repeat="example examples">
<a jugl:attributes="href example.link" class="mainlink"
target="_blank">
<h5 class="ex_title">
<span jugl:replace="example.title">title</span><br>
<span class="ex_filename" jugl:content="'(' + example.example + ')'">filename</span>
</h5>
<div class="ex_description" jugl:content="example.shortdesc">
Short Description goes here
</div>
<p class="ex_classes" jugl:content="example.classes">
Related Classes go here
</p>
<div class="ex_tags" jugl:content="'...tagged with ' + example.tags">
</div>
</a>
</li>
</ul>
</div>
</body>
</html>

View File

@@ -12,6 +12,20 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
#text {
position: absolute;
top: 8px;
right: 8px;
z-index: 20000;
background-color: white;
padding: 0 0.5em 0.5em 0.5em;
border-radius: 4px;
}
@media only screen and (max-width: 600px) {
#text {
display: none;
}
}
.overlay { .overlay {
display: none; display: none;
font-size: 10pt; font-size: 10pt;
@@ -34,7 +48,6 @@
padding: 5px; padding: 5px;
} }
/* Popup CSS generated with http://cssarrowplease.com/ */ /* Popup CSS generated with http://cssarrowplease.com/ */
.arrow_box { .arrow_box {
@@ -67,7 +80,7 @@
margin-left: -13px; margin-left: -13px;
} }
</style> </style>
<title>ol3 overlay-and-popup demo</title> <title>Overlay example</title>
</head> </head>
<body> <body>
<div id="map"> <div id="map">
@@ -75,7 +88,17 @@
<a class="overlay" id="vienna" target="_blank" href="http://en.wikipedia.org/wiki/Vienna">Vienna</a> <a class="overlay" id="vienna" target="_blank" href="http://en.wikipedia.org/wiki/Vienna">Vienna</a>
<!-- Popup --> <!-- Popup -->
<div class="overlay arrow_box" id="popup"></div> <div class="overlay arrow_box" id="popup"></div>
<div id="text">
<h1 id="title">Overlay example</h1>
<div id="shortdesc">Demonstrates Overlays.</div>
<div id="docs">
<p>See the
<a href="overlay-and-popup.js" target="_blank">overlay-and-popup.js source</a>
to see how this is done.</p>
</div> </div>
</div>
</div>
<div id="tags">overlay, popup, mapquest, openaerial</div>
<script src="loader.js?id=overlay-and-popup" type="text/javascript"></script> <script src="loader.js?id=overlay-and-popup" type="text/javascript"></script>
</body> </body>
</html> </html>

View File

@@ -3,7 +3,6 @@ goog.require('goog.debug.Logger');
goog.require('goog.debug.Logger.Level'); goog.require('goog.debug.Logger.Level');
goog.require('ol.Collection'); goog.require('ol.Collection');
goog.require('ol.Coordinate'); goog.require('ol.Coordinate');
goog.require('ol.CoordinateFormat');
goog.require('ol.Map'); goog.require('ol.Map');
goog.require('ol.overlay.Overlay'); goog.require('ol.overlay.Overlay');
goog.require('ol.source.MapQuestOpenAerial'); goog.require('ol.source.MapQuestOpenAerial');
@@ -42,7 +41,7 @@ map.addEventListener('click', function(evt) {
var coordinate = evt.getCoordinate(); var coordinate = evt.getCoordinate();
popup.getElement().innerHTML = popup.getElement().innerHTML =
'Welcome to ol3. The location you clicked was<br>' + 'Welcome to ol3. The location you clicked was<br>' +
ol.CoordinateFormat.hdms(ol.Projection.transformWithCodes( ol.Coordinate.toStringHDMS(ol.Projection.transformWithCodes(
coordinate, 'EPSG:3857', 'EPSG:4326')); coordinate, 'EPSG:3857', 'EPSG:4326'));
popup.setCoordinate(coordinate); popup.setCoordinate(coordinate);
}); });

View File

@@ -12,10 +12,11 @@
margin: 1em; margin: 1em;
} }
</style> </style>
<title>ol3 side-by-side demo</title> <title>Side-by-side example</title>
</head> </head>
<body> <body>
<h1>ol3 side-by-side demo</h1> <h1 id="title">Side-by-side example</h1>
<div id="shortdesc">Side-by-side DOM and WebGL sync'ed maps.</div>
<table> <table>
<tr> <tr>
<th>DOM</th> <th>DOM</th>
@@ -65,6 +66,12 @@
</tr> </tr>
</table> </table>
<p><b>Notes:</b> The two maps share the same center, resolution, rotation and layers.</p> <p><b>Notes:</b> The two maps share the same center, resolution, rotation and layers.</p>
<div id="docs">
<p>See the
<a href="side-by-side.js" target="_blank">side-by-side.js source</a> to
see how this is done.</p>
</div>
<div id="tags">side-by-side, webgl, dom, sync, object</div>
<script src="loader.js?id=side-by-side" type="text/javascript"></script> <script src="loader.js?id=side-by-side" type="text/javascript"></script>
</body> </body>
</html> </html>

View File

@@ -1,7 +1,7 @@
goog.require('goog.debug.Console'); goog.require('goog.debug.Console');
goog.require('goog.debug.Logger'); goog.require('goog.debug.Logger');
goog.require('goog.debug.Logger.Level'); goog.require('goog.debug.Logger.Level');
goog.require('ol.CoordinateFormat'); goog.require('ol.Coordinate');
goog.require('ol.Map'); goog.require('ol.Map');
goog.require('ol.RendererHint'); goog.require('ol.RendererHint');
goog.require('ol.control.MousePosition'); goog.require('ol.control.MousePosition');
@@ -29,7 +29,7 @@ var domMap = new ol.Map({
}); });
domMap.getControls().push(new ol.control.MousePosition({ domMap.getControls().push(new ol.control.MousePosition({
coordinateFormat: ol.CoordinateFormat.hdms, coordinateFormat: ol.Coordinate.toStringHDMS,
projection: ol.Projection.getFromCode('EPSG:4326'), projection: ol.Projection.getFromCode('EPSG:4326'),
target: document.getElementById('domMousePosition'), target: document.getElementById('domMousePosition'),
undefinedHtml: '&nbsp;' undefinedHtml: '&nbsp;'
@@ -47,7 +47,7 @@ if (webglMap !== null) {
} }
webglMap.getControls().push(new ol.control.MousePosition({ webglMap.getControls().push(new ol.control.MousePosition({
coordinateFormat: ol.CoordinateFormat.hdms, coordinateFormat: ol.Coordinate.toStringHDMS,
projection: ol.Projection.getFromCode('EPSG:4326'), projection: ol.Projection.getFromCode('EPSG:4326'),
target: document.getElementById('webglMousePosition'), target: document.getElementById('webglMousePosition'),
undefinedHtml: '&nbsp;' undefinedHtml: '&nbsp;'

View File

@@ -54,3 +54,9 @@ h6 {
font-size: 80%; font-size: 80%;
font-weight: bold; font-weight: bold;
} }
#tags {
display: none;
}
#shortdesc {
margin-bottom: 2em;
}

View File

@@ -15,7 +15,8 @@
<title>ol3 two-layers demo</title> <title>ol3 two-layers demo</title>
</head> </head>
<body> <body>
<h1>ol3 two-layers demo</h1> <h1 id="title">Two-layer example</h1>
<div id="shortdesc">Sync'ed DOM and WebGL maps with two layers.</div>
<table> <table>
<tr> <tr>
<th>DOM</th> <th>DOM</th>
@@ -26,6 +27,12 @@
<td><div id="webglMap" class="map"></div></td> <td><div id="webglMap" class="map"></div></td>
</tr> </tr>
</table> </table>
<div id="docs">
<p>See the
<a href="two-layers.js" target="_blank">two-layers.js source</a>
to see how this is done.</p>
</div>
<div id="tags">layers, tilejson, bing, bingmaps</div>
<script src="loader.js?id=two-layers" type="text/javascript"></script> <script src="loader.js?id=two-layers" type="text/javascript"></script>
</body> </body>
</html> </html>