Deprecate various incorrect operator:type values

This commit is contained in:
Quincy Morgan
2020-01-06 13:10:11 -05:00
parent 27ac33e817
commit b40db6994b
2 changed files with 29 additions and 0 deletions

View File

@@ -809,6 +809,29 @@
{
"old": {"oneway": "unknown"}
},
{
"old": {"operator:type": "goverment"},
"replace": {"operator:type": "government"}
},
{
"old": {"operator:type": "Privado"},
"replace": {"operator:type": "private"}
},
{
"old": {"operator:type": "Private"},
"replace": {"operator:type": "private"}
},
{
"old": {"operator:type": "Public"},
"replace": {"operator:type": "public"}
},
{
"old": {"operator:type": "Publico"},
"replace": {"operator:type": "public"}
},
{
"old": {"operator:type": "unknown"}
},
{
"old": {"place_name": "*"},
"replace": {"name": "$1"}

View File

@@ -2106,6 +2106,12 @@
{"key": "oneway", "value": "alternate", "description": "🄳 oneway=alternating"},
{"key": "oneway", "value": "no;yes", "description": "🄳"},
{"key": "oneway", "value": "unknown", "description": "🄳"},
{"key": "operator:type", "value": "goverment", "description": "🄳 operator:type=government"},
{"key": "operator:type", "value": "Privado", "description": "🄳 operator:type=private"},
{"key": "operator:type", "value": "Private", "description": "🄳 operator:type=private"},
{"key": "operator:type", "value": "Public", "description": "🄳 operator:type=public"},
{"key": "operator:type", "value": "Publico", "description": "🄳 operator:type=public"},
{"key": "operator:type", "value": "unknown", "description": "🄳"},
{"key": "place_name", "description": "🄳 name=*"},
{"key": "pole", "value": "transition", "description": "🄳 location:transition=yes"},
{"key": "postcode", "description": "🄳 addr:postcode=*"},