Skip to content

Commit

Permalink
Add 2xxx DELFI attributes (#83)
Browse files Browse the repository at this point in the history
Some questions or DELFI attributes have been left out due to missing input interfaces.
  • Loading branch information
7h30n3 authored Jun 17, 2022
1 parent 703addf commit 6403adf
Show file tree
Hide file tree
Showing 3 changed files with 1,028 additions and 9 deletions.
35 changes: 35 additions & 0 deletions assets/datasets/map_feature_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,17 @@
},
"osm_element": "Node"
},
{
"name": "Stations-/Haltestellenplan",
"icon": "map",
"osm_tags": {
"tourism": "information",
"information": "map",
"map_type": "public_transport",
"map_size": "site"
},
"osm_element": "Node"
},
{
"name": "Fahrkartenautomat",
"icon": "ticket_machine",
Expand Down Expand Up @@ -150,5 +161,29 @@
"emergency": "phone"
},
"osm_element": "Node"
},
{
"name": "Tür",
"icon": "door",
"osm_tags": {
"entrance": "yes"
},
"osm_element": "Node"
},
{
"name": "Weg",
"icon": "path",
"osm_tags": {
"highway": "footway"
},
"osm_element": "OpenWay"
},
{
"name": "Weg",
"icon": "path",
"osm_tags": {
"highway": "path"
},
"osm_element": "OpenWay"
}
]
Loading

0 comments on commit 6403adf

Please sign in to comment.