mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add Inclined Elevator preset (close #75)
This commit is contained in:
parent
3cb0ba200e
commit
e0bb4313a7
2 changed files with 27 additions and 0 deletions
22
data/presets/highway/elevator_line.json
Normal file
22
data/presets/highway/elevator_line.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "temaki-elevator",
|
||||
"fields": [
|
||||
"{highway/elevator}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/elevator}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "elevator"
|
||||
},
|
||||
"terms": [
|
||||
"cable railway"
|
||||
],
|
||||
"name": "Inclined Elevator",
|
||||
"aliases": [
|
||||
"Inclined Lift"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue