Test case of new functionality that enables to switch map to another browser window and back
22 lines
333 B
HTML
22 lines
333 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="../build/ol.css" type="text/css">
|
|
<script src="../build/ol.js"></script>
|
|
<style>
|
|
|
|
.map {
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="map" class="map"></div>
|
|
|
|
|
|
</body>
|
|
</html> |