Skip to content

Commit

Permalink
Refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
7h30n3 committed Jul 4, 2023
1 parent 60dba78 commit b0bef4a
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions assets/datasets/question_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1317,14 +1317,14 @@
{
"osm_tags": {
"railway": ["subway_entrance", "train_station_entrance"],
"door": ["yes", "hinged", "sliding", "folding"],
"door": ["hinged", "sliding", "folding"],
"automatic_door": false
},
"osm_element": "Node"
},
{
"osm_tags": {
"door": ["yes", "hinged", "sliding", "folding"],
"door": ["hinged", "sliding", "folding"],
"access": ["yes", "customers", false],
"level": true,
"automatic_door": false
Expand All @@ -1333,6 +1333,7 @@
},
{
"osm_tags": {
"door": ["hinged", "sliding", "folding"],
"indoor": "door",
"access": ["yes", "customers", false],
"automatic_door": false
Expand All @@ -1341,7 +1342,7 @@
},
{
"osm_tags": {
"door": ["yes", "hinged", "sliding", "folding"],
"door": ["hinged", "sliding", "folding"],
"access": ["yes", "customers", false],
"automatic_door": false
},
Expand Down Expand Up @@ -1369,7 +1370,7 @@
{
"question": {
"id": 2033,
"name": "Drehttür-Automatik",
"name": "Drehtür-Automatik",
"text": "Bewegt sich die Drehtür automatisch?",
"description": "Drehtüren, die sich automatisch drehen, müssen nicht durch eigene Körperkraft bewegt werden."
},
Expand Down Expand Up @@ -1406,6 +1407,15 @@
},
"osm_element": "Node"
},
{
"osm_tags": {
"door": "revolving",
"indoor": "door",
"access": ["yes", "customers", false],
"automatic_door": false
},
"osm_element": "Node"
},
{
"osm_tags": {
"door": "revolving",
Expand Down Expand Up @@ -1438,7 +1448,7 @@
"id": 2033,
"name": "Tür-Automatik-Art",
"text": "Wodurch wird die automatische Tür-Öffnung ausgelöst?",
"description": "Automatik-Türen können sich durch Sensoren bei Annäherung einer Person öffnen oder durch das Betätigen eines Tasters"
"description": "Automatik-Türen können sich durch Sensoren bei Annäherung einer Person öffnen oder durch das Betätigen eines Tasters."
},
"answer": {
"type": "List",
Expand All @@ -1463,7 +1473,7 @@
{
"osm_tags": {
"railway": ["subway_entrance", "train_station_entrance"],
"door": ["yes", "hinged", "sliding", "folding"],
"door": ["hinged", "sliding", "folding"],
"automatic_door": "yes"
},
"osm_element": "Node"
Expand All @@ -1472,7 +1482,7 @@
"osm_tags": {
"level": true,
"access": ["yes", "customers", false],
"door": ["yes", "hinged", "sliding", "folding"],
"door": ["hinged", "sliding", "folding"],
"automatic_door": "yes"
},
"osm_element": "Node"
Expand All @@ -1481,15 +1491,15 @@
"osm_tags": {
"indoor": "door",
"access": ["yes", "customers", false],
"door": ["yes", "hinged", "sliding", "folding"],
"door": ["hinged", "sliding", "folding"],
"automatic_door": "yes"
},
"osm_element": "Node"
},
{
"osm_tags": {
"access": ["yes", "customers", false],
"door": ["yes", "hinged", "sliding", "folding"],
"door": ["hinged", "sliding", "folding"],
"automatic_door": "yes"
},
"osm_element": "Node",
Expand Down

0 comments on commit b0bef4a

Please sign in to comment.