mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
add several combinaison with the depreciated tag reservoir_type=tailings
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user