add deprecation for reservoir_type=tailings, closes #142 (#144)

add several combinaison with the depreciated tag reservoir_type=tailings
This commit is contained in:
Marc-marc-marc
2022-10-17 11:43:49 +02:00
committed by GitHub
parent 562c26f5d8
commit 0b9f443184
+12
View File
@@ -890,6 +890,14 @@
"old": {"landuse": "reservoir"},
"replace": {"natural": "water", "water": "reservoir"}
},
{
"old": {"landuse": "reservoir", "reservoir_type": "tailings", "natural": "water", "water": "reservoir"},
"replace": {"man_made": "tailings_pond"}
},
{
"old": {"landuse": "reservoir", "reservoir_type": "tailings"},
"replace": {"man_made": "tailings_pond"}
},
{
"old": {"landuse": "school"},
"replace": {"landuse": "education"}
@@ -1078,6 +1086,10 @@
"old": {"natural": "marsh"},
"replace": {"natural": "wetland", "wetland": "marsh"}
},
{
"old": {"natural": "water", "water": "reservoir", "reservoir_type": "tailings"},
"replace": {"man_made": "tailings_pond"}
},
{
"old": {"natural": "waterfall"},
"replace": {"waterway": "waterfall"}