forked from MapComplete/MapComplete
Merge branch 'develop'
This commit is contained in:
commit
a46b6d1e27
268 changed files with 11667 additions and 9870 deletions
|
@ -298,18 +298,13 @@
|
|||
},
|
||||
"id": "bike_shop-email"
|
||||
},
|
||||
{
|
||||
"render": "{opening_hours_table(opening_hours)}",
|
||||
"question": "When is this shop opened?",
|
||||
"freeform": {
|
||||
"key": "opening_hours",
|
||||
"type": "opening_hours"
|
||||
},
|
||||
"id": "bike_shop-opening_hours"
|
||||
},
|
||||
"opening_hours",
|
||||
"description",
|
||||
{
|
||||
"render": "Enkel voor {access}",
|
||||
"render": {
|
||||
"en": "Only accessible to {access}",
|
||||
"nl": "Enkel voor {access}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "access"
|
||||
},
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
"iconBadges": [
|
||||
{
|
||||
"if": "_total_comments>1",
|
||||
"then": "speech_bubble"
|
||||
"then": "circle:white;speech_bubble"
|
||||
},
|
||||
{
|
||||
"if": "_is_import_note~*",
|
||||
|
|
|
@ -346,6 +346,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"website",
|
||||
{
|
||||
"question": {
|
||||
"nl": "Wie kan men emailen indien er problemen zijn met de speeltuin?",
|
||||
|
|
|
@ -408,5 +408,41 @@
|
|||
"render": "8"
|
||||
}
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "shop-type",
|
||||
"options": [
|
||||
{
|
||||
"fields": [
|
||||
{
|
||||
"name": "search",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"osmTags": "shop~^.*{search}.*$",
|
||||
"question": {
|
||||
"en": "Only show shops selling {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "shop-name",
|
||||
"options": [
|
||||
{
|
||||
"fields": [
|
||||
{
|
||||
"name": "search",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"osmTags": "name~^.*{search}.*$",
|
||||
"question": {
|
||||
"en": "Only show shops with name {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue