From 5b0161d39c2c2fa560959b6301aaf5661cd52380 Mon Sep 17 00:00:00 2001 From: Joseph Hill Date: Tue, 10 Jan 2017 14:29:41 -0500 Subject: [PATCH] Update Parser.js --- Parser.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Parser.js b/Parser.js index 9a88f59..3633382 100644 --- a/Parser.js +++ b/Parser.js @@ -12,12 +12,14 @@ function handleFile(evt) { { data = results; console.log(results.data); + updateMapCenter(data); addSlider(data); addMarkers(data); } }); } +// This method is only called when the initial CSV file is uploaded function addMarkers(data) { for (var i = 0; i