Compare commits

...

1 Commits

Author SHA1 Message Date
Francesco Mangiacrapa c5ab487ee1 backup master concessioni 2022-11-15 11:35:52 +01:00
1 changed files with 0 additions and 16 deletions

View File

@ -574,22 +574,6 @@ public class GeoportalDataViewer implements EntryPoint {
}
// /**
// * Handler popu closer.
// *
// * @param divId the div id
// * @param overlayId the overlay id
// */
// public static native void handlerPopuCloser(String divId, String overlayId) /*-{
// var closer = $doc.getElementById(divId);
// var overlay = $doc.getElementById(overlayId);
// closer.onclick = function() {
// overlay.setPosition(undefined);
// closer.blur();
// return false;
// };
//
// }-*/;
private void performWFSQueryOnCentroid(RecordDV record) {
if (record != null) {