Add footway=sidewalk preset

This commit is contained in:
John Firebaugh
2013-11-04 17:59:07 -08:00
parent 6605bb0d68
commit c47a1e36c1
4 changed files with 39 additions and 0 deletions
+3
View File
@@ -552,6 +552,9 @@ en:
footway/crossing:
name: Crossing
terms: "<translate with synonyms or related terms for 'Crossing', separated by commas>"
footway/sidewalk:
name: Sidewalk
terms: "<translate with synonyms or related terms for 'Sidewalk', separated by commas>"
highway:
name: Highway
terms: "<translate with synonyms or related terms for 'Highway', separated by commas>"
+16
View File
@@ -1664,6 +1664,22 @@
],
"name": "Crossing"
},
"footway/sidewalk": {
"fields": [
"surface",
"lit",
"access"
],
"geometry": [
"line"
],
"tags": {
"highway": "footway",
"footway": "sidewalk"
},
"terms": [],
"name": "Sidewalk"
},
"highway": {
"fields": [
"highway"
@@ -0,0 +1,16 @@
{
"fields": [
"surface",
"lit",
"access"
],
"geometry": [
"line"
],
"tags": {
"highway": "footway",
"footway": "sidewalk"
},
"terms": [],
"name": "Sidewalk"
}
+4
View File
@@ -1154,6 +1154,10 @@
"name": "Crossing",
"terms": "crosswalk,zebra crossing"
},
"footway/sidewalk": {
"name": "Sidewalk",
"terms": ""
},
"highway": {
"name": "Highway",
"terms": ""