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
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>"; | ... | ... |