diff gis_gui/blocks/map.html.pt @ 65:2f477270cc0c

adding layers to maps works now
author casties
date Tue, 09 Nov 2010 20:49:36 +0100
parents 3f6e32265c53
children 49fb47bbe2e6
line wrap: on
line diff
--- a/gis_gui/blocks/map.html.pt	Tue Nov 09 16:29:56 2010 +0100
+++ b/gis_gui/blocks/map.html.pt	Tue Nov 09 20:49:36 2010 +0100
@@ -56,10 +56,9 @@
     <div class="dialog add_layer_select" title="Select Layer" style="display:none">
       <p>Select layer to add to map:<br>
       <form action="javascript:null">
-        <select>
-          <option>some layer</option>
+        <select size="5" name="add_layer_select" class="add_layer_select">
+          <option>[loading...]</option>
         </select>
-        <input type="button" value"Select"/>
       </p>
     </div>