Add track preset

This commit is contained in:
John Firebaugh
2013-03-04 21:38:50 -08:00
parent 3fd7217894
commit 385abe8dd2
+11
View File
@@ -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": {