Include route=foot in trails
This commit is contained in:
parent
b61c0a1180
commit
791c6c4f55
5 changed files with 34 additions and 8 deletions
|
@ -13,9 +13,10 @@
|
|||
"and": [
|
||||
{
|
||||
"or": [
|
||||
"route=hiking",
|
||||
"route=bycicle",
|
||||
"route=horse"
|
||||
"route~.*foot.*",
|
||||
"route~.*hiking.*",
|
||||
"route~.*bycicle.*",
|
||||
"route~.*horse.*"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue