Reduce maximum item count for map

This commit is contained in:
Edward Betts 2021-08-05 08:31:07 +02:00
parent 95a9d16564
commit b825bb68cc
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ export default {
return !this.item_type_filters.length && this.map_area > 1000 * 1000 * 1000;
},
too_many_items() {
return this.item_count > 1400;
return this.item_count > 600;
},
loading() {
return this.osm_loading || this.wikidata_loading;