|
Last change
on this file since 9113 was 9113, checked in by dennisw, 15 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
|
| Line | |
|---|
| 1 | <html>
|
|---|
| 2 | <head>
|
|---|
| 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>
|
|---|
| 6 | <style>
|
|---|
| 7 | #heatmap{
|
|---|
| 8 | width:100%;
|
|---|
| 9 | height:100%;
|
|---|
| 10 | }
|
|---|
| 11 | </style>
|
|---|
| 12 | </head>
|
|---|
| 13 | <body onload="init()">
|
|---|
| 14 | <div id="heatmap"></div>
|
|---|
| 15 | </body>
|
|---|
| 16 | </html>
|
|---|
| 17 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.