Changeset 9584


Ignore:
Timestamp:
Aug 27, 2011, 2:48:09 PM (13 years ago)
Author:
rick
Message:

Renaming to make it more understandable for the normal users.

Location:
src/django_gheat/wlheatmap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/static/heatmap.js

    r9583 r9584  
    6262  map.addLayer(signallayer);
    6363
    64   layerHeatmap3 = new OpenLayers.Layer.OSM.Overlay3("Wireless Leiden Only", {isBaseLayer: false, visibility: true});
     64  layerHeatmap3 = new OpenLayers.Layer.OSM.Overlay3("Wireless Leiden Coverage", {isBaseLayer: false, visibility: true});
    6565  map.addLayer(layerHeatmap3);
    6666
  • src/django_gheat/wlheatmap/templates/home.html

    r9583 r9584  
    2020    </div>
    2121    <div id="menu">
    22       <a id="menu_info">Info</a>
    23       <a id="menu_filter">Filters</a>
     22      <a id="menu_info">Information</a> ||
     23      <a id="menu_filter">Create Custom Filters</a>
    2424    </div>
    2525    <div id="info">
    2626      <div id="hide_parent"></div>
    27        <h1>Info</h1>
     27       <h1>Information</h1>
    2828       <p>Welcome to Wireless Leiden's Heatmap. Here you can check for the coverage of (open) wifi connections in Leiden.</p>
    2929       <p>On the right, you will find a layer selection panel. Here you can turn layers on or off, depending on what you would like to see displayed on the map.</p>
     
    6969      <div id="layer_switcher_cat">
    7070        <div id="cat_hide"></div>
    71         <input type=checkbox id=togglecat class=default checked />Default layers
     71        <input type=checkbox id=togglecat class=default checked />Coverage
    7272      </div>
    7373      <p><span id="default"></span></p>
     
    9292      <div id="layer_switcher_cat">
    9393        <div id="cat_hide"></div>
    94         <input type=checkbox id=togglecat class=custom checked />Custom filters
     94        <input type=checkbox id=togglecat class=custom checked />Custom Filters
    9595      </div><p><span id="custom"></span></p>
     96    </div>
     97    <div id="cat_container">
     98      <div id="layer_switcher_cat">
     99        <div id="cat_hide"></div>
     100        <input type=checkbox id=togglecat class=custom checked />Features
     101      </div><p><span id="features"></span></p>
    96102    </div>
    97103  </div>
Note: See TracChangeset for help on using the changeset viewer.