mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
specify values for "embassy" tag (#343)
* embassy=embassy to embassy=yes embassy=embassy is an unwanted tagging fueled by iD presets showing top taginfo suggestions there was confused philosophical discussion about deprecations on tagging mailing list - but of all involved noone considered embassy=embassy as a good idea see https://lists.openstreetmap.org/pipermail/tagging/2022-January/063459.html * specify values for "embassy" tag (closes #340) Co-authored-by: Mateusz Konieczny <matkoniecz@gmail.com>
This commit is contained in:
parent
2286be298c
commit
d279c234dd
3 changed files with 35 additions and 1 deletions
|
|
@ -1,5 +1,18 @@
|
|||
{
|
||||
"key": "embassy",
|
||||
"label": "Type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"autoSuggestions": false,
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Embassy",
|
||||
"residence": "Official Residence of an Ambassador",
|
||||
"high_commission": "High Commission",
|
||||
"mission": "Diplomatic Mission",
|
||||
"branch_embassy": "Branch of an Embassy",
|
||||
"nunciature": "Diplomatic Mission of the Holy See",
|
||||
"delegation": "Delegation",
|
||||
"interests_section": "Interests Section"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue