Adding buffer_stop preset

This commit is contained in:
JamesKingdom
2017-07-31 01:52:08 +01:00
parent 9db937b973
commit 335ffa12d6
5 changed files with 43 additions and 0 deletions

View File

@@ -3750,6 +3750,11 @@ en:
# railway=abandoned
name: Abandoned Railway
terms: '<translate with synonyms or related terms for ''Abandoned Railway'', separated by commas>'
railway/buffer_stop:
# railway=buffer_stop
name: Buffer Stop
# 'terms: stop,halt,buffer'
terms: '<translate with synonyms or related terms for ''Buffer Stop'', separated by commas>'
railway/crossing:
# railway=crossing
name: Railway Crossing (Path)

View File

@@ -10279,6 +10279,21 @@
"terms": [],
"name": "Abandoned Railway"
},
"railway/buffer_stop": {
"icon": "poi-buffer-stop",
"geometry": [
"vertex"
],
"tags": {
"railway": "buffer_stop"
},
"terms": [
"stop",
"halt",
"buffer"
],
"name": "Buffer Stop"
},
"railway/crossing": {
"icon": "cross",
"geometry": [

View File

@@ -0,0 +1,15 @@
{
"icon": "poi-buffer-stop",
"geometry": [
"vertex"
],
"tags": {
"railway": "buffer_stop"
},
"terms": [
"stop",
"halt",
"buffer"
],
"name": "Buffer Stop"
}

View File

@@ -2129,6 +2129,10 @@
"key": "railway",
"value": "abandoned"
},
{
"key": "railway",
"value": "buffer_stop"
},
{
"key": "railway",
"value": "crossing"

View File

@@ -4396,6 +4396,10 @@
"name": "Abandoned Railway",
"terms": ""
},
"railway/buffer_stop": {
"name": "Buffer Stop",
"terms": "stop,halt,buffer"
},
"railway/crossing": {
"name": "Railway Crossing (Path)",
"terms": "crossing,pedestrian crossing,railroad crossing,level crossing,grade crossing,path through railroad,train crossing"