mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 11:49:39 +02:00
d7e4575a7b
Add new rail icons (close #7255) Render "statused" railways with lighter colors Don't render disused features with a dashed stroke
18 lines
270 B
JSON
18 lines
270 B
JSON
{
|
|
"icon": "temaki-rail_profile",
|
|
"fields": [
|
|
"railway"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"line",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"railway": "*"
|
|
},
|
|
"searchable": false,
|
|
"name": "Railway Feature"
|
|
}
|