Add railway=halt preset (fixes #1774)

This commit is contained in:
KathleenLD
2013-09-06 17:38:42 -04:00
committed by John Firebaugh
parent 01a4ddd602
commit e375b0c664
4 changed files with 43 additions and 0 deletions

View File

@@ -924,6 +924,9 @@ en:
railway/disused:
name: Disused Railway
terms: "<translate with synonyms or related terms for 'Disused Railway', separated by commas>"
railway/halt:
name: Railway Halt
terms: "<translate with synonyms or related terms for 'Railway Halt', separated by commas>"
railway/level_crossing:
name: Level Crossing
terms: "<translate with synonyms or related terms for 'Level Crossing', separated by commas>"

View File

@@ -3463,6 +3463,24 @@
"terms": [],
"name": "Disused Railway"
},
"railway/halt": {
"icon": "rail",
"geometry": [
"point",
"vertex"
],
"tags": {
"railway": "halt"
},
"name": "Railway Halt",
"terms": [
"break",
"interrupt",
"rest",
"wait",
"interruption"
]
},
"railway/level_crossing": {
"icon": "cross",
"geometry": [

View File

@@ -0,0 +1,18 @@
{
"icon": "rail",
"geometry": [
"point",
"vertex"
],
"tags": {
"railway": "halt"
},
"name": "Railway Halt",
"terms": [
"break",
"interrupt",
"rest",
"wait",
"interruption"
]
}

View File

@@ -1630,6 +1630,10 @@
"name": "Disused Railway",
"terms": ""
},
"railway/halt": {
"name": "Railway Halt",
"terms": "break,interrupt,rest,wait,interruption"
},
"railway/level_crossing": {
"name": "Level Crossing",
"terms": "crossing,railroad crossing,railway crossing,grade crossing,road through railroad,train crossing"