Skip to content

Commit 99a79e4

Browse files
authored
Update deprecated.json (#777)
1 parent d5cd2e8 commit 99a79e4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

data/deprecated.json

+32
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,10 @@
754754
"old": {"historic": "archaeological_site", "site_type": "*"},
755755
"replace": {"historic": "archaeological_site", "archaeological_site": "$1"}
756756
},
757+
{
758+
"old": {"industrial": "gas"},
759+
"replace": {"utility": "gas"}
760+
},
757761
{
758762
"old": {"information": "citymap"},
759763
"replace": {"tourism": "information", "information": "map", "map_type": "street", "map_size": "city"}
@@ -1549,6 +1553,34 @@
15491553
"old": {"stream": "intermittent", "waterway": "stream"},
15501554
"replace": {"intermittent": "yes", "waterway": "stream"}
15511555
},
1556+
{
1557+
"old": {"street_cabinet": "broadband"},
1558+
"replace": {"utility": "telecom"}
1559+
},
1560+
{
1561+
"old": {"street_cabinet": "cable_tv"},
1562+
"replace": {"utility": "television"}
1563+
},
1564+
{
1565+
"old": {"street_cabinet": "communications"},
1566+
"replace": {"utility": "telecom"}
1567+
},
1568+
{
1569+
"old": {"street_cabinet": "gas"},
1570+
"replace": {"utility": "gas"}
1571+
},
1572+
{
1573+
"old": {"street_cabinet": "power"},
1574+
"replace": {"utility": "power"}
1575+
},
1576+
{
1577+
"old": {"street_cabinet": "street_lighting"},
1578+
"replace": {"utility": "street_lighting"}
1579+
},
1580+
{
1581+
"old": {"street_cabinet": "telecom"},
1582+
"replace": {"utility": "telecom"}
1583+
},
15521584
{
15531585
"old": {"sustenance": "bar"},
15541586
"replace": {"amenity": "bar"}

0 commit comments

Comments
 (0)