From b5eeccfcd546db530d83f61b33e703630521e359 Mon Sep 17 00:00:00 2001 From: Reynaldo Morillo Date: Tue, 10 Jan 2017 12:04:34 -0500 Subject: [PATCH] Fixed the point plotter. Just small error actually! Just need to make sure you're using the map variable you defined outside of the init function. Notice, that you created another map variable inside the init function. --- Main.html | 12 ++++++++---- MapScript.js | 3 +-- Parser.js | 9 ++++++--- Slider.js | 13 +++++++------ 4 files changed, 22 insertions(+), 15 deletions(-) diff --git a/Main.html b/Main.html index 7b8d123..8e39e80 100644 --- a/Main.html +++ b/Main.html @@ -13,7 +13,7 @@