aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorSamarth-Agarwal1 <agarwalsamarth@hotmail.com>2019-03-26 19:53:51 +0000
committerGitHub <noreply@github.com>2019-03-26 19:53:51 +0000
commit2493c7ca0161250ed1209c2140c43002c36cd0eb (patch)
treed4e74be169cb8d53fac1719f8d09101112abd32b /web
parentdd187a49b78da9e25df4e4c9a0decd6a4d201a56 (diff)
Update map.js
Diffstat (limited to 'web')
-rw-r--r--web/public/javascripts/map.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/public/javascripts/map.js b/web/public/javascripts/map.js
index 115e72d..58e3f8b 100644
--- a/web/public/javascripts/map.js
+++ b/web/public/javascripts/map.js
@@ -32,13 +32,7 @@ function plotPointsOnMap(points) {
function showDetails(e) {
// layer.feature.geometry gives you access to all the fields
let layer = e.layer
- console.log(e)
- //layer._icon.src = '../assets/blue-icon.png'
- console.log(e.layer._icon.src)
- console.log(L.Icon.Default.prototype.options)
- console.log(L.Marker.prototype.options.icon)
currPoint = layer
- console.log(currPoint)
let sideBar = document.getElementById('sidebar')