mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 06:55:46 +00:00
Add water=intermittent, water=riverbank, water=salt, and water=tidal to deprecated tags list
This commit is contained in:
@@ -214,6 +214,22 @@
|
||||
{
|
||||
"old": {"tourism": "bed_and_breakfast"},
|
||||
"replace": {"tourism": "guest_house"}
|
||||
},
|
||||
{
|
||||
"old": {"water": "intermittent"},
|
||||
"replace": {"natural": "water", "intermittent": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"water": "riverbank"},
|
||||
"replace": {"natural": "water", "water": "river"}
|
||||
},
|
||||
{
|
||||
"old": {"water": "salt"},
|
||||
"replace": {"natural": "water", "salt": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"water": "tidal"},
|
||||
"replace": {"natural": "water", "tidal": "yes"}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user