Commit aa23382eab5c1be11de6248ca1409a4e35c4e963

Authored by Edmar Moretti
1 parent 47d39169

Correção na opção de zoom para um registro na interface googlemaps

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
ferramentas/tabela/index.js
@@ -211,6 +211,12 @@ function zoomlinhaf2() @@ -211,6 +211,12 @@ function zoomlinhaf2()
211 } 211 }
212 //redesenha o mapa 212 //redesenha o mapa
213 concluidof() 213 concluidof()
  214 + if(window.parent.i3GEO.Interface.ATUAL == "googlemaps"){
  215 + window.parent.i3GEO.Interface.googlemaps.zoom2extent(ext);
  216 + }
  217 + if(window.parent.i3GEO.Interface.ATUAL == "openlayers"){
  218 + window.parent.i3GEO.Interface.openlayers.zoom2ext(ext);
  219 + }
214 } 220 }
215 //exclui uma coluna 221 //exclui uma coluna
216 function excluicolunaf(coluna) 222 function excluicolunaf(coluna)