Denis

Results 94 comments of Denis

**1.5 scale factor** does the following: ![image](https://user-images.githubusercontent.com/550895/32180055-526720ae-bd67-11e7-99e0-3b4fb1c0089f.png)

👍 @stebogit Yep definitely a projection issue, we can default to Mercator and have an option to preserve the transformation in WGS84. We tackle this issue for Turf v5.1+

👍 @rowanwins great findings, I wouldn't sweat it if we don't get this implemented, the `pointOnLine` does seem to do the job at the moment. Very interesting links you provided,...

> maybe make sure we use the fastest algorithm in there. 👍 That would be handy! > Quite confusing that we have two different modules almost with the same name...

That JSFiddle is really cool! 😄 so fun!

We can pass the same `options` from the grid modules, I've added `mask` for each of them, that might work?

Clone was used because it mutates the properties, I'm sure there might be a way to remove the clone. ```js newFeature.properties[property] = zw / sw; ```

- Change to `cellSide` 👍 - `mask` works 👍

Thanks for the feedback @tremby, you are not doing anything wrong and this would be considered a "bug". The current implementation of this module requires to have each line segment...

@rowanwins @tremby Quick feedbacks 👍 @rowanwins I'll try to use `point-on-line`, maybe put a distance threshold to match segments which are "close" enough instead of exact matches. There's definitely an...