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
mutate: true
reproduced with Turf version 7.1 running at https://turf-sandbox.netlify.app/ with the following code, results with wrong shape (screenshot attached)
const bbox = [34.785947387585615, 32.06427402333092, 34.8024054221005, 32.07576582361696]; const poly = turf.bboxPolygon(bbox); const poly2 = turf.bboxPolygon(bbox); const scaledPoly = turf.transformScale(poly, 1.7, {mutate: false}) const scaledPoly2Mutated = turf.transformScale(poly2, 1.7, {mutate: true}) return turf.featureCollection([poly , scaledPoly, scaledPoly2Mutated]);
possibly similar to #895 which was resolved.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
reproduced with Turf version 7.1 running at https://turf-sandbox.netlify.app/ with the following code, results with wrong shape (screenshot attached)
possibly similar to #895 which was resolved.
The text was updated successfully, but these errors were encountered: