Commit 48c1aee0a5ee3311c8adc70ac30a959ab1aa9f84
1 parent
aa467d53
Exists in
master
and in
7 other branches
Agrupamento de layers na legenda #208
Showing
9 changed files
with
188 additions
and
5 deletions
Show diff stats
... | ... | @@ -0,0 +1 @@ |
1 | +[leg_group_html opt_flag=1 ]</div><br><span style=font-size:12px;text-align:left;line-height:20px ><b>[leg_group_name]</b></span></br>[/leg_group_html][leg_group_html][leg_layer_html opt_flag=1][if name=TEMA oper=neq value=NAO][/if][/leg_layer_html][leg_class_html][if name=CLASSE oper=neq value=NAO]<table><tr><td style=text-align:left colspan=2 width=42><input type=checkbox checked title=liga/desliga class=inputsb style='border: 0px solid red;cursor:pointer' value=[leg_class_index] name=[leg_layer_name] onclick='i3GEO.arvoreDeCamadas.inverteStatusClasse(this)' /> <img src=[leg_icon] /></td><td style=text-align:left; ><span style=font-size:9px >[leg_class_name]</span></td></tr></table>[/if][/leg_class_html][/leg_group_html] | |
0 | 2 | \ No newline at end of file | ... | ... |
classesphp/classe_mapa.php
... | ... | @@ -859,6 +859,7 @@ $random - indica se os nomes dos novos layers serão modificados ou nao |
859 | 859 | if ($nlayer->group != " " && $nlayer->group != "" ) |
860 | 860 | { |
861 | 861 | $lr = $nlayer->group; |
862 | + if($nomeunico[$lr]) | |
862 | 863 | $nlayer->set("group",$nomeunico[$lr]); |
863 | 864 | } |
864 | 865 | ms_newLayerObj($this->mapa, $nlayer); | ... | ... |
css/geral.css
... | ... | @@ -103,7 +103,7 @@ select |
103 | 103 | {margin:0px;color:#426252;background-color:rgb(195,226,226);border: 0px solid #CBCBCB;font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;} |
104 | 104 | |
105 | 105 | .legendaTema |
106 | -{font-size:10px;text-align:left;} | |
106 | +{font-size:12px;text-align:left;} | |
107 | 107 | #corpoMapa,#corpoMapaL,#corpoMapaO,#corpoMapaN,#corpoMapaS |
108 | 108 | {position:absolute;left:0px;top:0px;z-index:0;} |
109 | 109 | #div_d | ... | ... |
exemplos/index.html
... | ... | @@ -46,6 +46,8 @@ body,td |
46 | 46 | <p><a href="guias1.htm" target="_blank" >Retorna à guia padrão após adicionar um tema</a></p> |
47 | 47 | <p>Barra de botões</p> |
48 | 48 | <p><a href="botoes1.htm" target="_blank" >Barra apenas com os ícones</a></p> |
49 | +<p>Legenda</p> | |
50 | +<p><a href="legenda1.htm" target="_blank" >Legenda com grupos</a></p> | |
49 | 51 | |
50 | 52 | </body> |
51 | 53 | <script> | ... | ... |
... | ... | @@ -0,0 +1,176 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="Category" content="I3Geo Mapa interativo MMA geoprocessamento sig mobile"> | |
5 | +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | |
6 | +<title>i3Geo - Mapa interativo</title> | |
7 | +<script type="text/javascript" src="../classesjs/i3geo.js"></script> | |
8 | + <style> | |
9 | + .yui-log .i3geo {background-color:yellow;} /* customize a color */ | |
10 | + .yui-log .redesenho {background-color:yellow;} /* customize a color */ | |
11 | + .yui-log .janela {background-color:yellow;} /* customize a color */ | |
12 | + .yui-log-bd {text-align:left;} | |
13 | + .yui-log-entry yui-log-verbose, p{text-align:left;} | |
14 | + .info {text-align:left;} | |
15 | + </style> | |
16 | +</head> | |
17 | +<body id="i3geo"> | |
18 | + | |
19 | +<table id='mst' summary="" style='display:none;' width=100% cellspacing='0'> | |
20 | +<tr style="border:0px"> | |
21 | + <td colspan=2 id="barraSuperior" style="background-image:url('../imagens/visual/default/cabeca.png');height:10px"></td> | |
22 | +</tr> | |
23 | +<tr> | |
24 | +<td> | |
25 | + <table width=100% cellspacing=0 cellpadding=0 > | |
26 | + <tr> | |
27 | + <td title="libera guias" class=tdclaro id=encolheFerramentas style="vertical-align:top;width:5px;text-align:left;"></td> | |
28 | + <td> | |
29 | + <div class=verdeescuro style="top:0px;cursor:pointer;"> | |
30 | + <div id=guia1 class=guia >Temas</div> | |
31 | + <div id=guia2 class=guia >Adiciona</div> | |
32 | + <div id=guia4 class=guia >Legenda</div> | |
33 | + <div id=guia5 class=guia >Links</div> | |
34 | + </div> | |
35 | + </td> | |
36 | + </tr> | |
37 | + </table> | |
38 | +</td> | |
39 | +<td id="contemMenu" style="text-align:right;height:0px;border-width:0pt 0pt 1px;border-color:rgb(240,240,240)"> | |
40 | + <div id="menus" ></div> | |
41 | +</td> | |
42 | +</tr> | |
43 | +<tr> | |
44 | + <td class=tdbranca id=contemFerramentas style="vertical-align:top;width:268px;text-align:left;"> | |
45 | + <div id='guia1obj' > | |
46 | + <div style='left:5px;top:10px;' id=buscaRapida ></div> | |
47 | + <div id=listaPropriedades style='top:15px;' ></div> | |
48 | + <div id=listaTemas style='top:15px;'></div> | |
49 | + </div> | |
50 | + <div id='guia2obj' style='display:none;'>Aguarde...<img alt="" src="../imagens/branco.gif" width=248 /></div> | |
51 | + <div id='guia4obj' style='display:none;text-align:left'><div id='legenda' style='text-align:left'></div></div> | |
52 | + <div id='guia5obj' style='display:none;text-align:left'><div id='banners' style='overflow:auto;text-align:left'>Aguarde...</div></div> | |
53 | + </td> | |
54 | + <td style="vertical-align:top;border-width:0px;"> | |
55 | + <table width="100%" style="vertical-align:top;border-width:0px"> | |
56 | + <tr><td class=verdeclaro id=contemImg > | |
57 | + <div id=corpoMapa style="background-image:url('../imagens/i3geo1bw.jpg');"></div> | |
58 | + </td></tr> | |
59 | + </table> | |
60 | + </td> | |
61 | + </tr> | |
62 | +<tr> | |
63 | + <td class=tdbranca > | |
64 | + <div id=visual ></div> | |
65 | + <div id=tempoRedesenho style=color:green;background-color:black;width:50px;display:none ></div> | |
66 | + </td> | |
67 | + <td class=tdbranca > | |
68 | + <table width=100% ><tr> | |
69 | + <td class=tdbranca ><div id=lugarquadros ></div></td> | |
70 | + <td class=tdbranca style=text-align:center > | |
71 | + <div id=localizarxy > | |
72 | + Aguarde... | |
73 | + </div> | |
74 | + </td> | |
75 | + <td class=tdbranca ><div id=escala ></div></td> | |
76 | + <td class=tdbranca ><div id=ondeestou ></div></td> | |
77 | + </tr> | |
78 | + <tr><td></td><td class="tdbranca"><div style="text-align:left;font-size:10px;background-color:white;display:none;" id=mostraUTM ></div></td><td></td></tr> | |
79 | + </table> | |
80 | + </td> | |
81 | +</tr> | |
82 | +<tr style="border:0px"><td colspan=3 id="barraInferior" style="background-image:url('../imagens/visual/default/rodape.png');height:10px"></td></tr> | |
83 | +<tr style="border:0px"><td colspan=3 style=background-color:black ><input style="border:0px none; background-color:black;color:white;font-size:12pt;" type="text" size="1" id="i3geo_letreiro" ></td></tr> | |
84 | +<tr style="border:0px"><td colspan=3 style=background-color:black;color:white >geoprocessamento@mma.gov.br</td></tr> | |
85 | + | |
86 | +</table> | |
87 | +</center> | |
88 | +<div id=barraDeBotoes1 style='display:none'> | |
89 | + <table style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><div ID='historicozoom' ></div></td></tr><tr><td style=height:5px ></td></tr></table> | |
90 | + <table title="zoom" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/></td></tr></table> | |
91 | + <table title="desloca" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/></td></tr></table> | |
92 | + <table title="info" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="info" alt="" src="../imagens/branco.gif" id='identifica'/></td></tr></table> | |
93 | + <table title="geral" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="geral" alt="" src="../imagens/branco.gif" ID='zoomtot'/></td></tr></table> | |
94 | + <table title="mede" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="mede" alt="" src="../imagens/branco.gif" id='mede'/></td></tr></table> | |
95 | + <table title="area" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="area" alt="" src="../imagens/branco.gif" id='area'/></td></tr></table> | |
96 | +</div> | |
97 | +<div id=barraDeBotoes2 style='display:none'> | |
98 | + <table style="width:100%"><caption style="text-align:center"> </caption> | |
99 | + <tr><td style='background-color:rgb(250,250,250);'><img title="" alt="" src="../imagens/branco.gif" id='sobeferramentas'/></td></tr> | |
100 | + </table> | |
101 | + <div style='display:inline;background-color:rgb(250,250,250);'> | |
102 | + <p style='font-size:6px;'> </p> | |
103 | + <img title="imprimir" alt="" src="../imagens/branco.gif" id='imprimir'/> | |
104 | + </div> | |
105 | + | |
106 | + <div style='display:inline;background-color:rgb(250,250,250);'> | |
107 | + <p style='font-size:6px;'> </p> | |
108 | + <img title="reinicia" alt="" src="../imagens/branco.gif" id='reinicia'/> | |
109 | + </div> | |
110 | + | |
111 | + <div style='display:inline;background-color:rgb(250,250,250);'> | |
112 | + <p style='font-size:6px;'> </p> | |
113 | + <img title="extensao" alt="" src="../imagens/branco.gif" id='exten'/> | |
114 | + </div> | |
115 | + | |
116 | + <div style='display:inline;background-color:rgb(250,250,250);'> | |
117 | + <p style='font-size:6px;'> </p> | |
118 | + <img title="referencia" alt="" src="../imagens/branco.gif" id='referencia'/> | |
119 | + </div> | |
120 | + <div style='display:inline;background-color:rgb(250,250,250);'> | |
121 | + <p style='font-size:6px;'> </p> | |
122 | + <img title="insere xy" alt="" src="../imagens/branco.gif" id='inserexy'/> | |
123 | + </div> | |
124 | + <div style='display:inline;background-color:rgb(250,250,250);'> | |
125 | + <p style='font-size:6px;'> </p> | |
126 | + <img title="texto" alt="" src="../imagens/branco.gif" id='textofid'/> | |
127 | + </div> | |
128 | + <div style='display:inline;background-color:rgb(250,250,250);'> | |
129 | + <p style='font-size:6px;'> </p> | |
130 | + <img title="selecao" alt="" src="../imagens/branco.gif" id='selecao'/> | |
131 | + </div> | |
132 | + <div style='display:inline;background-color:rgb(250,250,250);'> | |
133 | + <p style='font-size:6px;'> </p> | |
134 | + <img title="google" alt="" src="../imagens/branco.gif" id='google'/> | |
135 | + </div> | |
136 | + <div style='display:inline;background-color:rgb(250,250,250);'> | |
137 | + <p style='font-size:6px;'> </p> | |
138 | + <img title="insere grafico" alt="" src="../imagens/branco.gif" id='inseregrafico'/> | |
139 | + </div> | |
140 | + <div style='display:none;background-color:rgb(250,250,250);'> | |
141 | + <p style='font-size:6px;'> </p> | |
142 | + <img title="lente" alt="" src="../imagens/branco.gif" id='lentei'/> | |
143 | + </div> | |
144 | + <div style='display:none;background-color:rgb(250,250,250);'> | |
145 | + <p style='font-size:6px;'> </p> | |
146 | + <img title="scielo" alt="" src="../imagens/branco.gif" id='scielo'/> | |
147 | + </div> | |
148 | + <div style='display:none;background-color:rgb(250,250,250);'> | |
149 | + <p style='font-size:6px;'> </p> | |
150 | + <img title="confluencias" alt="" src="../imagens/branco.gif" id='confluence'/> | |
151 | + </div> | |
152 | + <div style='display:none;background-color:rgb(250,250,250);'> | |
153 | + <p style='font-size:6px;'> </p> | |
154 | + <img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/> | |
155 | + </div> | |
156 | + <div style='display:none;background-color:rgb(250,250,250);'> | |
157 | + <p style='font-size:6px;'> </p> | |
158 | + <img title="3d" alt="" src="../imagens/branco.gif" id='v3d'/> | |
159 | + </div> | |
160 | + <div style='display:none;background-color:rgb(250,250,250);'> | |
161 | + <p style='font-size:6px;'> </p> | |
162 | + <img title="fotos" alt="" src="../imagens/branco.gif" id='buscafotos'/> | |
163 | + </div> | |
164 | + <table style="width:100%;"><tr><td style='background-color:rgb(250,250,250);'><p style='font-size:6px;'> </p><img title="" alt="" src="../imagens/branco.gif" id='desceferramentas'/></td></tr></table> | |
165 | +</div> | |
166 | +<script type="text/javascript"> | |
167 | +i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; | |
168 | +i3GEO.configura.templateLegenda = "legendagrupos.htm"; | |
169 | +i3GEO.guias.ATUAL = "legenda"; | |
170 | +i3GEO.cria(); | |
171 | +i3GEO.inicia(); | |
172 | +alert("Apenas os LAYERS com o item GROUP definido serao mostrados na legenda") | |
173 | + | |
174 | +</script> | |
175 | +</body> | |
176 | +</html> | |
0 | 177 | \ No newline at end of file | ... | ... |
menutemas/admin.db
No preview for this file type
temas/biomashp.map
temas/testept.map
temas/testeutf8postgis.map
1 | -MAP | |
2 | -SYMBOLSET ../symbols/simbolos.sym | |
3 | -FONTSET "../symbols/fontes.txt" | |
1 | +MAP | |
2 | +SYMBOLSET ../symbols/simbolos.sym | |
3 | +FONTSET "../symbols/fontes.txt" | |
4 | 4 | LAYER |
5 | 5 | CONNECTION "user=postgres password=postgres dbname=pgutf8 host=localhost port=5432 options='-c client_encoding=LATIN1'" |
6 | 6 | CONNECTIONTYPE POSTGIS |
... | ... | @@ -15,6 +15,7 @@ FONTSET "../symbols/fontes.txt" |
15 | 15 | TEMPLATE "none.htm" |
16 | 16 | TYPE POLYGON |
17 | 17 | UNITS METERS |
18 | +GROUP "Grupo 1" | |
18 | 19 | CLASS |
19 | 20 | NAME "Pantanal" |
20 | 21 | EXPRESSION ('[id]'eq'6') | ... | ... |