mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-30 22:33:53 +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
|
|
@ -578,6 +578,10 @@
|
|||
"old": {"embankment": "true"},
|
||||
"replace": {"embankment": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"embassy": "embassy"},
|
||||
"replace": {"embassy": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"entrance": "emergency_exit"},
|
||||
"replace": {"entrance": "emergency"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue