mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-02 00:15:12 +02:00
Merge pull request #4531 from Vonter/master
added preset for railway=light_rail
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user