Merge pull request #1306 from datadesk/master

highway=pedestrian preset
This commit is contained in:
John Firebaugh
2013-04-14 09:05:11 -07:00
2 changed files with 18 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"surface"
],
"geometry": [
"line"
"line", "area"
],
"terms": [
"beaten path",
@@ -38,4 +38,4 @@
"highway": "footway"
},
"name": "Foot Path"
}
}

View File

@@ -0,0 +1,16 @@
{
"icon": "highway-pedestrian",
"fields": [
"access",
"oneway",
"surface"
],
"geometry": [
"line", "area"
],
"tags": {
"highway": "pedestrian"
},
"terms": [],
"name": "Pedestrian"
}