diff --git a/admin/php/editormapfile.php b/admin/php/editormapfile.php index 0e6f6e3..8f6aeb1 100644 --- a/admin/php/editormapfile.php +++ b/admin/php/editormapfile.php @@ -314,7 +314,7 @@ function autoClassesLayer() if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) {$geral = $locaplic."/aplicmap/geral1windows.map";} else - {$geral = $locaplic."aplicmap/geral1.map";} + {$geral = $locaplic."/aplicmap/geral1.map";} $mapageral = ms_newMapObj($geral); $nomestemp = $mapageral->getalllayernames(); foreach($nomestemp as $l) -- libgit2 0.21.2