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

@@ -15,7 +15,8 @@
<title>ol3 two-layers demo</title>
</head>
<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>
<tr>
<th>DOM</th>
@@ -26,6 +27,12 @@
<td><div id="webglMap" class="map"></div></td>
</tr>
</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>
</body>
</html>