Glen
Glen
Why don't you create your input as a Set? On Sat., 29 Dec. 2018, 6:04 am Barbazul An example of external control list would be something like this: > >...
I would create a readable stream from the generator of this library and a writable stream from 'fs' then just readable.pipe(writable) assuming you are using nodejs. The issue is you...
All you need to do is import @turfjs/simplify then do it on the input to the render ``` features = simplify(features, { tolerance: 0.02}); let svg = renderer.type('type').render(features); ```