Commit 8ba3719b5180c79593a60960c6d37ff35d3485fe

Authored by Edmar Moretti
1 parent cff2ac65

-

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
classesjs/classe_interface.js
... ... @@ -2835,6 +2835,7 @@ i3GEO.Interface = {
2835 2835 modoAtual = "move";
2836 2836 xy = i3GEO.navega.centroDoMapa();
2837 2837 i3GEO.navega.marcaCentroDoMapa(xy);
  2838 + i3GEO.eventos.cliquePerm.status = false;
2838 2839 });
2839 2840 google.maps.event.addListener(
2840 2841 i3GeoMap,
... ... @@ -2917,11 +2918,12 @@ i3GEO.Interface = {
2917 2918 };
2918 2919 }
2919 2920 );
2920   - /*
  2921 +
2921 2922 google.maps.event.addListener(
2922 2923 i3GeoMap,
2923 2924 "touchend",
2924 2925 function(e) {
  2926 + alert("oi")
2925 2927 e.preventDefault();
2926 2928 //calcCoord(e);
2927 2929 if (i3GEO.eventos.cliquePerm.status === true) {
... ... @@ -2930,7 +2932,7 @@ i3GEO.Interface = {
2930 2932 i3GEO.eventos.cliquePerm.status = true;
2931 2933 }
2932 2934 );
2933   - */
  2935 +
2934 2936 },
2935 2937 retornaIndiceLayer : function(nomeLayer) {
2936 2938 var i = false;
... ...