mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
npm run build for light_rail preset
This commit is contained in:
@@ -4443,6 +4443,11 @@ en:
|
||||
name: Railway Crossing (Road)
|
||||
# 'terms: crossing,railroad crossing,level crossing,grade crossing,road through railroad,train crossing'
|
||||
terms: '<translate with synonyms or related terms for ''Railway Crossing (Road)'', separated by commas>'
|
||||
railway/light_rail:
|
||||
# railway=light_rail
|
||||
name: Light Rail
|
||||
# 'terms: light rail,streetcar,trolley'
|
||||
terms: '<translate with synonyms or related terms for ''Light Rail'', separated by commas>'
|
||||
railway/milestone:
|
||||
# railway=milestone
|
||||
name: Railway Milestone
|
||||
|
||||
@@ -13158,6 +13158,28 @@
|
||||
],
|
||||
"name": "Railway Crossing (Road)"
|
||||
},
|
||||
"railway/light_rail": {
|
||||
"icon": "railway-light-rail",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "light_rail"
|
||||
},
|
||||
"fields": [
|
||||
"name",
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [
|
||||
"light rail",
|
||||
"streetcar",
|
||||
"trolley"
|
||||
],
|
||||
"name": "Light Rail"
|
||||
},
|
||||
"railway/milestone": {
|
||||
"icon": "poi-milestone",
|
||||
"geometry": [
|
||||
|
||||
@@ -2520,6 +2520,10 @@
|
||||
"key": "railway",
|
||||
"value": "level_crossing"
|
||||
},
|
||||
{
|
||||
"key": "railway",
|
||||
"value": "light_rail"
|
||||
},
|
||||
{
|
||||
"key": "railway",
|
||||
"value": "milestone"
|
||||
|
||||
Vendored
+4
@@ -4989,6 +4989,10 @@
|
||||
"name": "Railway Crossing (Road)",
|
||||
"terms": "crossing,railroad crossing,level crossing,grade crossing,road through railroad,train crossing"
|
||||
},
|
||||
"railway/light_rail": {
|
||||
"name": "Light Rail",
|
||||
"terms": "light rail,streetcar,trolley"
|
||||
},
|
||||
"railway/milestone": {
|
||||
"name": "Railway Milestone",
|
||||
"terms": "milestone,marker"
|
||||
|
||||
Reference in New Issue
Block a user