mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
Add track preset
This commit is contained in:
@@ -323,6 +323,17 @@
|
||||
"icon": "highway-service",
|
||||
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
|
||||
},
|
||||
{
|
||||
"name": "track",
|
||||
"match": {
|
||||
"type": ["line"],
|
||||
"tags": {
|
||||
"highway": "track"
|
||||
}
|
||||
},
|
||||
"icon": "highway-track",
|
||||
"form": ["oneway", "bridge", "tunnel", "access", "maxspeed"]
|
||||
},
|
||||
{
|
||||
"name": "rail",
|
||||
"match": {
|
||||
|
||||
Reference in New Issue
Block a user