Add preset for "Pedestrian Area" (highway=pedestrian + area=yes)

(closes #4488)
This commit is contained in:
Bryan Housel
2017-10-31 16:21:39 -04:00
parent 98011b8969
commit 7080661fd4
8 changed files with 92 additions and 12 deletions

View File

@@ -3055,9 +3055,15 @@ en:
name: Path
# 'terms: hike,hiking,trackway,trail,walk'
terms: '<translate with synonyms or related terms for ''Path'', separated by commas>'
highway/pedestrian:
highway/pedestrian_area:
# 'highway=pedestrian, area=yes'
name: Pedestrian Area
# 'terms: center,centre,plaza,quad,square,walkway'
terms: '<translate with synonyms or related terms for ''Pedestrian Area'', separated by commas>'
highway/pedestrian_line:
# highway=pedestrian
name: Pedestrian Street
# 'terms: center,centre,plaza,quad,square,walkway'
terms: '<translate with synonyms or related terms for ''Pedestrian Street'', separated by commas>'
highway/primary:
# highway=primary

View File

@@ -108,7 +108,7 @@
"highway/footway",
"highway/cycleway",
"highway/bridleway",
"highway/pedestrian"
"highway/pedestrian_line"
]
},
"category-rail": {

View File

@@ -10,6 +10,6 @@
"highway/footway",
"highway/cycleway",
"highway/bridleway",
"highway/pedestrian"
"highway/pedestrian_line"
]
}

View File

@@ -6993,7 +6993,34 @@
},
"name": "Path"
},
"highway/pedestrian": {
"highway/pedestrian_area": {
"icon": "poi-foot",
"fields": [
"name",
"surface",
"lit",
"width",
"structure",
"access"
],
"geometry": [
"area"
],
"tags": {
"highway": "pedestrian",
"area": "yes"
},
"terms": [
"center",
"centre",
"plaza",
"quad",
"square",
"walkway"
],
"name": "Pedestrian Area"
},
"highway/pedestrian_line": {
"icon": "highway-footway",
"fields": [
"name",
@@ -7005,13 +7032,19 @@
"access"
],
"geometry": [
"line",
"area"
"line"
],
"tags": {
"highway": "pedestrian"
},
"terms": [],
"terms": [
"center",
"centre",
"plaza",
"quad",
"square",
"walkway"
],
"name": "Pedestrian Street"
},
"highway/primary_link": {

View File

@@ -0,0 +1,27 @@
{
"icon": "poi-foot",
"fields": [
"name",
"surface",
"lit",
"width",
"structure",
"access"
],
"geometry": [
"area"
],
"tags": {
"highway": "pedestrian",
"area": "yes"
},
"terms": [
"center",
"centre",
"plaza",
"quad",
"square",
"walkway"
],
"name": "Pedestrian Area"
}

View File

@@ -10,12 +10,18 @@
"access"
],
"geometry": [
"line",
"area"
"line"
],
"tags": {
"highway": "pedestrian"
},
"terms": [],
"terms": [
"center",
"centre",
"plaza",
"quad",
"square",
"walkway"
],
"name": "Pedestrian Street"
}

View File

@@ -1336,6 +1336,10 @@
"key": "highway",
"value": "path"
},
{
"key": "area",
"value": "yes"
},
{
"key": "highway",
"value": "pedestrian"

View File

@@ -3758,9 +3758,13 @@
"name": "Path",
"terms": "hike,hiking,trackway,trail,walk"
},
"highway/pedestrian": {
"highway/pedestrian_area": {
"name": "Pedestrian Area",
"terms": "center,centre,plaza,quad,square,walkway"
},
"highway/pedestrian_line": {
"name": "Pedestrian Street",
"terms": ""
"terms": "center,centre,plaza,quad,square,walkway"
},
"highway/primary_link": {
"name": "Primary Link",