enable DOM in two-layers example

This commit is contained in:
Éric Lemoine
2012-08-21 06:55:21 +02:00
parent 0fd6629459
commit 042893a817
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
<th>WebGL</th>
</tr>
<tr>
<td><div id="domMap" class="map">Coming soon...</div></td>
<td><div id="domMap" class="map"></div></td>
<td><div id="webglMap" class="map"></div></td>
</tr>
<tr>

View File

@@ -11,7 +11,7 @@ goog.require('ol.layer.TileJSON');
* FIXME Remove this define when it does
* @define {boolean} Enable DOM map.
*/
ol.TWO_LAYERS_DEMO_ENABLE_DOM = false;
ol.TWO_LAYERS_DEMO_ENABLE_DOM = true;
var layer1 = new ol.layer.BingMaps(