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