<p></p>
<p>Well waymarked trails is doing a map rendering, so it's working from a database that contains precomputed geometries created with osm2pgsql, not from an API database which has a rather different schema. It also doesn't do the hard work of resolving those relations in real time.</p>
<p>The biggest difference though is that it selects which relations to process, so it will complete ignore many of the biggest and most complex relations.</p>
<p>In a sense there is already a limited recursion option - that is the difference between the regular API call and the <code>/full</code> variant being used here. It's just that the depth limit is 0 or 1 and there's no option for anything more.</p>
<p>Certainly more recursion could be allowed but it would require an API change and changed both here and to the cgimap project that implements the production API.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/issues/2772#issuecomment-673906290">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLKNKXDC5543UPTWEZ3SATIU7ANCNFSM4P63JWJA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLIJVO32S7IAQ7EJ3Z3SATIU7A5CNFSM4P63JWJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFAVP44Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/issues/2772#issuecomment-673906290",
"url": "https://github.com/openstreetmap/openstreetmap-website/issues/2772#issuecomment-673906290",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>