forked from MapComplete/MapComplete
Themes(velopark): properly hide NMBS-maproulette items with a filter
This commit is contained in:
parent
06b1d2ddae
commit
4840816b17
1 changed files with 13 additions and 1 deletions
|
@ -34,7 +34,6 @@
|
|||
"geoJson": "https://maproulette.org/api/v2/challenge/view/43282",
|
||||
"idKey": "mr_taskId"
|
||||
},
|
||||
"isShown": "ref:velopark!~https://data.velopark.be/data/NMBS.*",
|
||||
"title": {
|
||||
"render": "Velopark parking <span class='literal-code'>{mr_velopark_id}</span>"
|
||||
},
|
||||
|
@ -254,6 +253,19 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "nmbs-only",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Only non-SNCB-bicycle parkings",
|
||||
"nl": "Enkel niet-NMBS fietsstallingen"
|
||||
},
|
||||
"osmTags": "ref:velopark!~i~https://data.velopark.be/data/NMBS.*",
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "too-hard-only",
|
||||
"options": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue