From 9e752d44049dfe14298519d5173bd8f17c9db0ed Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 25 Oct 2017 14:37:47 -0200 Subject: [PATCH] Inclusão de mensagem sobre a API do google maps na ferramenta de navegação GoogleMaps --- ferramentas/googlemaps1/index.js | 3 +++ ferramentas/googlemaps1/index.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ferramentas/googlemaps1/index.js b/ferramentas/googlemaps1/index.js index e00d038..6c0060b 100755 --- a/ferramentas/googlemaps1/index.js +++ b/ferramentas/googlemaps1/index.js @@ -53,6 +53,9 @@ $i = function(id){ return window.parent.document.getElementById(id); }; function inicializa(){ + if(i3GEO.parametros.googleApiKey == ""){ + i3GEO.janela.tempoMsg("Essa instalação do i3Geo não possuí uma chave da API do GoogleMaps. Algumas operações podem ficar bloqueadas."); + } counterClick = 0; var m = document.getElementById("mapa"), nz = 8, diff --git a/ferramentas/googlemaps1/index.php b/ferramentas/googlemaps1/index.php index 191bab1..9060b54 100755 --- a/ferramentas/googlemaps1/index.php +++ b/ferramentas/googlemaps1/index.php @@ -5,7 +5,7 @@ verificaBlFerramentas(basename(dirname(__FILE__)),$i3geoBlFerramentas,false); ?> - + -- libgit2 0.21.2