simplify-js
simplify-js copied to clipboard
High-performance JavaScript polyline simplification library
Hi, I propose to add the link to my Lua port of your library.
The version published on NPM is `1.2.4`, as is the latest version in this repository, but the TypeScript definitions do not match. [The type definitions in the NPM package is...
New to simplify. Was curious if there would be a recommended approach to supplying a zoom level to supply to simplify?
Hi! We had a need for simplification of points with an arbitrary number of dimensions, so I generalized the point code to accept any number of dimensions. This flexibility comes...
I used rbush and flatbush as an example. I - adopted eslint with `eslint-config-mourner` - added rollup - swapped in `let`, `const`, and `import` - added a `module` field in...
I have been created a dart version https://github.com/MorochoRochaDarwin/douglas-peucker-dart I would like to add the repo in README.md
Попробовал библиотеку, и возникло ощущение слишком большой разницы между вариантами highestQuality on/off. Хочется чего-то промежуточного. Идея состоит в том, чтобы превратить качество из бинарного флага в плавно изменяемый параметр от...
1) Added some additional testcases. 2) Fixed simplify() so that any sequence of the same point yields this point (simplify([p*]) => [p]).