Merge pull request #7514 from guylamar2006/patch-3

Added deprecated tags
This commit is contained in:
Quincy Morgan
2020-05-17 16:04:20 -04:00
committed by GitHub
+13
View File
@@ -1327,6 +1327,15 @@
"old": {"type": "extinct"},
"replace": {"volcano:status": "extinct"}
},
{
"old": {"type": "gas",},
"replace": {"substance": "gas"}
},
{
"old": {"type": "oil",},
"replace": {"substance": "oil"}
},
{
"old": {"type": "scoria"},
"replace": {"volcano:type": "scoria"}
@@ -1343,6 +1352,10 @@
"old": {"type": "video", "amenity": "studio"},
"replace": {"studio": "video"}
},
{
"old": {"type": "water",},
"replace": {"substance": "water"}
},
{
"old": {"unnamed": "*"},
"replace": {"noname": "$1"}