join-lines
v0.1.2
Published
Join GeoJSON LineStrings together
Downloads
10
Readme
join-lines
Join GeoJSON LineStrings together.
Usage
import joinLines from 'join-lines'
Given an array of GeoJSON LineString's, will find all that touch at endpoints and join them together.
Parameters
Returns Array An array of joined LineString coordinates.