Commit 0b0d121e9646b682ab5f73a07d1bef0aa6e6cc39
1 parent
943aa042
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
ferramentas/editorol/editorol.js
... | ... | @@ -1515,7 +1515,8 @@ i3GEO.editorOL = |
1515 | 1515 | retorno = function(r){ |
1516 | 1516 | console.info(r); |
1517 | 1517 | }; |
1518 | - xy = evt.feature.getGeometry().getFirstCoordinate(); | |
1518 | + //xy = evt.feature.getGeometry().getFirstCoordinate(); | |
1519 | + xy = evt.target.downPx_; | |
1519 | 1520 | p = i3GEO.configura.locaplic + "/classesphp/proxy.php?" |
1520 | 1521 | + url |
1521 | 1522 | + "&tipoRetornoProxy=string&REQUEST=GetFeatureInfo&TIPOIMAGEM=nenhum&DESLIGACACHE=sim&STYLES=&SERVICE=WMS&VERSION=1.1.1&FEATURE_COUNT=1" | ... | ... |