Skip to content

Commit

Permalink
Update deprecated.json (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm authored Feb 13, 2023
1 parent d5cd2e8 commit 99a79e4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,10 @@
"old": {"historic": "archaeological_site", "site_type": "*"},
"replace": {"historic": "archaeological_site", "archaeological_site": "$1"}
},
{
"old": {"industrial": "gas"},
"replace": {"utility": "gas"}
},
{
"old": {"information": "citymap"},
"replace": {"tourism": "information", "information": "map", "map_type": "street", "map_size": "city"}
Expand Down Expand Up @@ -1549,6 +1553,34 @@
"old": {"stream": "intermittent", "waterway": "stream"},
"replace": {"intermittent": "yes", "waterway": "stream"}
},
{
"old": {"street_cabinet": "broadband"},
"replace": {"utility": "telecom"}
},
{
"old": {"street_cabinet": "cable_tv"},
"replace": {"utility": "television"}
},
{
"old": {"street_cabinet": "communications"},
"replace": {"utility": "telecom"}
},
{
"old": {"street_cabinet": "gas"},
"replace": {"utility": "gas"}
},
{
"old": {"street_cabinet": "power"},
"replace": {"utility": "power"}
},
{
"old": {"street_cabinet": "street_lighting"},
"replace": {"utility": "street_lighting"}
},
{
"old": {"street_cabinet": "telecom"},
"replace": {"utility": "telecom"}
},
{
"old": {"sustenance": "bar"},
"replace": {"amenity": "bar"}
Expand Down

0 comments on commit 99a79e4

Please sign in to comment.