Commit 9ff0f62dc8fc70ae971f363dea8585cf60f34351
1 parent
d3058e89
Exists in
master
and in
7 other branches
Corrigida a opção que aplica uma palete de cores e a opção que aplica opacidade …
…variável na legenda de uma camada
Showing
3 changed files
with
3 additions
and
4 deletions
Show diff stats
ferramentas/legenda/template_mst.html
... | ... | @@ -63,8 +63,8 @@ |
63 | 63 | <div id='i3GEOlegendaguia6obj' class="container-fluid" style="max-width: 500px;"> |
64 | 64 | |
65 | 65 | <button onclick="i3GEOF.legenda.adicionaConta()" class='btn btn-primary btn-sm btn-block btn-raised'>{{{incluiNumeroOcorrencia}}}</button> |
66 | - <button onclick="i3GEOF.legenda.i3GEOF.legenda.adicionaOpacidade()" title='{{{aplicaOpacidade}}}' class='btn btn-primary btn-sm btn-block btn-raised'>{{{aplicaOpacidadeVariavel}}}</button> | |
67 | - <button onclick="i3GEOF.legenda.i3GEOF.legenda.janelaCorRamp()" title='{{{variaCoresExtremos}}}' class='btn btn-primary btn-sm btn-block btn-raised'>{{{escolhePaletaCores}}}</button> | |
66 | + <button onclick="i3GEOF.legenda.adicionaOpacidade()" title='{{{aplicaOpacidade}}}' class='btn btn-primary btn-sm btn-block btn-raised'>{{{aplicaOpacidadeVariavel}}}</button> | |
67 | + <button onclick="i3GEOF.legenda.janelaCorRamp()" title='{{{variaCoresExtremos}}}' class='btn btn-primary btn-sm btn-block btn-raised'>{{{escolhePaletaCores}}}</button> | |
68 | 68 | <div class="checkbox text-left"> |
69 | 69 | <label> |
70 | 70 | <input checked type="checkbox" id="i3GEOFlegendamostra" onclick="i3GEO.tema.invertestatuslegenda(i3GEOF.legenda.tema);"> | ... | ... |
js/util.js
... | ... | @@ -2385,7 +2385,7 @@ i3GEO.util = |
2385 | 2385 | } |
2386 | 2386 | ins = '<div id="' + id + '_cabecalho" class="hd" style="left:10px;">'; |
2387 | 2387 | if (i3GEO && i3GEO.arvoreDeCamadas) { |
2388 | - ins += "<div id='i3geo_janelaCorRampComboCabeca' class='comboTemasCabecalhoBs form-group' style='width:200px;top:0px;display:" + displayComboTemas + ";'> ------</div>"; | |
2388 | + ins += "<div id='i3geo_janelaCorRampComboCabeca' class='comboTemasCabecalhoBs form-group' style='width:200px;top:0px;display:none;'> ------</div>"; | |
2389 | 2389 | } |
2390 | 2390 | ins += " " + texto; |
2391 | 2391 | ins += '</div><div id="i3geo_janelaCorRamp_corpo" class="bd" style="padding:5px">'; | ... | ... |
temas/_lbiomashp.map