From 6ca055cf28564293cf7ae5d703cfee50a5df8502 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 7 Feb 2025 01:13:19 +0100 Subject: [PATCH] Themes(scouting): rephrase capacity filter --- assets/layers/campsite/campsite.json | 15 ++++++++------- langs/layers/en.json | 14 +++++++------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/assets/layers/campsite/campsite.json b/assets/layers/campsite/campsite.json index 3e1a6a1700..44dbcaae91 100644 --- a/assets/layers/campsite/campsite.json +++ b/assets/layers/campsite/campsite.json @@ -178,13 +178,13 @@ "options": [ { "question": { - "en": "persons", + "en": "All capacities", "de": "Personen" } }, { "question": { - "en": "1-20" + "en": "Capacity between 1 and 20 persons" }, "osmTags": { "and": [ @@ -195,8 +195,9 @@ }, { "question": { - "en": "21-50" + "en": "Capacity between 21 and 50 persons" }, + "osmTags": { "and": [ "capacity:persons>=21", @@ -206,7 +207,7 @@ }, { "question": { - "en": "51-100" + "en": "Capacity between 51 and 100 persons" }, "osmTags": { "and": [ @@ -217,7 +218,7 @@ }, { "question": { - "en": "101-200" + "en": "Capacity between 101 and 200 persons" }, "osmTags": { "and": [ @@ -228,7 +229,7 @@ }, { "question": { - "en": "201-500" + "en": "Capacity between 201 and 500 persons" }, "osmTags": { "and": [ @@ -239,7 +240,7 @@ }, { "question": { - "en": "500+" + "en": "Capacity over 500 persons" }, "osmTags": "capacity:persons>=501" }, diff --git a/langs/layers/en.json b/langs/layers/en.json index 0c78b84b61..0a22571ee5 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -2212,25 +2212,25 @@ "0": { "options": { "0": { - "question": "persons" + "question": "All capacities" }, "1": { - "question": "1-20" + "question": "Capacity between 1 and 20 persons" }, "2": { - "question": "21-50" + "question": "Capacity between 21 and 50 persons" }, "3": { - "question": "51-100" + "question": "Capacity between 51 and 100 persons" }, "4": { - "question": "101-200" + "question": "Capacity between 101 and 200 persons" }, "5": { - "question": "201-500" + "question": "Capacity between 201 and 500 persons" }, "6": { - "question": "500+" + "question": "Capacity over 500 persons" }, "7": { "question": "?"