Turfjs / turf-intersect

find the intersection of features
30 stars 9 forks source link

remove jsts #2

Closed morganherlocker closed 8 years ago

morganherlocker commented 10 years ago

probably will need to implement this:

http://en.wikipedia.org/wiki/Weiler%E2%80%93Atherton_clipping_algorithm

donpark commented 9 years ago

Take a look at JsClipper which implements Vatti's clipping algorithm which is supposedly more general. Latest version is 94K unminified which seems reasonable. FYI, SourceForge repo has later version than Github repo.

donpark commented 9 years ago

nvm. just read your comments and realized you're already aware of JsClipper.

tmcw commented 8 years ago

-> https://github.com/Turfjs/turf/issues/88