Commit 93abe6f413c41536a8fd03441ef3607db3f556a3
1 parent
e5facdc3
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
classesphp/mapa_controle.php
| ... | ... | @@ -2291,7 +2291,7 @@ Aplica uma resolução nova ao mapa atual e gera uma imagem para a lente. |
| 2291 | 2291 | $m = new Navegacao($map_file); |
| 2292 | 2292 | if(!isset($ext)) |
| 2293 | 2293 | {$ext = "";} |
| 2294 | - $ext = projetaExt($map_file,$ext); | |
| 2294 | + //$ext = projetaExt($map_file,$ext); | |
| 2295 | 2295 | $m->aplicaResolucao($resolucao,$ext); |
| 2296 | 2296 | $retorno = ($m->mapa->width).",".($m->mapa->height).",".$m->gravaImagemCorpo(); |
| 2297 | 2297 | break; | ... | ... |
ferramentas/3d/3d.php
| ... | ... | @@ -45,8 +45,8 @@ if ($temaz=="") |
| 45 | 45 | if ($maptemp == ""){echo "Arquivo com o relevo não foi encontrado";return;} |
| 46 | 46 | } |
| 47 | 47 | $mapa = ms_newMapObj($map_file); |
| 48 | -if($interface == "googlemaps") | |
| 49 | -{$mapa->setProjection("init=epsg:4291");} | |
| 48 | +//if($interface == "googlemaps") | |
| 49 | +//{$mapa->setProjection("init=epsg:4291");} | |
| 50 | 50 | if(isset($ext) && $ext != "") |
| 51 | 51 | { |
| 52 | 52 | $e = explode(" ",$ext); | ... | ... |
ferramentas/buscafotos/index.js.php
| ... | ... | @@ -152,7 +152,7 @@ i3GEOF.buscaFotos = { |
| 152 | 152 | //cria a janela flutuante |
| 153 | 153 | titulo = "Fotos <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=8&idajuda=74' > </a>"; |
| 154 | 154 | janela = i3GEO.janela.cria( |
| 155 | - "350px", | |
| 155 | + "430px", | |
| 156 | 156 | "250px", |
| 157 | 157 | "", |
| 158 | 158 | "", | ... | ... |