powered by
Cut lines in a feature collection of linestrings at a specified distance from the begining of the lines.
cut_lines_at_distance(lines, dists)
The feature collection of linestrings to cut
A vector of distances, if only one value is given, each line will be cut at that distance.
A feature collection of linestrings
# NOT RUN { # This is an interal function, no example provided # }
Run the code above in your browser using DataLab