mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
Fixes two problems with Substation
1. substation -> sub_station. 2. Substations are usually buildings (doesn't apply to points unfortunately).
This commit is contained in:
@@ -2745,7 +2745,8 @@
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"power": "substation"
|
||||
"power": "sub_station",
|
||||
"building": "yes"
|
||||
},
|
||||
"name": "Substation"
|
||||
},
|
||||
@@ -4211,4 +4212,4 @@
|
||||
},
|
||||
"name": "Weir"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"power": "substation"
|
||||
"building": "*",
|
||||
"power": "sub_station"
|
||||
},
|
||||
"name": "Substation"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user