Add path preset

This commit is contained in:
John Firebaugh
2013-03-07 17:44:34 -08:00
parent c24c2b7f66
commit ea2ebe430d
3 changed files with 41 additions and 0 deletions

View File

@@ -1239,6 +1239,26 @@
"maxspeed"
]
},
{
"name": "path",
"match": {
"type": [
"line"
],
"tags": {
"highway": "path"
},
"terms": []
},
"icon": "highway-path",
"form": [
"oneway",
"bridge",
"tunnel",
"access",
"maxspeed"
]
},
{
"name": "track",
"match": {

View File

@@ -0,0 +1,20 @@
{
"name": "path",
"match": {
"type": [
"line"
],
"tags": {
"highway": "path"
},
"terms": []
},
"icon": "highway-path",
"form": [
"oneway",
"bridge",
"tunnel",
"access",
"maxspeed"
]
}

View File

@@ -51,6 +51,7 @@
"highway/secondary",
"highway/tertiary",
"highway/service",
"highway/path",
"highway/track",
"landuse/allotments",
"landuse/cemetery",