Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork17
Open
Description
Currently,GeoSearchGenerator does not support query continuation, because MW APIaction=query&list=geosearch does not support so. This is tracked byphab:T95241 andphab:T78703.
Example response ofhttps://en.wikipedia.org/w/api.php?action=query&maxlag=5&list=geosearch&gsradius=10&gsprimary=primary&gslimit=2&gsbbox=32.15%7C34.75%7C32%7C34.9
{"batchcomplete":"","query": {"geosearch": [ {"pageid":18328987,"ns":0,"title":"Beit Zvi","lat":32.078408333333336,"lon":34.821713888888894,"dist":489.4,"primary":"" }, {"pageid":46324352,"ns":0,"title":"HaAliya HaShniya Garden","lat":32.0697,"lon":34.8148,"dist":1127.4,"primary":"" } ] }}