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