Bump taginfo result count to 25

This commit is contained in:
John Firebaugh
2013-11-19 12:24:23 -08:00
parent bf0da89925
commit 5f7872ba27
+1 -1
View File
@@ -104,7 +104,7 @@ iD.taginfo = function() {
parameters = clean(shorten(setSort(setFilter(parameters))));
request(endpoint + 'key/values?' +
iD.util.qsString(_.extend({
rp: 20,
rp: 25,
sortname: 'count_all',
sortorder: 'desc',
page: 1