Last change
on this file since 9188 was 9177, checked in by dennisw, 14 years ago |
Progress on showing nodes around mouse when hovering over map.
Right now, it returns some placeholder json object on click.
Next steps: replace placeholder with real data, print readable lines instead of [object Object], and get mouse boundaries.
|
File size:
1.1 KB
|
Line | |
---|
1 | <html>
|
---|
2 | <head>
|
---|
3 | <link href="{{ STATIC_URL }}style.css" rel="stylesheet" type="text/css" media="screen" />
|
---|
4 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}OpenLayers.js"></script>
|
---|
5 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}heatmap.js"></script>
|
---|
6 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}OpenStreetMap.js"></script>
|
---|
7 | </head>
|
---|
8 | <body onload="init()">
|
---|
9 | <div id="wrapper">
|
---|
10 | <div id="contentcontainer">
|
---|
11 | <div id="header">
|
---|
12 | <a href="index.html"><img src="/static/img/logo.jpg" border="0" style="float: left;"/></a>
|
---|
13 | <font style="font-size:24px; color:white;">Stichting Wireless Leiden</font><br />
|
---|
14 | <font style="font-size:46px; color:white;">Heatmap</font>
|
---|
15 | </div>
|
---|
16 | <div id="content">
|
---|
17 | <h1>Info</h1><br />
|
---|
18 | Info
|
---|
19 | <div id="nodelist"></div>
|
---|
20 | </div>
|
---|
21 | <div id="footer"> <a href="http://www.wirelessleiden.nl/">wirelessleiden.nl</a> </div>
|
---|
22 | </div>
|
---|
23 | <div id="heatmapwrapper">
|
---|
24 | <div id="heatmap"></div>
|
---|
25 | </div>
|
---|
26 | </div>
|
---|
27 | </body>
|
---|
28 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.