Commit 99c8f8b54b377b5368a5f5893588fd045e99a169
1 parent
c67bafb5
Exists in
master
v5 - correção na ferramenta grafico interativo na interface OSM
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
ferramentas/graficointerativo1/index.js
... | ... | @@ -275,23 +275,23 @@ i3GEOF.graficointerativo1 = { |
275 | 275 | var locaplic = i3GEO.configura.locaplic, ins = '' |
276 | 276 | + '<div id=i3GEOgraficointerativo1guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;">' |
277 | 277 | + ' <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">' |
278 | - + ' <li><a href="#ancora"><em><div id="i3GEOgraficointerativo1guia3" style="text-align:center;left:0px;" ><img class="ticPropriedades2" style="height:14px" title="' | |
278 | + + ' <li><a ><em><div id="i3GEOgraficointerativo1guia3" style="text-align:center;left:0px;" ><img class="ticPropriedades2" style="height:14px" title="' | |
279 | 279 | + $trad("p13") |
280 | 280 | + '" src="' |
281 | 281 | + i3GEO.configura.locaplic |
282 | 282 | + '/imagens/visual/default/branco.gif"></div></em></a></li>' |
283 | - + ' <li><a href="#ancora"><em><div id="i3GEOgraficointerativo1guia1" style="text-align:center;left:0px;" >' | |
283 | + + ' <li><a ><em><div id="i3GEOgraficointerativo1guia1" style="text-align:center;left:0px;" >' | |
284 | 284 | + $trad(1, i3GEOF.graficointerativo1.dicionario) |
285 | 285 | + '</div></em></a></li>' |
286 | - + ' <li><a href="#ancora"><em><div id="i3GEOgraficointerativo1guia2" style="text-align:center;left:0px;" >' | |
286 | + + ' <li><a ><em><div id="i3GEOgraficointerativo1guia2" style="text-align:center;left:0px;" >' | |
287 | 287 | + $trad(2, i3GEOF.graficointerativo1.dicionario) |
288 | 288 | + '</div></em></a></li>' |
289 | - + ' <li><a href="#ancora"><em><div id="i3GEOgraficointerativo1guia4" style="text-align:center;left:0px;" >' | |
289 | + + ' <li><a ><em><div id="i3GEOgraficointerativo1guia4" style="text-align:center;left:0px;" >' | |
290 | 290 | + $trad(3, i3GEOF.graficointerativo1.dicionario) |
291 | 291 | + '</div></em></a></li>' |
292 | - + ' <li><a href="#ancora"><em><div id="i3GEOgraficointerativo1guia5" style="text-align:center;left:0px;" >CSV' | |
292 | + + ' <li><a ><em><div id="i3GEOgraficointerativo1guia5" style="text-align:center;left:0px;" >CSV' | |
293 | 293 | + '</div></em></a></li>' |
294 | - + ' <li><a href="#ancora"><em><div id="i3GEOgraficointerativo1guia6" style="text-align:center;left:0px;" >PNG' | |
294 | + + ' <li><a ><em><div id="i3GEOgraficointerativo1guia6" style="text-align:center;left:0px;" >PNG' | |
295 | 295 | + '</div></em></a></li>' |
296 | 296 | + ' </ul>' |
297 | 297 | + '</div><br>' |
... | ... | @@ -757,7 +757,7 @@ i3GEOF.graficointerativo1 = { |
757 | 757 | + "/ferramentas/graficointerativo1/exec.php?g_sid=" |
758 | 758 | + i3GEO.configura.sid + "&funcao=graficoSelecao&tema=" + tema |
759 | 759 | + "&itemclasses=" + x + "&itemvalores=" + y + "&exclui=" |
760 | - + excluir + "&ext=" + i3GEO.parametros.mapexten; | |
760 | + + excluir + "&ext=" + i3GEO.util.extOSM2Geo(i3GEO.parametros.mapexten); | |
761 | 761 | |
762 | 762 | if ($i("i3GEOgraficointerativo1DadosPuros").checked) { |
763 | 763 | tipo = "nenhum"; | ... | ... |