mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Adding buffer_stop preset
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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": [
|
||||
|
||||
15
data/presets/presets/railway/buffer_stop.json
Normal file
15
data/presets/presets/railway/buffer_stop.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "poi-buffer-stop",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "buffer_stop"
|
||||
},
|
||||
"terms": [
|
||||
"stop",
|
||||
"halt",
|
||||
"buffer"
|
||||
],
|
||||
"name": "Buffer Stop"
|
||||
}
|
||||
@@ -2129,6 +2129,10 @@
|
||||
"key": "railway",
|
||||
"value": "abandoned"
|
||||
},
|
||||
{
|
||||
"key": "railway",
|
||||
"value": "buffer_stop"
|
||||
},
|
||||
{
|
||||
"key": "railway",
|
||||
"value": "crossing"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user