Commit b4f0d746dd7a52b36dd35973b9f21b5d9647d310
1 parent
4f1f720b
Exists in
master
and in
7 other branches
--no commit message
Showing
5 changed files
with
4 additions
and
3 deletions
Show diff stats
admin/admin.db
No preview for this file type
classesjs/classe_arvoredecamadas.js
classesphp/classe_mapa.php
... | ... | @@ -121,7 +121,7 @@ Retorno: |
121 | 121 | foreach($this->layers as $l) |
122 | 122 | { |
123 | 123 | $metadata = $l->getmetadata("itembuscarapida"); |
124 | - if($l->status == MS_DEFAULT && $metadata != "") | |
124 | + if($metadata != "") | |
125 | 125 | {$lista[] = $metadata.";".$l->name;} |
126 | 126 | } |
127 | 127 | return implode(",",$lista); | ... | ... |
interface/googlemaps.phtml
... | ... | @@ -152,6 +152,7 @@ i3GEO.arvoreDeTemas.ATIVATEMAIMEDIATO = true; |
152 | 152 | //para evitar a entrada de comentários na árvore de camadas, modifique a opção de cada tema individualmente no sistema de administração |
153 | 153 | i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentario = true; |
154 | 154 | i3GEO.mapa.AUTORESIZE = true; |
155 | +i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false; | |
155 | 156 | // |
156 | 157 | //substitui a janela de alerta normal do navegador por uma janela estilizada. Pode ser comentado sem problemas. |
157 | 158 | // | ... | ... |
versao.php