Commit d43724f3b000c26850d23bd27b913a274ecc7e54

Authored by Edmar Moretti
1 parent 06798f5f

--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 152 END
153 153 WEB
154 154 #edite o caminho se a aplicacao for movida de lugar
155   - IMAGEPATH "/var/tmp/ms_tmp/"
  155 + IMAGEPATH "/tmp/ms_tmp/"
156 156 IMAGEURL "/ms_tmp/"
157 157 TEMPLATE "/var/www/i3geo/aplicmap/geral.htm"
158 158 END
... ...
testainstal.php
... ... @@ -211,7 +211,6 @@ for($i=0;$i<($maptemp->numlayers);$i++)
211 211 {$layern->set("data",$locaplic."/aplicmap/dados/estados.shp");}
212 212 ms_newLayerObj($mapa, $layern);
213 213 }
214   -
215 214 $imgo = $mapa->draw();
216 215 $nome = ($imgo->imagepath)."teste1.png";
217 216 echo "<p>Nome da imagem gerada: $nome </p>";
... ...