changeset 246:83b5d3215c19

show line and polygon-layer
author fknauft
date Thu, 08 Sep 2011 13:40:13 +0200
parents 7c5d825a0083
children 47bba001d718
files gis_gui/blocks/layer.html.pt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gis_gui/blocks/layer.html.pt	Thu Sep 08 13:04:48 2011 +0200
+++ b/gis_gui/blocks/layer.html.pt	Thu Sep 08 13:40:13 2011 +0200
@@ -37,8 +37,9 @@
 	  
 	  <table>
 	    <tr> <th> Position </th> <td> <select class="layer_position_select"><option>None</option></select> </td> </tr>
-	    <tr> <th> Color </th> <td> <select class="layer_color_select"><option>red</option><option>red_big</option><option>green</option><option>green_big</option><option>black</option><option>black_big</option><option>violett</option><option>violett_big</option><option>blue</option><option>blue_big</option></select></td> </tr>
-	    <tr> <th> Geometry </th> <td> <select class="layer_geom_select"><option>point</option><option>poly</option><option>line</option></select></td> </tr>
+	    <tr> <th> Color </th> <td> <select class="layer_color_select"><option selected>red</option><option>red_big</option><option>green</option><option>green_big</option><option>black</option><option>black_big</option><option>violett</option><option>violett_big</option><option>blue</option><option>blue_big</option></select></td> </tr>
+<!-- 	    <tr> <th> Geometry </th> <td> <select class="layer_geom_select"><option selected>point</option><option>poly</option><option>line</option></select></td> </tr> -->
+	    <tr> <th> Geometry </th> <td> <select class="layer_geom_select"><option selected>point</option><option>line</option></select></td> </tr>
         <tr> <th> Label </th> <td> <select class="layer_label_select"><option>None</option></select> </td> </tr>
 	    <tr> <th> Size </th> <td> <select class="layer_size_select"><option>None</option></select></td> </tr>
 	    <tr> <th> Shape </th> <td> <select class="layer_shape_select"><option>None</option></select> </td> </tr>