From: prashantgosai11 Date: Mon, 11 Jan 2021 17:54:59 +0530 Subject: table buttons --- table buttons --- --- 'a/src/main/resources/static/customol/js/main.js' +++ b/src/main/resources/static/customol/js/main.js @@ -94,15 +94,15 @@ var map = new ol.Map({ // var olGM = new olgm.OLGoogleMaps({map: map}); //var gmap = olGM.getGoogleMapsMap(); //CommonlayersGroup, -measure(map); +//measure(map); controllers(map); -navigation(map); -switchlayers(map); +//navigation(map); +//switchlayers(map); getMousePosition(map); scaleline(map); //exportpdf(map); identify(map); -addGeom(map); +//addGeom(map); //geocoder(map); --- 'a/src/main/resources/static/mis/js/customscripts/filter.js' +++ b/src/main/resources/static/mis/js/customscripts/filter.js @@ -129,6 +129,15 @@ $('#filter').click(function(e){ $(document).ready(function(){ + + $( ".ti-settings" ).click(function() { + $( ".right-sidebar" ).toggle(); +}); + + + + + $.ajax({ url: "findAll", type : 'GET', @@ -147,7 +156,7 @@ $('#filter').click(function(e){ function Myzoom(longlat) { - + if(longlat!=null) { --- 'a/src/main/webapp/views/attributenew.jsp' +++ b/src/main/webapp/views/attributenew.jsp @@ -29,6 +29,8 @@ + + +