Files
recorder/docroot/map/index.html
2015-09-14 14:08:59 +02:00

27 lines
744 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>GeoJSON</title>
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, initial-scale=1.0" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<style type="text/css">
body { font-size: 80%; }
td { border-bottom: 1px solid; border-right: 1px dotted;}
#map-canvas { height: 100% }
</style>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&signed_in=true"></script>
<script src="functions.js"></script>
</head>
<body>
<div>
<div id="map-canvas" style='width: 100%; height: 700px;'/></div>
</div>
</body>
</html>