Commit bd08363311c50f1a24609ac0392c68f63169ef72
1 parent
3d97b4e5
Exists in
master
and in
7 other branches
Correção no processo de recuperação de um mapa durante a inicialização
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
classesjs/classe_i3geo.js
... | ... | @@ -276,7 +276,6 @@ i3GEO = { |
276 | 276 | } |
277 | 277 | catch(e){var e = "";} |
278 | 278 | i3GEO.ajuda.mostraJanela("Tempo de desenho em segundos: "+tempo,""); |
279 | - | |
280 | 279 | i3GEO.parametros.mapexten= mapexten; |
281 | 280 | i3GEO.parametros.mapscale= parseInt(mapscale); |
282 | 281 | i3GEO.parametros.mapres= mapres; |
... | ... | @@ -301,8 +300,10 @@ i3GEO = { |
301 | 300 | |
302 | 301 | i3GEO.gadgets.quadros.inicia(10); |
303 | 302 | i3GEO.gadgets.quadros.grava("extensao",mapexten); |
303 | + | |
304 | 304 | i3GEO.arvoreDeCamadas.cria("",retorno.data.temas,i3GEO.configura.sid,i3GEO.configura.locaplic); |
305 | 305 | i3GEO.util.arvore("<b>"+$trad("p13")+"</b>","listaPropriedades",i3GEO.configura.listaDePropriedadesDoMapa); |
306 | + | |
306 | 307 | i3GEO.gadgets.mostraBuscaRapida(); |
307 | 308 | i3GEO.guias.cria(); |
308 | 309 | if($i("arvoreAdicionaTema")) | ... | ... |