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:
Martin Raifer 2022-01-10 17:53:21 +01:00 committed by GitHub
parent 2286be298c
commit d279c234dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 1 deletions

View file

@ -578,6 +578,10 @@
"old": {"embankment": "true"},
"replace": {"embankment": "yes"}
},
{
"old": {"embassy": "embassy"},
"replace": {"embassy": "yes"}
},
{
"old": {"entrance": "emergency_exit"},
"replace": {"entrance": "emergency"}

View file

@ -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"
}
}
}