Merge master

This commit is contained in:
Pieter Vander Vennet 2022-01-26 21:12:25 +01:00
commit 99edba4c73
12 changed files with 129 additions and 72 deletions

View file

@ -13,9 +13,10 @@
"and": [
{
"or": [
"route=hiking",
"route=bycicle",
"route=horse"
"route~.*foot.*",
"route~.*hiking.*",
"route~.*bycicle.*",
"route~.*horse.*"
]
}
]