Test case of new functionality

Test case of new functionality that enables to switch map to another browser window and back
This commit is contained in:
andrewcoder002
2021-10-14 10:05:46 +02:00
committed by Maximilian Krög
parent bc064aba36
commit 7a74ba606a
3 changed files with 80 additions and 0 deletions

22
examples/extmap-map.html Normal file
View File

@@ -0,0 +1,22 @@
<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>