From 7abe8c612e4efb86c3cc4f260568a86ed8270465 Mon Sep 17 00:00:00 2001 From: Lukas <35879422+Lukas458@users.noreply.github.com> Date: Wed, 21 Sep 2022 09:30:03 +0200 Subject: [PATCH 1/3] added key "model" to the street cabinet preset I added the key "model" in "more Fields" to it, see PR #584 --- data/presets/man_made/street_cabinet.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/presets/man_made/street_cabinet.json b/data/presets/man_made/street_cabinet.json index 98a735263..c2ba11a1e 100644 --- a/data/presets/man_made/street_cabinet.json +++ b/data/presets/man_made/street_cabinet.json @@ -12,6 +12,9 @@ "height", "colour" ], + "moreFields": [ + "model", + ], "terms": [ "cable tv", "monitoring box", From 7c562c502a40693dc98e7018548cdbd6c1a940bd Mon Sep 17 00:00:00 2001 From: Lukas <35879422+Lukas458@users.noreply.github.com> Date: Wed, 21 Sep 2022 09:30:53 +0200 Subject: [PATCH 2/3] added key "model" to the ticket validator preset I added the key "model" in "more Fields" to it, see PR #584 --- data/presets/amenity/ticket_validator.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/presets/amenity/ticket_validator.json b/data/presets/amenity/ticket_validator.json index 63c048627..7c9210ebe 100644 --- a/data/presets/amenity/ticket_validator.json +++ b/data/presets/amenity/ticket_validator.json @@ -9,6 +9,7 @@ "covered", "indoor", "level", + "model", "support" ], "geometry": [ 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 3/3] 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",