changeset 155:1e26afbb80fa

polygon-Layers
author fknauft
date Mon, 07 Feb 2011 11:48:02 +0100
parents 58524989283b
children 89f49aa24061
files gis_gui/blocks/layer.html.pt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gis_gui/blocks/layer.html.pt	Mon Feb 07 11:43:20 2011 +0100
+++ b/gis_gui/blocks/layer.html.pt	Mon Feb 07 11:48:02 2011 +0100
@@ -37,10 +37,10 @@
 	  
 	  <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>green</option><option>black</option><option>violett</option><option>blue</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> 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> Color </th> <td> <select class="layer_color_select"><option>red</option><option>green</option><option>black</option><option>violett</option><option>blue</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> Shape </th> <td> <select class="layer_shape_select"><option>None</option></select> </td> </tr>
 	    <tr> <td colspan="2"> <input class="layer_line_checkbox" type="checkbox"/> connect markers with a line </td></tr>
 	  </table>