Closed DenisCarriere closed 1 week ago
@rowanwins Looks like someone had the same idea 👍 https://github.com/Turfjs/turf/issues/1168#issuecomment-350585174
👎 I'm a hesitant -1 here.
Will close this and #1168 as "not planned". Hasn't been any chatter for some time and suspect this change is no longer on the radar.
Convert
@turf/meta
indexes callback params to ObjectsThe NEXT major release we should re-organize the index callbacks using an
Object
.Background: These indexes have been added to retrace the exact feature/geometry position of the provided GeoJSON.
Before
Proposed
Something like this =>
Which allows to do some cool deconstructing like this =>
This would allow us to retrieve any index without "guessing" the parameter position.