index.html 636 Bytes
Newer Older
duminil's avatar
duminil committed
1
2
<!doctype html>
<html lang="en">
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
<script type="text/javascript" src="gmaps/proj4.js"></script>
<link rel="stylesheet" href="http://openlayers.org/en/v3.4.0/css/ol.css"
	type="text/css">
<style>
.map {
	height: 100vh;
	width: 100%;
}
</style>
<script src="http://openlayers.org/en/v3.4.0/build/ol.js"
	type="text/javascript"></script>
<title>RegionChooser OpenLayers</title>
</head>
<body>
	<h2>RegionChooser</h2>
	<div id="map" class="map"></div>
	<script src="simstadt_openlayers.js" type="text/javascript"></script>
</body>
duminil's avatar
duminil committed
23
</html>