Commit 4c0917e0ccdc254464f1fe9b47a5ba78f93243cb
1 parent
1f0e5200
Exists in
master
and in
7 other branches
Inclusão das camadas de fundo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
... | ... | @@ -52,7 +52,7 @@ i3GEO.janela.TRANSICAOSUAVE = true; |
52 | 52 | //desliga a camada com o mapa mundi |
53 | 53 | i3GEO.configura.mashuppar = "&desligar=mundo"; |
54 | 54 | (function() { |
55 | - if(typeof ol != "undefined" && i3GEO.Interface.googleLike === false){ | |
55 | + if(typeof ol != "undefined" && i3GEO.Interface.openlayers.googleLike === false){ | |
56 | 56 | var eng = new ol.layer.Tile( |
57 | 57 | { |
58 | 58 | title : "ESRI National Geographic", | ... | ... |