Increase number of items allowed
This commit is contained in:
parent
3867c30429
commit
f0e3a8bd4d
|
@ -677,7 +677,7 @@ export default {
|
|||
return this.map_area > 1000 * 1000 * 1000;
|
||||
},
|
||||
too_many_items() {
|
||||
return this.item_count > 400;
|
||||
return this.item_count > 1400;
|
||||
},
|
||||
loading() {
|
||||
return this.osm_loading || this.wikidata_loading;
|
||||
|
|
Loading…
Reference in a new issue