Deprecate various old storage tank tags

This commit is contained in:
Quincy Morgan
2019-05-22 11:12:00 -04:00
parent 6260cdbb8f
commit b7c52acc4c
2 changed files with 15 additions and 0 deletions
+12
View File
@@ -475,6 +475,18 @@
"old": {"man_made": "MDF"},
"replace": {"telecom": "exchange"}
},
{
"old": {"man_made": "fuel_storage_tank"},
"replace": {"man_made": "storage_tank", "content": "fuel"}
},
{
"old": {"man_made": "oil_tank"},
"replace": {"man_made": "storage_tank", "content": "oil"}
},
{
"old": {"man_made": "wastewater_tank"},
"replace": {"man_made": "storage_tank", "content": "wastewater"}
},
{
"old": {"man_made": "water_tank"},
"replace": {"man_made": "storage_tank", "content": "water"}
+3
View File
@@ -1852,6 +1852,9 @@
{"key": "man_made", "value": "jetty", "description": "🄳 ➜ highway=footway + man_made=pier"},
{"key": "man_made", "value": "mdf", "description": "🄳 ➜ telecom=exchange"},
{"key": "man_made", "value": "MDF", "description": "🄳 ➜ telecom=exchange"},
{"key": "man_made", "value": "fuel_storage_tank", "description": "🄳 ➜ man_made=storage_tank + content=fuel"},
{"key": "man_made", "value": "oil_tank", "description": "🄳 ➜ man_made=storage_tank + content=oil"},
{"key": "man_made", "value": "wastewater_tank", "description": "🄳 ➜ man_made=storage_tank + content=wastewater"},
{"key": "man_made", "value": "water_tank", "description": "🄳 ➜ man_made=storage_tank + content=water"},
{"key": "man_made", "value": "well", "description": "🄳 ➜ man_made=water_well"},
{"key": "man_made", "value": "winery", "description": "🄳 ➜ craft=winery"},