mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 19:31:41 +00:00
Add railway=halt preset (fixes #1774)
This commit is contained in:
committed by
John Firebaugh
parent
01a4ddd602
commit
e375b0c664
@@ -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>"
|
||||
|
||||
@@ -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": [
|
||||
|
||||
18
data/presets/presets/railway/halt.json
Normal file
18
data/presets/presets/railway/halt.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "rail",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "halt"
|
||||
},
|
||||
"name": "Railway Halt",
|
||||
"terms": [
|
||||
"break",
|
||||
"interrupt",
|
||||
"rest",
|
||||
"wait",
|
||||
"interruption"
|
||||
]
|
||||
}
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user