From 0b0d121e9646b682ab5f73a07d1bef0aa6e6cc39 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 19 Oct 2015 21:42:24 +0000 Subject: [PATCH] --- ferramentas/editorol/editorol.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ferramentas/editorol/editorol.js b/ferramentas/editorol/editorol.js index b420454..1facaed 100755 --- a/ferramentas/editorol/editorol.js +++ b/ferramentas/editorol/editorol.js @@ -1515,7 +1515,8 @@ i3GEO.editorOL = retorno = function(r){ console.info(r); }; - xy = evt.feature.getGeometry().getFirstCoordinate(); + //xy = evt.feature.getGeometry().getFirstCoordinate(); + xy = evt.target.downPx_; p = i3GEO.configura.locaplic + "/classesphp/proxy.php?" + url + "&tipoRetornoProxy=string&REQUEST=GetFeatureInfo&TIPOIMAGEM=nenhum&DESLIGACACHE=sim&STYLES=&SERVICE=WMS&VERSION=1.1.1&FEATURE_COUNT=1" -- libgit2 0.21.2