Add preset for office=consulting to support new NSI entry (re: #7022)

This commit is contained in:
Quincy Morgan
2019-11-08 17:58:41 +01:00
parent e172a864f9
commit e73ca637db
8 changed files with 64 additions and 0 deletions
+16
View File
@@ -232,6 +232,10 @@
"old": {"color": "*"},
"replace": {"colour": "$1"}
},
{
"old": {"company": "consulting"},
"replace": {"office": "consulting"}
},
{
"old": {"craft": "glass"},
"replace": {"craft": "glaziery"}
@@ -703,6 +707,14 @@
"old": {"office": "administrative"},
"replace": {"office": "government"}
},
{
"old": {"office": "consultancy"},
"replace": {"office": "consulting"}
},
{
"old": {"office": "consultant"},
"replace": {"office": "consulting"}
},
{
"old": {"office": "real_estate"},
"replace": {"office": "estate_agent"}
@@ -845,6 +857,10 @@
"old": {"shop": "cafe"},
"replace": {"amenity": "cafe"}
},
{
"old": {"shop": "consulting"},
"replace": {"office": "consulting"}
},
{
"old": {"shop": "dive"},
"replace": {"shop": "scuba_diving"}