Commit 709b3e2ad5bdce40d178f9e65ef8bf3553d086de
1 parent
11f04aae
Exists in
master
and in
7 other branches
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,7 +229,6 @@ Retorno: | ||
229 | $novac->updateFromString($s); | 229 | $novac->updateFromString($s); |
230 | } | 230 | } |
231 | if($this->vi >= 60200){ | 231 | if($this->vi >= 60200){ |
232 | - $indiceLabel = $novac->addLabel(new labelObj()); | ||
233 | $label = $novac->getLabel($indiceLabel); | 232 | $label = $novac->getLabel($indiceLabel); |
234 | } | 233 | } |
235 | else{ | 234 | else{ |