From de7f1fd5e22bdcbb3a70da425fa63f734be0caf0 Mon Sep 17 00:00:00 2001 From: Joseph Hill Date: Mon, 16 Jan 2017 14:18:13 -0500 Subject: [PATCH] Update Parser.js --- Parser.js | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/Parser.js b/Parser.js index 977af51..b47852c 100644 --- a/Parser.js +++ b/Parser.js @@ -7,28 +7,14 @@ function handleFile(evt) { dynamicTyping: true, complete: function(results) { data = results; - console.log(results.data); - addSlider(data); updateMapCenter(data); addMarkers(data); + classify(data); + addSlider(data); } }); } -// This method is only called when the initial CSV file is uploaded -function addMarkers(data) { - for (var i = 0; i