Change place search radius

master
Skylar Ittner 5 years ago
parent b26fccae6f
commit 67a64eb768

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

Loading…
Cancel
Save