Commit fe52337a3b150ca2031cb02f336bfd313bb88781
1 parent
c7552114
Exists in
master
v5 - correção no mapa da ferramenta SAIKU qd o mapa usa o OSM
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
ferramentas/saiku/index.js
@@ -150,7 +150,8 @@ i3GEOF.saiku = { | @@ -150,7 +150,8 @@ i3GEOF.saiku = { | ||
150 | i3GEOF.saiku.inicia(divid); | 150 | i3GEOF.saiku.inicia(divid); |
151 | }, | 151 | }, |
152 | aplicar: function(){ | 152 | aplicar: function(){ |
153 | - window.open(i3GEO.configura.locaplic+"/ferramentas/saiku/esquemaxml.php?g_sid="+i3GEO.configura.sid+"&locaplic="+i3GEO.configura.locaplic+"&mapext="+i3GEO.parametros.mapexten); | 153 | + var mapext = i3GEO.util.extOSM2Geo(i3GEO.parametros.mapexten); |
154 | + window.open(i3GEO.configura.locaplic+"/ferramentas/saiku/esquemaxml.php?g_sid="+i3GEO.configura.sid+"&locaplic="+i3GEO.configura.locaplic+"&mapext="+mapext); | ||
154 | }, | 155 | }, |
155 | atualizaMapa: function(){ | 156 | atualizaMapa: function(){ |
156 | i3GEO.atualiza(""); | 157 | i3GEO.atualiza(""); |