Commit e73c3ca6e3b514811398bb3da5133ee4cc861379
1 parent
6d36bfd9
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
classesjs/classe_interface.js
... | ... | @@ -1165,6 +1165,7 @@ i3GEO.Interface = { |
1165 | 1165 | isBaseLayer:false, |
1166 | 1166 | displayInLayerSwitcher:false, |
1167 | 1167 | opacity: 1, |
1168 | + visibility:false, | |
1168 | 1169 | singleTile:!(i3GEO.Interface.openlayers.TILES), |
1169 | 1170 | ratio:1, |
1170 | 1171 | buffer:i3GEO.Interface.openlayers.BUFFER, | ... | ... |
ms_criamapa.php
... | ... | @@ -155,6 +155,7 @@ if (isset($_GET["caminho"])) |
155 | 155 | Carrega as extensões utilizadas no programa de inicialização. |
156 | 156 | A carga das extensões geralmente é necessária nas instalações windows (ms4w) ou quando as mesmas não são carregadas pela própria inicialização do PHP. |
157 | 157 | */ |
158 | + | |
158 | 159 | include_once ($caminho."classesphp/carrega_ext.php"); |
159 | 160 | /* |
160 | 161 | Include dos arquivos PHP. |
... | ... | @@ -166,6 +167,7 @@ include_once ($caminho."classesphp/pega_variaveis.php"); |
166 | 167 | include_once ($caminho."classesphp/funcoes_gerais.php"); |
167 | 168 | $versao = versao(); |
168 | 169 | $versao = $versao["principal"]; |
170 | + | |
169 | 171 | // |
170 | 172 | //a variável $base pode ser definida em ms_configura, mas a preferência é pela definição já existente |
171 | 173 | //por isso, $base é guardada em uma variável e retomada após o include de ms_configura.php | ... | ... |