Index: src/django_gheat/wlheatmap/static/heatmap.js
===================================================================
--- src/django_gheat/wlheatmap/static/heatmap.js	(revision 9583)
+++ src/django_gheat/wlheatmap/static/heatmap.js	(revision 9584)
@@ -62,5 +62,5 @@
   map.addLayer(signallayer);
 
-  layerHeatmap3 = new OpenLayers.Layer.OSM.Overlay3("Wireless Leiden Only", {isBaseLayer: false, visibility: true});
+  layerHeatmap3 = new OpenLayers.Layer.OSM.Overlay3("Wireless Leiden Coverage", {isBaseLayer: false, visibility: true});
   map.addLayer(layerHeatmap3);
 
Index: src/django_gheat/wlheatmap/templates/home.html
===================================================================
--- src/django_gheat/wlheatmap/templates/home.html	(revision 9583)
+++ src/django_gheat/wlheatmap/templates/home.html	(revision 9584)
@@ -20,10 +20,10 @@
     </div>
     <div id="menu">
-      <a id="menu_info">Info</a>
-      <a id="menu_filter">Filters</a>
+      <a id="menu_info">Information</a> ||
+      <a id="menu_filter">Create Custom Filters</a>
     </div>
     <div id="info">
       <div id="hide_parent"></div>
-       <h1>Info</h1>
+       <h1>Information</h1>
        <p>Welcome to Wireless Leiden's Heatmap. Here you can check for the coverage of (open) wifi connections in Leiden.</p> 
        <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>
@@ -69,5 +69,5 @@
       <div id="layer_switcher_cat">
         <div id="cat_hide"></div>
-        <input type=checkbox id=togglecat class=default checked />Default layers
+        <input type=checkbox id=togglecat class=default checked />Coverage
       </div>
       <p><span id="default"></span></p>
@@ -92,6 +92,12 @@
       <div id="layer_switcher_cat">
         <div id="cat_hide"></div>
-        <input type=checkbox id=togglecat class=custom checked />Custom filters
+        <input type=checkbox id=togglecat class=custom checked />Custom Filters
       </div><p><span id="custom"></span></p>
+    </div>
+    <div id="cat_container">
+      <div id="layer_switcher_cat">
+        <div id="cat_hide"></div>
+        <input type=checkbox id=togglecat class=custom checked />Features
+      </div><p><span id="features"></span></p>
     </div>
   </div>
