Commit e4795a18ed548fc6e6bde1dc4d0cb277f91ef7ce
1 parent
42c7bb86
Exists in
master
and in
7 other branches
atualizacao do classesphp
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
ferramentas/parametrossql/ogc.php
... | ... | @@ -223,12 +223,13 @@ else{ |
223 | 223 | $oMap->setFontSet($locaplic."/symbols/".basename($oMap->fontsetfilename)); |
224 | 224 | $nomeMapfileTmp = str_replace(".map","",$nomeMapfileTmp).".map"; |
225 | 225 | $oMap->save($nomeMapfileTmp); |
226 | - | |
226 | + | |
227 | 227 | $oMap = ms_newMapobj($nomeMapfileTmp); |
228 | 228 | } |
229 | 229 | if(ob_get_contents ()){ |
230 | 230 | ob_end_clean(); |
231 | 231 | } |
232 | +restauraCon($nomeMapfileTmp,$postgis_mapa); | |
232 | 233 | // |
233 | 234 | //verifica se a requisicao e do tipo TMS. |
234 | 235 | // | ... | ... |