Commit bd7ea51e5cc426d0ff5e6da5fba83f0a058e9751

Authored by Edmar Moretti
1 parent 4fef6ab9

Correção sintaxe

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
classesphp/classe_shp.php
... ... @@ -427,7 +427,7 @@ $para - linha|poligono
427 427 $lin = $shape->line(0);
428 428 $pt = $lin->point(0);
429 429 if (($prjTema != "") && ($prjMapa != $prjTema))
430   - {$pt->project($projInObj, $projOutObj);
  430 + {$pt->project($projInObj, $projOutObj);}
431 431 $linha->add($pt);
432 432 }
433 433 if ($para == "poligono")
... ...