Added highway=pedestrian preset for roads convertered into walkways, towns squares, shopping plazas, etc. Also, gave the small footway alternative tag the ability to be saved as an area for small walkway areas connected to sidewalks. For #1304.

This commit is contained in:
palewire
2013-04-14 08:33:18 -07:00
parent 44d3a8283e
commit f043e420f5
2 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
"surface"
],
"geometry": [
"line"
"line", "area"
],
"terms": [
"beaten path",
@@ -38,4 +38,4 @@
"highway": "footway"
},
"name": "Foot Path"
}
}
@@ -0,0 +1,16 @@
{
"icon": "highway-path",
"fields": [
"access",
"oneway",
"surface"
],
"geometry": [
"line", "area"
],
"tags": {
"highway": "pedestrian"
},
"terms": [],
"name": "Pedestrianized road"
}