Commit 66cb0405976cf20ce1d950729c05eb4f9d4c3f11
1 parent
75dfe624
Exists in
master
and in
7 other branches
v6 - correção na ferramenta grafico interativo na interface OSM
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
admin/admin.db
No preview for this file type
ferramentas/graficointerativo1/index.js
@@ -757,7 +757,7 @@ i3GEOF.graficointerativo1 = { | @@ -757,7 +757,7 @@ i3GEOF.graficointerativo1 = { | ||
757 | + "/ferramentas/graficointerativo1/exec.php?g_sid=" | 757 | + "/ferramentas/graficointerativo1/exec.php?g_sid=" |
758 | + i3GEO.configura.sid + "&funcao=graficoSelecao&tema=" + tema | 758 | + i3GEO.configura.sid + "&funcao=graficoSelecao&tema=" + tema |
759 | + "&itemclasses=" + x + "&itemvalores=" + y + "&exclui=" | 759 | + "&itemclasses=" + x + "&itemvalores=" + y + "&exclui=" |
760 | - + excluir + "&ext=" + i3GEO.parametros.mapexten; | 760 | + + excluir + "&ext=" + i3GEO.util.extOSM2Geo(i3GEO.parametros.mapexten); |
761 | 761 | ||
762 | if ($i("i3GEOgraficointerativo1DadosPuros").checked) { | 762 | if ($i("i3GEOgraficointerativo1DadosPuros").checked) { |
763 | tipo = "nenhum"; | 763 | tipo = "nenhum"; |