Add highway=elevator preset

(closes #4068)
This commit is contained in:
Bryan Housel
2017-05-29 14:23:20 -04:00
parent 940394cdfd
commit 1eecc71088
5 changed files with 49 additions and 0 deletions

View File

@@ -2566,6 +2566,11 @@ en:
name: Cycle Path
# 'terms: bike'
terms: '<translate with synonyms or related terms for ''Cycle Path'', separated by commas>'
highway/elevator:
# highway=elevator
name: Elevator
# 'terms: lift'
terms: '<translate with synonyms or related terms for ''Elevator'', separated by commas>'
highway/footway:
# highway=footway
name: Foot Path

View File

@@ -5384,6 +5384,24 @@
],
"name": "Cycle Path"
},
"highway/elevator": {
"icon": "poi-elevator",
"fields": [
"access_simple",
"opening_hours",
"ref"
],
"geometry": [
"vertex"
],
"tags": {
"highway": "elevator"
},
"terms": [
"lift"
],
"name": "Elevator"
},
"highway/footway": {
"icon": "highway-footway",
"fields": [

View File

@@ -0,0 +1,18 @@
{
"icon": "poi-elevator",
"fields": [
"access_simple",
"opening_hours",
"ref"
],
"geometry": [
"vertex"
],
"tags": {
"highway": "elevator"
},
"terms": [
"lift"
],
"name": "Elevator"
}

View File

@@ -1129,6 +1129,10 @@
"key": "highway",
"value": "cycleway"
},
{
"key": "highway",
"value": "elevator"
},
{
"key": "highway",
"value": "footway"

View File

@@ -3188,6 +3188,10 @@
"name": "Cycle Path",
"terms": "bike"
},
"highway/elevator": {
"name": "Elevator",
"terms": "lift"
},
"highway/footway": {
"name": "Foot Path",
"terms": "hike,hiking,trackway,trail,walk"