From 4c0917e0ccdc254464f1fe9b47a5ba78f93243cb Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 8 Jun 2016 16:29:30 -0300 Subject: [PATCH] Inclusão das camadas de fundo --- interface/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 interface/config.php diff --git a/interface/config.php b/interface/config.php old mode 100644 new mode 100755 index b52e68e..4557f99 --- a/interface/config.php +++ b/interface/config.php @@ -52,7 +52,7 @@ i3GEO.janela.TRANSICAOSUAVE = true; //desliga a camada com o mapa mundi i3GEO.configura.mashuppar = "&desligar=mundo"; (function() { - if(typeof ol != "undefined" && i3GEO.Interface.googleLike === false){ + if(typeof ol != "undefined" && i3GEO.Interface.openlayers.googleLike === false){ var eng = new ol.layer.Tile( { title : "ESRI National Geographic", -- libgit2 0.21.2