From 67a64eb7686f8ed64646a0b75c14443f8d5666e4 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 8 Jun 2019 23:07:12 -0600 Subject: [PATCH] Change place search radius --- www/js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/map.js b/www/js/map.js index 6f2fd46..909709d 100644 --- a/www/js/map.js +++ b/www/js/map.js @@ -58,7 +58,7 @@ function updatePlaceLayer(latitude, longitude) { password: localStorage.getItem("password"), latitude: latitude, longitude: longitude, - radius: 5 + radius: 0.5 }, function (data) { map.updatePlaceLayer(data); });