mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Deprecate power=line + location=underground (close #6206)
This commit is contained in:
@@ -483,6 +483,10 @@
|
||||
"old": {"power": "busbar"},
|
||||
"replace": {"power": "line", "line": "busbar"}
|
||||
},
|
||||
{
|
||||
"old": {"power": "line", "location": "underground"},
|
||||
"replace": {"power": "cable", "location": "underground"}
|
||||
},
|
||||
{
|
||||
"old": {"power": "sub_station"},
|
||||
"replace": {"power": "substation"}
|
||||
|
||||
Reference in New Issue
Block a user