Skip to content

Commit 0b9f443

Browse files
add deprecation for reservoir_type=tailings, closes #142 (#144)
add several combinaison with the depreciated tag reservoir_type=tailings
1 parent 562c26f commit 0b9f443

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

data/deprecated.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,14 @@
890890
"old": {"landuse": "reservoir"},
891891
"replace": {"natural": "water", "water": "reservoir"}
892892
},
893+
{
894+
"old": {"landuse": "reservoir", "reservoir_type": "tailings", "natural": "water", "water": "reservoir"},
895+
"replace": {"man_made": "tailings_pond"}
896+
},
897+
{
898+
"old": {"landuse": "reservoir", "reservoir_type": "tailings"},
899+
"replace": {"man_made": "tailings_pond"}
900+
},
893901
{
894902
"old": {"landuse": "school"},
895903
"replace": {"landuse": "education"}
@@ -1078,6 +1086,10 @@
10781086
"old": {"natural": "marsh"},
10791087
"replace": {"natural": "wetland", "wetland": "marsh"}
10801088
},
1089+
{
1090+
"old": {"natural": "water", "water": "reservoir", "reservoir_type": "tailings"},
1091+
"replace": {"man_made": "tailings_pond"}
1092+
},
10811093
{
10821094
"old": {"natural": "waterfall"},
10831095
"replace": {"waterway": "waterfall"}

0 commit comments

Comments
 (0)