diff --git a/admin/admin.db b/admin/admin.db index 41610e5..f415280 100644 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/ferramentas/editorol/editorol.js b/ferramentas/editorol/editorol.js index 1facaed..2747def 100755 --- a/ferramentas/editorol/editorol.js +++ b/ferramentas/editorol/editorol.js @@ -1512,11 +1512,13 @@ i3GEO.editorOL = if(tema){ layer = i3geoOL.getLayersByName(tema.value)[0]; url = layer.getSource().getUrls()[0]; + xy = evt.target.downPx_; retorno = function(r){ - console.info(r); + var xy = evt.feature.getGeometry().getFirstCoordinate(); + i3GEO.eventos.cliquePerm.ativo = true; + i3GEO.Interface.openlayers.balao(r,"", xy[0], xy[1]); + i3GEO.eventos.cliquePerm.ativo = false; }; - //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