Commit d43724f3b000c26850d23bd27b913a274ecc7e54
1 parent
06798f5f
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
aplicmap/geral1debian.map
| @@ -152,7 +152,7 @@ MAP | @@ -152,7 +152,7 @@ MAP | ||
| 152 | END | 152 | END |
| 153 | WEB | 153 | WEB |
| 154 | #edite o caminho se a aplicacao for movida de lugar | 154 | #edite o caminho se a aplicacao for movida de lugar |
| 155 | - IMAGEPATH "/var/tmp/ms_tmp/" | 155 | + IMAGEPATH "/tmp/ms_tmp/" |
| 156 | IMAGEURL "/ms_tmp/" | 156 | IMAGEURL "/ms_tmp/" |
| 157 | TEMPLATE "/var/www/i3geo/aplicmap/geral.htm" | 157 | TEMPLATE "/var/www/i3geo/aplicmap/geral.htm" |
| 158 | END | 158 | END |
testainstal.php
| @@ -211,7 +211,6 @@ for($i=0;$i<($maptemp->numlayers);$i++) | @@ -211,7 +211,6 @@ for($i=0;$i<($maptemp->numlayers);$i++) | ||
| 211 | {$layern->set("data",$locaplic."/aplicmap/dados/estados.shp");} | 211 | {$layern->set("data",$locaplic."/aplicmap/dados/estados.shp");} |
| 212 | ms_newLayerObj($mapa, $layern); | 212 | ms_newLayerObj($mapa, $layern); |
| 213 | } | 213 | } |
| 214 | - | ||
| 215 | $imgo = $mapa->draw(); | 214 | $imgo = $mapa->draw(); |
| 216 | $nome = ($imgo->imagepath)."teste1.png"; | 215 | $nome = ($imgo->imagepath)."teste1.png"; |
| 217 | echo "<p>Nome da imagem gerada: $nome </p>"; | 216 | echo "<p>Nome da imagem gerada: $nome </p>"; |