We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lineIntersect on polygons leads to unexpected result. In TurfJs we get all 3 points of the polygon, in TurfDart we only get one Point.
lineIntersect
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ -53.57208251953125, 28.287451910503744 ], [ -53.33038330078125, 28.29228897739706 ], [ -53.34136962890625, 28.430052892335723 ], [ -53.57208251953125, 28.287451910503744 ] ] ] } }, { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ -53.57208251953125, 28.287451910503744 ], [ -53.34136962890625, 28.430052892335723 ], [ -53.33038330078125, 28.29228897739706 ], [ -53.57208251953125, 28.287451910503744 ] ] ] } } ] }
The text was updated successfully, but these errors were encountered:
could be related to #150
Sorry, something went wrong.
No branches or pull requests
lineIntersect
on polygons leads to unexpected result. In TurfJs we get all 3 points of the polygon, in TurfDart we only get one Point.The text was updated successfully, but these errors were encountered: