From 6bf172d6284e0f1e808ca02d6a4c5f0723bf2713 Mon Sep 17 00:00:00 2001 From: edmarmoretti Date: Wed, 26 Jul 2017 12:29:50 -0300 Subject: [PATCH] Modificada a rotina de criação de um novo mapfile para indicar como default o valor SIM para o modo tile --- admin1/catalogo/mapfile/funcoes.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/admin1/catalogo/mapfile/funcoes.php b/admin1/catalogo/mapfile/funcoes.php index 32191ea..9002266 100755 --- a/admin1/catalogo/mapfile/funcoes.php +++ b/admin1/catalogo/mapfile/funcoes.php @@ -141,6 +141,7 @@ function adicionar($locaplic, $titulolegenda, $link_tema, $codigo, $acessopublic $dados [] = ' TEMA "' . $titulolegenda . '"'; $dados [] = ' convcaracter "SIM"'; $dados [] = ' CLASSE "SIM"'; + $dados [] = ' TILES "SIM"'; $tipoa_tema = ""; if (! empty ( $metaestat ) && $metaestat == "SIM") { $dados [] = ' METAESTAT "SIM"'; -- libgit2 0.21.2