Ignore:
Timestamp:
Mar 18, 2011, 3:34:20 PM (14 years ago)
Author:
dennisw
Message:

olheatmap - website aangepast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/olheatmap/index.html

    r8971 r8972  
    1 <!-- 
    2 /*  OpenLayersHeatmap
    3  *  Copyright (C) 2010 Felipe Barriga Richards
    4  *
    5  *  This Program is free software; you can redistribute it and/or modify
    6  *  it under the terms of the GNU General Public License as published by
    7  *  the Free Software Foundation; either version 2, or (at your option)
    8  *  any later version.
    9  *
    10  *  This Program is distributed in the hope that it will be useful,
    11  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
    12  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    13  *  GNU General Public License for more details.
    14  *
    15  *  You should have received a copy of the GNU General Public License
    16  *  along with RTMPDump; see the file COPYING.  If not, write to
    17  *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    18  *  Boston, MA  02110-1301, USA.
    19  *  http://www.gnu.org/copyleft/gpl.html
    20  *
    21  */
    22  
    23 /*
    24  * Edited by Dennis Wagenaar
    25  */
    26 -->
     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 src="OpenLayers/OpenLayers.js"></script>
     8<script src="js/OpenStreetMap.js"></script>
     9<script src="js/test_1.php"></script>
     10</head>
     11
     12<body onload="init()">
     13<div id="wrapper">
     14        <div id="header">
     15        <a href="index.html"><img src="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        <input type="button" value="Generate Heatmap!" OnClick="generateHeatmap();" />
     22        </div>
     23        <div id="heatmap"></div>
     24<div id="footer"> <a href="http://www.wirelessleiden.nl/">wirelessleiden.nl</a> </div>
    2725
    2826
    29 <html xmlns="http://www.w3.org/1999/xhtml">
    30         <head>
    31                 <meta http-equiv="Pragma" content="no-cache">
    32                 <title>OLHeatmap (OpenLayers Heatmap) (Using OpenStreetMap)</title>
    33                 <link rel="stylesheet" type="text/css" href="css/style.css" />
    34                 <script src="OpenLayers/OpenLayers.js"></script>
    35                 <script src="js/OpenStreetMap.js"></script>
    36                 <script src="js/test_1.php"></script>
    37         </head>
    38         <body id="body" onload="init()">
    39                 <div id="title">OpenLayers Features Heatmap</div>
    40                 <center>
    41                         <input type="button" value="Generate Heatmap!" OnClick="generateHeatmap();" />
    42                 </center>
    43                 <br/>
    44                 <div style="width: 100%">
    45                         <div id="map"></div>
    46                                 <div id="features">
    47                                         <div id="buttons">
    48                                                 <input type="button" value="Updatemap" OnClick="onReadyStateChangeUpdateMap();" />
    49                                                 &nbsp;&nbsp;
    50                                                
    51                                                 &nbsp;&nbsp;
    52                                                 <input type="button" value="Add new Feature" OnClick="drawMarkers();" />
    53                                         </div>
    54                                 </div>
    55                         <div id="separator" onClick="showHidePanel();"></div>
    56                 </div>
    57                 <div id="statusBar">
    58                         Ready!
    59                 </div>
    60         </body>
     27</body>
    6128</html>
Note: See TracChangeset for help on using the changeset viewer.