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,8 +63,8 @@ | ||
63 | <div id='i3GEOlegendaguia6obj' class="container-fluid" style="max-width: 500px;"> | 63 | <div id='i3GEOlegendaguia6obj' class="container-fluid" style="max-width: 500px;"> |
64 | 64 | ||
65 | <button onclick="i3GEOF.legenda.adicionaConta()" class='btn btn-primary btn-sm btn-block btn-raised'>{{{incluiNumeroOcorrencia}}}</button> | 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 | <div class="checkbox text-left"> | 68 | <div class="checkbox text-left"> |
69 | <label> | 69 | <label> |
70 | <input checked type="checkbox" id="i3GEOFlegendamostra" onclick="i3GEO.tema.invertestatuslegenda(i3GEOF.legenda.tema);"> | 70 | <input checked type="checkbox" id="i3GEOFlegendamostra" onclick="i3GEO.tema.invertestatuslegenda(i3GEOF.legenda.tema);"> |
js/util.js
@@ -2385,7 +2385,7 @@ i3GEO.util = | @@ -2385,7 +2385,7 @@ i3GEO.util = | ||
2385 | } | 2385 | } |
2386 | ins = '<div id="' + id + '_cabecalho" class="hd" style="left:10px;">'; | 2386 | ins = '<div id="' + id + '_cabecalho" class="hd" style="left:10px;">'; |
2387 | if (i3GEO && i3GEO.arvoreDeCamadas) { | 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 | ins += " " + texto; | 2390 | ins += " " + texto; |
2391 | ins += '</div><div id="i3geo_janelaCorRamp_corpo" class="bd" style="padding:5px">'; | 2391 | ins += '</div><div id="i3geo_janelaCorRamp_corpo" class="bd" style="padding:5px">'; |
temas/_lbiomashp.map
@@ -38,7 +38,6 @@ MAP | @@ -38,7 +38,6 @@ MAP | ||
38 | "colunaidunico" "" | 38 | "colunaidunico" "" |
39 | "identifica" "sim" | 39 | "identifica" "sim" |
40 | "tabelaeditavel" "" | 40 | "tabelaeditavel" "" |
41 | - "legendaimg" "https://mancilha.files.wordpress.com/2008/09/teste2.png" | ||
42 | END # METADATA | 41 | END # METADATA |
43 | NAME "_lbiomashp" | 42 | NAME "_lbiomashp" |
44 | PROCESSING "ITEMS=CD_LEGENDA" | 43 | PROCESSING "ITEMS=CD_LEGENDA" |