Add flatten functionality - flattens Multi* geometries to their single counterparts#246
Add flatten functionality - flattens Multi* geometries to their single counterparts#246Newmanjack wants to merge 10 commits intodartclub:mainfrom
Conversation
|
I've moved the tests into components and added MOST of the tests from turfJS. |
| bbox1[2]! < bbox2[2]! || | ||
| bbox1[1]! > bbox2[1]! || | ||
| bbox1[3]! < bbox2[3]!) return false; | ||
| bbox1[3]! < bbox2[3]!) { |
There was a problem hiding this comment.
I hope this will work - I am a bit sceptical though, because the third parameters (Altitude) are optional in coordinates and bounding boxes. Can you verify this?
There was a problem hiding this comment.
I did this based on the analyze output. I'll verify it works now :)
There was a problem hiding this comment.
I think I am going to need a hand with the logic of this. I will book in a time with you.
There was a problem hiding this comment.
e01ae9d - should fix this. From everything I've tested it seems 4- and 6-number BBox values both use the correct longitudes and latitudes like this.
No description provided.