Skip to content

Commit

Permalink
added the key "model" to the telephone-preset and moved "booth" to "m…
Browse files Browse the repository at this point in the history
…ore 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.
  • Loading branch information
Elefant-aus-Wuppertal authored Sep 21, 2022
1 parent bd578a7 commit de6f41d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/presets/amenity/telephone.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
"operator",
"phone",
"payment_multi",
"booth"
"covered"
],
"moreFields": [
"covered",
"booth",
"fee",
"indoor",
"internet_access",
"internet_access/fee",
"internet_access/ssid",
"level",
"lit",
"model"
"ref",
"sms",
"video_calls",
Expand Down

0 comments on commit de6f41d

Please sign in to comment.