vedas

Clone or download

Modified Files

Name
M src/main/java/com/GisSatellite/Server/Controller/SatelliteController.java +6 −0 Go to diff View file
M src/main/resources/static/assets/css/style.css +2 −2 Go to diff View file
M src/main/resources/static/customol/js/identify.js +2 −2 Go to diff View file
M src/main/resources/static/customol/js/layerSwitcher.js +2 −2 Go to diff View file
M src/main/resources/static/customol/js/main.js +2 −2 Go to diff View file
A src/main/resources/static/customol/js/mainn.js +79 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/LayersGroup/IdentifyLayerGroup.js +29 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/LayersGroup/commonlayersGroup.js +43 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/LayersGroup/geomGroup.js +27 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/LayersGroup/indianmapLayersGroup.js +86 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/LayersGroup/transportGroup.js +58 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/buffer/buffer.js +185 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/buffer/bufferReport.js +126 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/commonfunctions/Base64.js +125 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/commonfunctions/clear.js +24 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/commonfunctions/commonfunctions.js +15 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/controllers/controllers.js +100 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/controllers/mouse-position.js +36 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/controllers/scaleline.js +13 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/export/exportpdf.js +129 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/findbylocation/findbylocation.js +206 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/geocoder/geocoder.js +40 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/geom/addGeom.js +317 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/geom/addGeomNew.js +319 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/geom/geom.js +389 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/geom/geomForm.js +121 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/geom/measureNEW.js +415 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/geom/measureold.js +335 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/googleapi/googlemaps copy.js +38 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/googleapi/googlemaps.js +43 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/identify/identify.js +261 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/identify/identifyfortwo.js +255 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/layerswitcher/layerSwitcher old.js +95 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/layerswitcher/layerSwitcher.js +82 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/legend/legend.js +58 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/main.js +80 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/navigation/navigation.js +581 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/services/services.js +137 −0 Go to diff View file
A src/main/resources/static/customol/jsnew/swipe/swipe.js +44 −0 Go to diff View file
M src/main/webapp/views/attributenew.jsp +66 −46 Go to diff View file
A src/main/webapp/views/map.jsp +722 −0 Go to diff View file