Add unclassified preset

This commit is contained in:
John Firebaugh
2013-03-09 11:15:12 -08:00
parent 60f9dec465
commit 16b82cc0ea
2 changed files with 22 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

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