Deprecate man_made=telephone_exchange (re: #6780)

This commit is contained in:
Quincy Morgan
2020-02-26 15:53:49 -08:00
parent 03361614e8
commit a51d15bd5e
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -730,6 +730,10 @@
"old": {"man_made": "oil_well"},
"replace": {"man_made": "petroleum_well", "substance": "oil"}
},
{
"old": {"man_made": "telephone_exchange"},
"replace": {"telecom": "exchange"}
},
{
"old": {"man_made": "village_pump"},
"replace": {"man_made": "water_well"}
+1
View File
@@ -2112,6 +2112,7 @@
{"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": "oil_well", "description": "🄳 ➜ man_made=petroleum_well + substance=oil"},
{"key": "man_made", "value": "telephone_exchange", "description": "🄳 ➜ telecom=exchange"},
{"key": "man_made", "value": "village_pump", "description": "🄳 ➜ man_made=water_well"},
{"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"},