mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Add preset for office=consulting to support new NSI entry (re: #7022)
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user