Skip to content

Commit de6f41d

Browse files
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 openstreetmap#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.
1 parent bd578a7 commit de6f41d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data/presets/amenity/telephone.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
"operator",
55
"phone",
66
"payment_multi",
7-
"booth"
7+
"covered"
88
],
99
"moreFields": [
10-
"covered",
10+
"booth",
1111
"fee",
1212
"indoor",
1313
"internet_access",
1414
"internet_access/fee",
1515
"internet_access/ssid",
1616
"level",
1717
"lit",
18+
"model"
1819
"ref",
1920
"sms",
2021
"video_calls",

0 commit comments

Comments
 (0)