Closed alulsh closed 5 years ago
This PR refactors the buffer generation script (npm run buffers). It does the following:
npm run buffers
var
const
I am refactoring this to help with a follow up PR to upgrade turf to @turf/turf, which has several breaking changes. Not a straight forward upgrade.
turf
@turf/turf
I ran npm run buffers locally and this script worked before and after this refactor.
This PR refactors the buffer generation script (
npm run buffers
). It does the following:var
toconst
where possible (ES6 syntax)I am refactoring this to help with a follow up PR to upgrade
turf
to@turf/turf
, which has several breaking changes. Not a straight forward upgrade.I ran
npm run buffers
locally and this script worked before and after this refactor.