38 lines
1,016 B
HTML
38 lines
1,016 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
|
<link rel="stylesheet" href="theme/default/style.css" type="text/css" />
|
|
<link href='style.css' rel='stylesheet' type='text/css' />
|
|
|
|
<style type="text/css">
|
|
#map {
|
|
float: left;
|
|
width: 100%;
|
|
|
|
box-sizing:border-box;
|
|
|
|
}
|
|
.olPopup p { margin:0px; }
|
|
</style>
|
|
|
|
<title>Freifunk Lübeck - Knotenkarte</title>
|
|
|
|
<script src="http://maps.burningsilicon.net/OpenLayers-2.8/OpenLayers.js"></script>
|
|
<script src="http://maps.burningsilicon.net/OpenLayers-2.8/OpenStreetMap.js"></script>
|
|
<script type="text/javascript" src="d3.v2.js"></script>
|
|
<script type="text/javascript" src="geomap.js"></script>
|
|
</head>
|
|
|
|
<body onload="init()">
|
|
<header>
|
|
<h1>luebeck.freifunk.net</h1>
|
|
<ul>
|
|
<li><a href="nodes.html">Knotengraph</a></li>
|
|
<li><a href="geomap.html">Knotenkarte</a></li>
|
|
</ul>
|
|
</header>
|
|
<div id="map"></div>
|
|
</body>
|
|
</html>
|