Make external map example work

This commit is contained in:
Maximilian Krög
2021-10-14 21:56:42 +02:00
parent 7a74ba606a
commit 86801d1151
6 changed files with 76 additions and 80 deletions
+18
View File
@@ -0,0 +1,18 @@
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../css/ol.css" type="text/css">
<style>
body {
margin: 0;
}
.map {
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<div id="map" class="map" tabindex="0"></div>
</body>
</html>