Change place search radius
This commit is contained in:
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…
x
Reference in New Issue
Block a user