I have already received the map data using the Get /api/0.6/map/bbox= request…
Some ways in relation are missing from this data.
With partial data, I can’t draw the water features of these relations correctly.
Do I understand correctly that I need to upload complete data separately, for example, with a request like Get /api/0.6/relation/id/full
?
Thank you.
The Overpass API looks like what I need.
I’m currently trying to use the Overpass API to get the relations data I need.
With this data, the rendering can be made correct.
Development is in C# in Unity3d.