Commit 839ba7e22790c931069952637180898d1b126f64
1 parent
800261b8
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
classesjs/classe_eventos.js
| @@ -578,6 +578,8 @@ i3GEO.eventos = | @@ -578,6 +578,8 @@ i3GEO.eventos = | ||
| 578 | docMapa.ontouchmove = function(exy) { | 578 | docMapa.ontouchmove = function(exy) { |
| 579 | i3GEO.eventos.CONTATOUCH++; | 579 | i3GEO.eventos.CONTATOUCH++; |
| 580 | i3GEO.eventos.cliquePerm.status = false; | 580 | i3GEO.eventos.cliquePerm.status = false; |
| 581 | + i3GEO.Interface.STATUS.pan = true; | ||
| 582 | + i3GEO.eventos.posicaoMouseMapa(exy); | ||
| 581 | }; | 583 | }; |
| 582 | docMapa.ontouchend = function(exy) { | 584 | docMapa.ontouchend = function(exy) { |
| 583 | i3GEO.eventos.cliquePerm.status = true; | 585 | i3GEO.eventos.cliquePerm.status = true; |