Add steps preset

This commit is contained in:
John Firebaugh
2013-03-07 21:21:35 -08:00
parent b05082302e
commit 7ae61c5dd9
3 changed files with 41 additions and 0 deletions

View File

@@ -1368,6 +1368,26 @@
"maxspeed"
]
},
{
"name": "steps",
"match": {
"type": [
"line"
],
"tags": {
"highway": "steps"
},
"terms": [
"stairs",
"staircase"
]
},
"icon": "",
"form": [
"access",
"surface"
]
},
{
"name": "allotments",
"match": {

View File

@@ -0,0 +1,20 @@
{
"name": "steps",
"match": {
"type": [
"line"
],
"tags": {
"highway": "steps"
},
"terms": [
"stairs",
"staircase"
]
},
"icon": "",
"form": [
"access",
"surface"
]
}

View File

@@ -57,6 +57,7 @@
"highway/service",
"highway/path",
"highway/track",
"highway/steps",
"landuse/allotments",
"landuse/cemetery",
"landuse/commercial",