Fix bbox bug, add ids to filters, add filter state to the URL

This commit is contained in:
Pieter Vander Vennet 2021-09-27 18:35:32 +02:00
parent 38037014b0
commit 0a9e7c0b36
23 changed files with 248 additions and 59 deletions

View file

@ -2627,6 +2627,7 @@
"wayHandling": 1,
"filter": [
{
"id": "vehicle-type",
"options": [
{
"question": {
@ -2656,6 +2657,7 @@
]
},
{
"id": "working",
"options": [
{
"question": {
@ -2671,6 +2673,7 @@
]
},
{
"id": "connection_type",
"options": [
{
"question": {

View file

@ -648,6 +648,7 @@
"wayHandling": 1,
"filter": [
{
"id": "vehicle-type",
"options": [
{
"question": {
@ -677,6 +678,7 @@
]
},
{
"id": "working",
"options": [
{
"question": {

View file

@ -242,6 +242,7 @@ function run(file, protojson) {
})
proto["filter"].push({
id:"connection_type",
options: filterOptions
})