Mercurial > hg > ChinaGisRestApi
changeset 101:7ed1d9c6122e
changable color for dots in map
author | fknauft |
---|---|
date | Tue, 01 Feb 2011 16:31:17 +0100 |
parents | 4c125fbb2c5b |
children | a0838591e83f |
files | gis_gui/blocks/layer.html.pt |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gis_gui/blocks/layer.html.pt Tue Feb 01 14:48:27 2011 +0100 +++ b/gis_gui/blocks/layer.html.pt Tue Feb 01 16:31:17 2011 +0100 @@ -34,11 +34,12 @@ </tr> </table> <h3> Mapping </h3> + <table> <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>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> 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>