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:
committed by
Maximilian Krög
parent
bc064aba36
commit
7a74ba606a
22
examples/extmap-map.html
Normal file
22
examples/extmap-map.html
Normal 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>
|
||||
Reference in New Issue
Block a user