Change place search radius

This commit is contained in:
Skylar Ittner 2019-06-08 23:07:12 -06:00
parent b26fccae6f
commit 67a64eb768

View File

@ -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);
});