Some routes are suited for differnent activities and tagged with "route=<comma-separaded-list>" (e.g. "route=mtb;hiking;horse"). But these routes are currently not shown here. Example: Bicentennial National Trail in Australia: waymarkedtrails <-> OSB
Maybe you can just change the queries from "relation[type=route][route=<activity>]" to "relation[type=route][route~<activity>]" (for hinking, mtb and maybe other types). Maybe that will be slower then, but if some routes are missing this isn't too good either.
Some routes are suited for differnent activities and tagged with "route=\<comma-separaded-list\>" (e.g. "route=mtb;hiking;horse"). But these routes are currently not shown here. Example: Bicentennial National Trail in Australia:
<a href="https://hiking.waymarkedtrails.org/#routelist?map=13!-35.272!149.1229" >waymarkedtrails</a> <-> <a href="https://www.openstreetbrowser.org/#map=14/-35.2809/149.0877&categories=hiking_routes,mtb-routes&repo=default" >OSB</a>
Maybe you can just change the queries from "relation[type=route][route=\<activity\>]" to "relation[type=route][route\~\<activity\>]" (for hinking, mtb and maybe other types). Maybe that will be slower then, but if some routes are missing this isn't too good either.
Sure, no problem. Should not be slower than normal queries (I guess, Overpass API internally always uses regexp). Done in 973f5b8b61.
Sure, no problem. Should not be slower than normal queries (I guess, Overpass API internally always uses regexp). Done in 973f5b8b61eb5ce7b0f024759dc380ee14c4feb9.
Some routes are suited for differnent activities and tagged with "route=<comma-separaded-list>" (e.g. "route=mtb;hiking;horse"). But these routes are currently not shown here. Example: Bicentennial National Trail in Australia:
waymarkedtrails <-> OSB
Maybe you can just change the queries from "relation[type=route][route=<activity>]" to "relation[type=route][route~<activity>]" (for hinking, mtb and maybe other types). Maybe that will be slower then, but if some routes are missing this isn't too good either.
Sure, no problem. Should not be slower than normal queries (I guess, Overpass API internally always uses regexp). Done in
973f5b8b61
.Thanks for fixing.
Any idea why I did't get your reply by email?