From de6f41d19e1a796ee7d0c36e0f6d66d04fc1b990 Mon Sep 17 00:00:00 2001 From: Lukas <35879422+Lukas458@users.noreply.github.com> Date: Wed, 21 Sep 2022 09:34:34 +0200 Subject: [PATCH] added the key "model" to the telephone-preset and moved "booth" to "more Fields", "covered" to "fields" I added the key "model" in "more Fields" to it, see PR #584 Also, I changed the key "covered" to the "fields", because "booth" is rather optional, not everny public telephone has a booth at all. booth=* is usually only used **if** it has a booth. The key "covered" is more wiedespread to indentify whether the telephone is covered at all or isn't. Please note I only changed the position of the fields, both keys can be used normally as before. --- data/presets/amenity/telephone.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/presets/amenity/telephone.json b/data/presets/amenity/telephone.json index 50c1c97cf..51f0cbc69 100644 --- a/data/presets/amenity/telephone.json +++ b/data/presets/amenity/telephone.json @@ -4,10 +4,10 @@ "operator", "phone", "payment_multi", - "booth" + "covered" ], "moreFields": [ - "covered", + "booth", "fee", "indoor", "internet_access", @@ -15,6 +15,7 @@ "internet_access/ssid", "level", "lit", + "model" "ref", "sms", "video_calls",