Commit aa47c4b5a172c2cf4edebd846f71983b7601c6dc
1 parent
f74d03f6
Exists in
master
and in
7 other branches
v6 - Correção na formatação do código
Showing
3 changed files
with
4 additions
and
5 deletions
Show diff stats
ferramentas/legenda/index.js
@@ -1236,7 +1236,7 @@ i3GEOF.legenda = { | @@ -1236,7 +1236,7 @@ i3GEOF.legenda = { | ||
1236 | {return;} | 1236 | {return;} |
1237 | i3GEOF.legenda.aguarde.visibility = "visible"; | 1237 | i3GEOF.legenda.aguarde.visibility = "visible"; |
1238 | if (retorno.data != undefined){ | 1238 | if (retorno.data != undefined){ |
1239 | - var l,i,sct,combo,botoes,n; | 1239 | + var l,i,sct,combo,n; |
1240 | retorno = retorno.data; | 1240 | retorno = retorno.data; |
1241 | i3GEOF.legenda.estilos = retorno.split("|"); | 1241 | i3GEOF.legenda.estilos = retorno.split("|"); |
1242 | combo = "<select id='i3GEOlegendaestilos' onchange=i3GEOF.legenda.mostraEstilo(this.value)>"; | 1242 | combo = "<select id='i3GEOlegendaestilos' onchange=i3GEOF.legenda.mostraEstilo(this.value)>"; |
ferramentas/opcoes_tamanho/index.js
@@ -182,7 +182,6 @@ i3GEOF.opcoesTamanho = { | @@ -182,7 +182,6 @@ i3GEOF.opcoesTamanho = { | ||
182 | i3GEOF.opcoesTamanho.aguarde.visibility = "visible"; | 182 | i3GEOF.opcoesTamanho.aguarde.visibility = "visible"; |
183 | var l = $i("i3GEOopcoesTamanhol").value, | 183 | var l = $i("i3GEOopcoesTamanhol").value, |
184 | a = $i("i3GEOopcoesTamanhoa").value, | 184 | a = $i("i3GEOopcoesTamanhoa").value, |
185 | - calc = 5, | ||
186 | temp, | 185 | temp, |
187 | p, | 186 | p, |
188 | cp; | 187 | cp; |
mashups/openlayers.js
@@ -597,7 +597,7 @@ i3GEO.editorOL = { | @@ -597,7 +597,7 @@ i3GEO.editorOL = { | ||
597 | method: "GET", | 597 | method: "GET", |
598 | url: url, | 598 | url: url, |
599 | callback: f | 599 | callback: f |
600 | - } | 600 | + }; |
601 | OpenLayers.Request.issue(config); | 601 | OpenLayers.Request.issue(config); |
602 | } | 602 | } |
603 | else{ | 603 | else{ |
@@ -1624,10 +1624,10 @@ i3GEO.editorOL = { | @@ -1624,10 +1624,10 @@ i3GEO.editorOL = { | ||
1624 | ' </tr>' + | 1624 | ' </tr>' + |
1625 | '</table>' + | 1625 | '</table>' + |
1626 | '<br />' + | 1626 | '<br />' + |
1627 | - '<p class=paragrafo ><b>Ajusta nó em edição para o(a):</b></p>' + | 1627 | + '<p class=paragrafo ><b>Ajusta n� em edição para o(a):</b></p>' + |
1628 | '<table class=lista7 >' + | 1628 | '<table class=lista7 >' + |
1629 | ' <tr>' + | 1629 | ' <tr>' + |
1630 | - ' <td></td><td>nó</td><td></td><td>vértice</td><td></td><td>borda</td>' + | 1630 | + ' <td></td><td>n�</td><td></td><td>vértice</td><td></td><td>borda</td>' + |
1631 | ' </tr>' + | 1631 | ' </tr>' + |
1632 | ' <tr>' + | 1632 | ' <tr>' + |
1633 | ' <td><input style=cursor:pointer onclick="i3GEO.editorOL.snap()" type="checkbox" id="target_node" /></td><td><input onchange="i3GEO.editorOL.snap()" id="target_nodeTolerance" type="text" size="3" value=15 /></td>' + | 1633 | ' <td><input style=cursor:pointer onclick="i3GEO.editorOL.snap()" type="checkbox" id="target_node" /></td><td><input onchange="i3GEO.editorOL.snap()" id="target_nodeTolerance" type="text" size="3" value=15 /></td>' + |