LightOSM.jl icon indicating copy to clipboard operation
LightOSM.jl copied to clipboard

Identify start and end nodes of a `Way{Int64}`

Open fbanning opened this issue 2 years ago • 2 comments

Say I want to look at a specific w::Way{Int64}. I can access w.nodes and get a vector of nodes that the way is made up of. I wonder if there is a way to identify the start and end node of a given Way{Int64}?

fbanning avatar Dec 10 '21 14:12 fbanning