mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Deprecate various erroneous direction values
This commit is contained in:
@@ -288,6 +288,30 @@
|
||||
"old": {"diaper": "yes"},
|
||||
"replace": {"changing_table": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"direction": "all"},
|
||||
"replace": {"direction": "both"}
|
||||
},
|
||||
{
|
||||
"old": {"direction": "East"},
|
||||
"replace": {"direction": "E"}
|
||||
},
|
||||
{
|
||||
"old": {"direction": "forward;backward"},
|
||||
"replace": {"direction": "both"}
|
||||
},
|
||||
{
|
||||
"old": {"direction": "North"},
|
||||
"replace": {"direction": "N"}
|
||||
},
|
||||
{
|
||||
"old": {"direction": "South"},
|
||||
"replace": {"direction": "S"}
|
||||
},
|
||||
{
|
||||
"old": {"direction": "West"},
|
||||
"replace": {"direction": "W"}
|
||||
},
|
||||
{
|
||||
"old": {"drinkable": "*"},
|
||||
"replace": {"drinking_water": "$1"}
|
||||
|
||||
@@ -1902,6 +1902,12 @@
|
||||
{"key": "diaper", "value": "no", "description": "🄳 ➜ changing_table=no"},
|
||||
{"key": "diaper", "value": "room", "description": "🄳 ➜ changing_table=yes + changing_table:location=room"},
|
||||
{"key": "diaper", "value": "yes", "description": "🄳 ➜ changing_table=yes"},
|
||||
{"key": "direction", "value": "all", "description": "🄳 ➜ direction=both"},
|
||||
{"key": "direction", "value": "East", "description": "🄳 ➜ direction=E"},
|
||||
{"key": "direction", "value": "forward;backward", "description": "🄳 ➜ direction=both"},
|
||||
{"key": "direction", "value": "North", "description": "🄳 ➜ direction=N"},
|
||||
{"key": "direction", "value": "South", "description": "🄳 ➜ direction=S"},
|
||||
{"key": "direction", "value": "West", "description": "🄳 ➜ direction=W"},
|
||||
{"key": "drinkable", "description": "🄳 ➜ drinking_water=*"},
|
||||
{"key": "dropped_kerb", "description": "🄳 ➜ kerb=lowered"},
|
||||
{"key": "escalator", "description": "🄳 ➜ highway=steps + conveying=*"},
|
||||
|
||||
Reference in New Issue
Block a user