Description Usage Arguments Details Value See Also Examples
For a given ID these functions return all IDs of related elements.
1 2 3 |
object |
An |
ids |
A vector of IDs tagged whether they are |
find_down
finds all elements downwards the hierarchy:
node | -> | node |
way | -> | way + node |
relation | -> | relation + way + node |
find_up
finds all elements upwards the hierarchy:
node | -> | node + way + relation |
way | -> | way + relation |
relation | -> | relation |
A list with the three elements node_ids
,
way_ids
, relation_ids
Other finding: find_nearest_node
,
find
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.