mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-03 18:03:38 +00:00
Deprecate various incorrect operator:type values
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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=*"},
|
||||
|
||||
Reference in New Issue
Block a user