mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Deprecate various old storage tank tags
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user