From 6118accb13ff2ec0ac4c3988979b37a9ef62b162 Mon Sep 17 00:00:00 2001 From: Juhi Nadella Date: Sat, 22 Apr 2017 13:44:31 -0400 Subject: [PATCH 1/5] there is not geolocation in geolocation.html --- multiplemarkers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiplemarkers.php b/multiplemarkers.php index 9f5bd30..3525396 100644 --- a/multiplemarkers.php +++ b/multiplemarkers.php @@ -40,7 +40,7 @@ function savePosition(position){ // once you get the geolocation: we proceed to getting a list of elements from my mysql database which we will use to find the array of location - var currentlocation = getLoaction(); + var currentlocation = getLocation(); -