diff --git a/frontend/App.vue b/frontend/App.vue index 3166b5e..d262236 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -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;