Commit 6bf172d6284e0f1e808ca02d6a4c5f0723bf2713

Authored by Edmar Moretti
1 parent b2b09edd

Modificada a rotina de criação de um novo mapfile para indicar como default o va…

…lor SIM para o modo tile
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
admin1/catalogo/mapfile/funcoes.php
... ... @@ -141,6 +141,7 @@ function adicionar($locaplic, $titulolegenda, $link_tema, $codigo, $acessopublic
141 141 $dados [] = ' TEMA "' . $titulolegenda . '"';
142 142 $dados [] = ' convcaracter "SIM"';
143 143 $dados [] = ' CLASSE "SIM"';
  144 + $dados [] = ' TILES "SIM"';
144 145 $tipoa_tema = "";
145 146 if (! empty ( $metaestat ) && $metaestat == "SIM") {
146 147 $dados [] = ' METAESTAT "SIM"';
... ...