Changed to max possible radius (10000m)

This commit is contained in:
misaochan 2016-01-08 01:21:33 +13:00
parent 49d890a0d7
commit ba9ed66e0f

View file

@ -83,7 +83,7 @@ public class MwVolleyApi {
.appendQueryParameter("codistancefrompoint", coords)
.appendQueryParameter("generator", "geosearch")
.appendQueryParameter("ggscoord", coords)
.appendQueryParameter("ggsradius", "1000")
.appendQueryParameter("ggsradius", "10000")
.appendQueryParameter("ggslimit", "10")
.appendQueryParameter("ggsnamespace", "6")
.appendQueryParameter("ggsprop", "type|name|dim|country|region|globe")