diff --git a/data/deprecated.json b/data/deprecated.json index b4a180759..6b1ceff2d 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -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"} diff --git a/data/taginfo.json b/data/taginfo.json index 3ca514609..8803f8f87 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"},