Turfjs / turf-intersect

find the intersection of features
30 stars 9 forks source link

document linestrings #14

Open morganherlocker opened 8 years ago

morganherlocker commented 8 years ago

JSTS handles linestrings and the current turf-intersect does as a result. We should support this and document it.

cc @geographa

tcql commented 8 years ago

It should be noted that linestrings aren't supported natively in greiner-hormann, so if we make linestring support official, we'll probably want to make sure we solve linestring intersection for the next version of intersect so as not to backpedal functionality.