mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
18
data/presets/presets/highway/elevator.json
Normal file
18
data/presets/presets/highway/elevator.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "poi-elevator",
|
||||
"fields": [
|
||||
"access_simple",
|
||||
"opening_hours",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "elevator"
|
||||
},
|
||||
"terms": [
|
||||
"lift"
|
||||
],
|
||||
"name": "Elevator"
|
||||
}
|
||||
@@ -1129,6 +1129,10 @@
|
||||
"key": "highway",
|
||||
"value": "cycleway"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "elevator"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "footway"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user