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:
John Yani
2013-04-20 04:34:26 +03:00
parent 8eaeda7fbe
commit 4d3060f5c2
2 changed files with 6 additions and 4 deletions

View File

@@ -2745,7 +2745,8 @@
"area"
],
"tags": {
"power": "substation"
"power": "sub_station",
"building": "yes"
},
"name": "Substation"
},
@@ -4211,4 +4212,4 @@
},
"name": "Weir"
}
}
}

View File

@@ -7,7 +7,8 @@
"area"
],
"tags": {
"power": "substation"
"building": "*",
"power": "sub_station"
},
"name": "Substation"
}
}