LL

Results 6 issues of LL

While porting the along method to dart_turf, I noticed that if you pass a negative distance to it, it will not return the first point in a line. It is...

@turf/along

It would be nice to have an optional controller or other means to problematically control which month it displays.

This ports over [simplify](https://github.com/Turfjs/turf/blob/master/packages/turf-simplify/lib/simplify.js) from turf.js. In the current form it only supports `Feature` while the original appears to also support Polygons. Would like some advice on that.

# Steps to reproduce Add this to `test/components/nearest_point_on_line_test.dart`: ``` test('nearest_point_on_line -- linestring with one point', () { final start = Point(coordinates: Position.of([-122.457175, 37.720033])); final line = LineString(coordinates: [ start.coordinates, ]);...

I tried to take all but first and last marker, but it appears that they are ordered not along the line, but grouped by point type, so one would have...