mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixed formatting issues
This commit is contained in:
parent
5cb6bc2afa
commit
b566d98ecf
@ -65,8 +65,7 @@ function openTools(id) {
|
|||||||
}
|
}
|
||||||
console.log("removed drawnItems");
|
console.log("removed drawnItems");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
closeAll();
|
closeAll();
|
||||||
noty({text: "Please draw the required area on the map", type: "information"});
|
noty({text: "Please draw the required area on the map", type: "information"});
|
||||||
|
|
||||||
@ -107,7 +106,6 @@ function openTools(id) {
|
|||||||
removeAllControl = new L.Control.RemoveAll();
|
removeAllControl = new L.Control.RemoveAll();
|
||||||
map.addControl(removeAllControl);
|
map.addControl(removeAllControl);
|
||||||
|
|
||||||
|
|
||||||
// Initialise the FeatureGroup to store editable layers
|
// Initialise the FeatureGroup to store editable layers
|
||||||
drawnItems = new L.FeatureGroup();
|
drawnItems = new L.FeatureGroup();
|
||||||
map.addLayer(drawnItems);
|
map.addLayer(drawnItems);
|
||||||
@ -168,7 +166,6 @@ function openTools(id) {
|
|||||||
});
|
});
|
||||||
} else if(id=="Stationery"){
|
} else if(id=="Stationery"){
|
||||||
// Initialise the draw control and pass it the FeatureGroup of editable layers
|
// Initialise the draw control and pass it the FeatureGroup of editable layers
|
||||||
|
|
||||||
drawControl = new L.Control.Draw({
|
drawControl = new L.Control.Draw({
|
||||||
draw: {
|
draw: {
|
||||||
polygon: {
|
polygon: {
|
||||||
@ -252,11 +249,7 @@ function openTools(id) {
|
|||||||
});
|
});
|
||||||
console.log("prediction tool opened");
|
console.log("prediction tool opened");
|
||||||
}
|
}
|
||||||
|
|
||||||
map.addControl(drawControl);
|
map.addControl(drawControl);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function createPopup(layer,id) {
|
function createPopup(layer,id) {
|
||||||
@ -427,7 +420,6 @@ function viewFence(geoFenceElement,id) {
|
|||||||
// transparent the layer .leaflet-popup-content-wrapper
|
// transparent the layer .leaflet-popup-content-wrapper
|
||||||
$(geometryShape._popup._container.childNodes[0]).css("background", "rgba(255,255,255,0.8)");
|
$(geometryShape._popup._container.childNodes[0]).css("background", "rgba(255,255,255,0.8)");
|
||||||
});
|
});
|
||||||
} else if (id=="Traffic") {
|
|
||||||
}
|
}
|
||||||
closeAll();
|
closeAll();
|
||||||
}
|
}
|
||||||
@ -499,7 +491,6 @@ function viewFenceByData(geoJson, queryName, areaName, stationeryTime, id) {
|
|||||||
// transparent the layer .leaflet-popup-content-wrapper
|
// transparent the layer .leaflet-popup-content-wrapper
|
||||||
$(geometryShape._popup._container.childNodes[0]).css("background", "rgba(255,255,255,0.8)");
|
$(geometryShape._popup._container.childNodes[0]).css("background", "rgba(255,255,255,0.8)");
|
||||||
});
|
});
|
||||||
} else if (id=="Traffic") {
|
|
||||||
}
|
}
|
||||||
closeAll();
|
closeAll();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user