mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-03 16:23:51 +01:00
add diet:organic=* as deprecated
This commit is contained in:
parent
99b01c056e
commit
5372ff6e2e
1 changed files with 4 additions and 0 deletions
|
|
@ -506,6 +506,10 @@
|
|||
"old": {"diaper": "yes"},
|
||||
"replace": {"changing_table": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"diet:organic": "*"},
|
||||
"replace": {"organic": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"direction": "all"},
|
||||
"replace": {"direction": "both"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue