powered by
Generate a feature collection of points along the lines of feature collection of Linestrings.
lines_points_along(lines, dist)
A feature collection of points
A feature collection of linestrings to use
The distance between the points along the lines
# \donttest{ data(mtl_network) new_pts <- lines_points_along(mtl_network,50) # }
Run the code above in your browser using DataLab