Use OpenLayers 2 examples index

This commit is contained in:
Éric Lemoine
2012-10-19 21:36:47 +02:00
parent bb53278db5
commit 3e3b8d6f8b
12 changed files with 2374 additions and 76 deletions
+6 -1
View File
@@ -12,11 +12,16 @@
width: 100%;
height: 100%;
}
#shortdesc {
display: none;
}
</style>
<title>ol3 full-screen demo</title>
<title>Full-screen example</title>
</head>
<body>
<div id="map"></div>
<div id="shortdesc">Example of a full-screen map.</div>
<div id="tags">fullscreen, mapquest, openaerial, tile, tilelayer</div>
<script src="loader.js?id=full-screen" type="text/javascript"></script>
</body>
</html>