source: src/gheat/index.html@ 8987

Last change on this file since 8987 was 8987, checked in by dennisw, 14 years ago

gheat - openlayers toegevoegd, getest met 10.000, 100.000 en 1.000.000 punten, mogelijk maar langere rendertijd

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision
  • Property svn:mime-type set to text/html
File size: 1.1 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<title>Heatmap</title>
6<link href="css/style.css" rel="stylesheet" type="text/css" media="screen" />
7<script type="text/javascript" language="Javascript" src="script/OpenLayers.js"></script>
8<script type="text/javascript" language="Javascript" src="script/heatmap.js"></script>
9<script type="text/javascript" language="Javascript" src="script/OpenStreetMap.js"></script>
10</head>
11
12<body onload="init()">
13<div id="wrapper">
14 <div id="header">
15 <a href="index.html"><img src="http://localhost:8080/img/logo.jpg" border="0" style="float: left;"/></a>
16 &nbsp; <font style="font-size:24px; color:white;">Stichting Wireless Leiden</font><br />
17 &nbsp; <font style="font-size:46px; color:white;">Heatmap</font>
18 </div>
19 <div id="content">
20 <h1>Info</h1><br />
21 Blablabla bla blablablabla.
22 </div>
23 <div id="heatmap"></div>
24<div id="footer"> <a href="http://www.wirelessleiden.nl/">wirelessleiden.nl</a> </div>
25
26
27</body>
28</html>
Note: See TracBrowser for help on using the repository browser.