Last change
on this file since 9113 was 9113, checked in by dennisw, 14 years ago |
Supports OpenLayers/OpenStreetMap instead of Google Maps.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Date Revision
-
Property svn:mime-type
set to
text/html
|
File size:
482 bytes
|
Rev | Line | |
---|
[9006] | 1 | <html>
|
---|
| 2 | <head>
|
---|
[9113] | 3 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}OpenLayers.js"></script>
|
---|
| 4 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}heatmap.js"></script>
|
---|
| 5 | <script type="text/javascript" language="Javascript" src="{{ STATIC_URL }}OpenStreetMap.js"></script>
|
---|
[9006] | 6 | <style>
|
---|
[9113] | 7 | #heatmap{
|
---|
| 8 | width:100%;
|
---|
| 9 | height:100%;
|
---|
| 10 | }
|
---|
[9006] | 11 | </style>
|
---|
| 12 | </head>
|
---|
[9113] | 13 | <body onload="init()">
|
---|
| 14 | <div id="heatmap"></div>
|
---|
[9006] | 15 | </body>
|
---|
| 16 | </html>
|
---|
| 17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.