Rename full screen example to overlay and popup

This commit is contained in:
Tom Payne
2012-09-29 12:02:57 +02:00
parent 145312b273
commit ea95ca4918
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
}
</style>
<link rel="stylesheet" href="../css/ol.css" type="text/css">
<title>ol3 full-screen demo</title>
<title>ol3 overlay-and-popup demo</title>
</head>
<body>
<div id="map">
@@ -75,6 +75,6 @@
<!-- Popup -->
<div class="overlay arrow_box" id="popup"></div>
</div>
<script src="loader.js?id=full-screen" type="text/javascript"></script>
<script src="loader.js?id=overlay-and-popup" type="text/javascript"></script>
</body>
</html>