Find trails near a place
Use “Find trails near a place” in Recued. Turn a place name into coordinates with Nominatim, then ask OpenStreetMap for the paths and hiking routes around it. Read-only and credential-free — both services are public.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (15 steps)
place_name
trim
Trim whitespace from setting place
place_required
template
Generate text from a template
fail: step.place_name is_empty
geocode_raw
?
defaults
defaults
Apply defaults
geocode_required
template
Generate text from a template
fail: step.lat is_empty
radius
clamp
Clamp setting radius m between 100 and 20000
out_limit
clamp
Clamp setting row limit between 1 and 200
ql
template
Generate text from a template
osm_raw
?
elements
default
Apply default
found
count
Count items in elements
named
filter
Filter by condition
named_count
count
Count items in named
trail_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
place
setting
=
overpass
setting
=
radius m
setting
=
3000
nominatim
setting
=
row limit
setting
=
40
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.