Commit 709b3e2ad5bdce40d178f9e65ef8bf3553d086de

Authored by Edmar Moretti
1 parent 11f04aae

Corrige a inclusão de labels na versão 6.2 do Mapserver

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
classesphp/classe_toponimia.php
... ... @@ -229,7 +229,6 @@ Retorno:
229 229 $novac->updateFromString($s);
230 230 }
231 231 if($this->vi >= 60200){
232   - $indiceLabel = $novac->addLabel(new labelObj());
233 232 $label = $novac->getLabel($indiceLabel);
234 233 }
235 234 else{
... ...