This commit is contained in:
Tom Payne
2012-10-18 11:50:40 +02:00
parent 453f8499d6
commit 1f8c98db8c
9 changed files with 106 additions and 36 deletions

View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
html, body, #map {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
</style>
<link rel="stylesheet" href="../css/ol.css" type="text/css">
<title>ol3 local demo</title>
</head>
<body>
<div id="map"></div>
<script src="loader.js?id=local" type="text/javascript"></script>
</body>
</html>