Add railway=station preset

This commit is contained in:
John Firebaugh
2013-04-02 14:27:48 -07:00
parent 261e901a91
commit a697339e9e
4 changed files with 31 additions and 0 deletions

View File

@@ -1217,6 +1217,10 @@ locale.en = {
"name": "Rail",
"terms": ""
},
"railway/station": {
"name": "Railway Station",
"terms": ""
},
"railway/subway": {
"name": "Subway",
"terms": ""

View File

@@ -668,6 +668,9 @@ en:
railway/rail:
name: Rail
terms: ""
railway/station:
name: Railway Station
terms: ""
railway/subway:
name: Subway
terms: ""

View File

@@ -2702,6 +2702,18 @@
"terms": [],
"name": "Rail"
},
"railway/station": {
"icon": "rail",
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"railway": "station"
},
"name": "Railway Station"
},
"railway/subway": {
"icon": "railway-subway",
"fields": [

View File

@@ -0,0 +1,12 @@
{
"icon": "rail",
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"railway": "station"
},
"name": "Railway Station"
}