diff --git a/admin/php/editormapfile.php b/admin/php/editormapfile.php index fd88e50..276a728 100644 --- a/admin/php/editormapfile.php +++ b/admin/php/editormapfile.php @@ -601,7 +601,7 @@ function pegaGeral() function alterarGeral() { global $dir_tmp,$testar,$codigoMap,$codigoLayer,$locaplic,$name,$projection,$sizeunits,$status,$toleranceunits,$tolerance,$symbolscale,$opacity,$offsite,$minscale,$maxscale,$labelsizeitem,$labelminscale,$labelmaxscale,$labelitem,$group,$filteritem,$type,$filter; - error_reporting(E_ALL); + error_reporting(0); $v = versao(); $dados = array(); diff --git a/admin/php/parsemapfile.php b/admin/php/parsemapfile.php index 9545791..177ec46 100644 --- a/admin/php/parsemapfile.php +++ b/admin/php/parsemapfile.php @@ -298,7 +298,7 @@ function mapfile() {$s = "default";} $xml .= "$v"; $xml .= "$e"; - $xml .= "$i"; + $xml .= "image/png"; $xml .= ""; $tagLegenda = ""; } -- libgit2 0.21.2