You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postserve/static/index.html

36 lines
806 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>EPSG:4326 map preview</title>
<link rel="stylesheet" href="https://tile.gbif.org/ui/ol.css" type="text/css">
<script src="https://tile.gbif.org/ui/ol-debug.js"></script>
<script src="https://tile.gbif.org/ui/proj4.js"></script>
<script src="https://tile.gbif.org/ui/olms.js"></script>
<script src="https://tile.gbif.org/ui/common.js"></script>
<style>
html {
font-family: sans-serif;
}
.wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: lavender;
}
.map {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="wrapper">
<div id="map" class="map"></div>
</div>
<script src="postserve.js"></script>
</body>
</html>