Turfjs / turf-intersect

find the intersection of features
30 stars 9 forks source link

Add expected responses to docs #6

Closed lyzidiamond closed 9 years ago

lyzidiamond commented 9 years ago

undefined => no intersect Polygon => overlap MultiLineString => share a border

tmcw commented 9 years ago

docs for this in jsdoc: http://usejsdoc.org/tags-param.html#multiple-types-and-repeatable-parameters

lyzidiamond commented 9 years ago

This is done via https://github.com/Turfjs/turf-intersect/commit/1f82271bc037635c4adbf8156e6817e8f321f647. Closing.