mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Deprecate man_made=telephone_exchange (re: #6780)
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user