From 2493c7ca0161250ed1209c2140c43002c36cd0eb Mon Sep 17 00:00:00 2001 From: Samarth-Agarwal1 Date: Tue, 26 Mar 2019 15:53:51 -0400 Subject: Update map.js --- web/public/javascripts/map.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'web/public/javascripts') 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') -- cgit v1.2.3