forked from edward/owl-map
Reduce maximum item count for map
This commit is contained in:
parent
95a9d16564
commit
b825bb68cc
|
@ -722,7 +722,7 @@ export default {
|
||||||
return !this.item_type_filters.length && this.map_area > 1000 * 1000 * 1000;
|
return !this.item_type_filters.length && this.map_area > 1000 * 1000 * 1000;
|
||||||
},
|
},
|
||||||
too_many_items() {
|
too_many_items() {
|
||||||
return this.item_count > 1400;
|
return this.item_count > 600;
|
||||||
},
|
},
|
||||||
loading() {
|
loading() {
|
||||||
return this.osm_loading || this.wikidata_loading;
|
return this.osm_loading || this.wikidata_loading;
|
||||||
|
|
Loading…
Reference in a new issue