mapbox-gl-draw icon indicating copy to clipboard operation
mapbox-gl-draw copied to clipboard

Remove geojson-flatten dependency

Open stevage opened this issue 4 years ago • 0 comments

This dependency on geojson-flatten (which itself has several more) is easily replaced.

It also turns out many of the tests to constrainFeatureMovement() were supplying faulty Polygon coordinates.

(Motivation: this was causing me some kind of spurious packaging errors when making other changes, the classic Webpack issue with require() and .default etc etc)

stevage avatar Aug 20 '21 07:08 stevage