mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Deprecate contents and content=unknown
This commit is contained in:
@@ -283,6 +283,13 @@
|
||||
"old": {"company": "consulting"},
|
||||
"replace": {"office": "consulting"}
|
||||
},
|
||||
{
|
||||
"old": {"content": "unknown"}
|
||||
},
|
||||
{
|
||||
"old": {"contents": "*"},
|
||||
"replace": {"content": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"craft": "catering"},
|
||||
"replace": {"craft": "caterer"}
|
||||
|
||||
@@ -2046,6 +2046,8 @@
|
||||
{"key": "camp_site", "value": "camp_pitch", "description": "🄳 ➜ tourism=camp_pitch"},
|
||||
{"key": "color", "description": "🄳 ➜ colour=*"},
|
||||
{"key": "company", "value": "consulting", "description": "🄳 ➜ office=consulting"},
|
||||
{"key": "content", "value": "unknown", "description": "🄳"},
|
||||
{"key": "contents", "description": "🄳 ➜ content=*"},
|
||||
{"key": "craft", "value": "catering", "description": "🄳 ➜ craft=caterer"},
|
||||
{"key": "craft", "value": "glass", "description": "🄳 ➜ craft=glaziery"},
|
||||
{"key": "craft", "value": "jeweler", "description": "🄳 ➜ shop=jewelry"},
|
||||
|
||||
Reference in New Issue
Block a user