Include route=foot in trails

This commit is contained in:
Pieter Vander Vennet 2022-01-25 18:20:15 +01:00
parent b61c0a1180
commit 791c6c4f55
5 changed files with 34 additions and 8 deletions

View file

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