comparison gis_gui/blocks/layer.html.pt @ 246:83b5d3215c19

show line and polygon-layer
author fknauft
date Thu, 08 Sep 2011 13:40:13 +0200
parents 863422977297
children bba7dd7b6b4c
comparison
equal deleted inserted replaced
245:7c5d825a0083 246:83b5d3215c19
35 </table> 35 </table>
36 <h3> Mapping </h3> 36 <h3> Mapping </h3>
37 37
38 <table> 38 <table>
39 <tr> <th> Position </th> <td> <select class="layer_position_select"><option>None</option></select> </td> </tr> 39 <tr> <th> Position </th> <td> <select class="layer_position_select"><option>None</option></select> </td> </tr>
40 <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> 40 <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>
41 <tr> <th> Geometry </th> <td> <select class="layer_geom_select"><option>point</option><option>poly</option><option>line</option></select></td> </tr> 41 <!-- <tr> <th> Geometry </th> <td> <select class="layer_geom_select"><option selected>point</option><option>poly</option><option>line</option></select></td> </tr> -->
42 <tr> <th> Geometry </th> <td> <select class="layer_geom_select"><option selected>point</option><option>line</option></select></td> </tr>
42 <tr> <th> Label </th> <td> <select class="layer_label_select"><option>None</option></select> </td> </tr> 43 <tr> <th> Label </th> <td> <select class="layer_label_select"><option>None</option></select> </td> </tr>
43 <tr> <th> Size </th> <td> <select class="layer_size_select"><option>None</option></select></td> </tr> 44 <tr> <th> Size </th> <td> <select class="layer_size_select"><option>None</option></select></td> </tr>
44 <tr> <th> Shape </th> <td> <select class="layer_shape_select"><option>None</option></select> </td> </tr> 45 <tr> <th> Shape </th> <td> <select class="layer_shape_select"><option>None</option></select> </td> </tr>
45 <tr> <td colspan="2"> <input class="layer_line_checkbox" type="checkbox"/> connect markers with a line </td></tr> 46 <tr> <td colspan="2"> <input class="layer_line_checkbox" type="checkbox"/> connect markers with a line </td></tr>
46 </table> 47 </table>