Cant figure out how to get all roads for the specific radius at the given location. My current query is
<query type="way">
<around lat="55.693309807744484" lon="21.151986122131348" radius="50"/>
</query>
<union>
<item/>
<recurse type="down"/>
</union>
<print/>
I tried to add something like this <highway>primary,secondary,tertiary,residential</highway>
but it didn't worked