Rename full screen example to overlay and popup
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user