changeset 113:72fb40db21f6

changable color for dots in map
author fknauft
date Tue, 01 Feb 2011 18:37:06 +0100
parents aac0c59c41d6
children 37b71d239658
files gis_gui/blocks/layer.html.pt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gis_gui/blocks/layer.html.pt	Tue Feb 01 18:32:19 2011 +0100
+++ b/gis_gui/blocks/layer.html.pt	Tue Feb 01 18:37:06 2011 +0100
@@ -39,7 +39,7 @@
 	    <tr> <th> Position </th> <td> <select class="layer_position_select"><option>None</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>blue</option><option>green</option><option>None</option></select></td> </tr>
+	    <tr> <th> Color </th> <td> <select class="layer_color_select"><option>None</option><option>blue</option><option>green</option><option>black</option><option>violett</option><option>red</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>