Commit 6eed942dfaaac2f94a1bf7cbab5142c10d8a395a
1 parent
f4ceaef3
Exists in
master
and in
7 other branches
Correção na geração automática de classe em ambiente linux
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
admin/php/editormapfile.php
... | ... | @@ -314,7 +314,7 @@ function autoClassesLayer() |
314 | 314 | if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) |
315 | 315 | {$geral = $locaplic."/aplicmap/geral1windows.map";} |
316 | 316 | else |
317 | - {$geral = $locaplic."aplicmap/geral1.map";} | |
317 | + {$geral = $locaplic."/aplicmap/geral1.map";} | |
318 | 318 | $mapageral = ms_newMapObj($geral); |
319 | 319 | $nomestemp = $mapageral->getalllayernames(); |
320 | 320 | foreach($nomestemp as $l) | ... | ... |