Oliver Melgrove
Oliver Melgrove
There is a pretty large memory leak when adding multiple instances of `Points`, `Shapes`, or `Lines`. ### Reproduce 1. When `points()`, `shapes()`, or `lines()` is called, it adds a `Points`,...
### Discussion Polygons with holes draw a border between the last and first vertices of consequent holes. This is because lines are getting drawn between every vertex in a polygon....
Benchmarked to be faster than default `point` shader implementation because it doesn't call `mix()` to make a border. Used by setting: - `fragmentShaderSource: L.glify.shader.fragment.dotBorderless` - `fragmentShaderSource: L.glify.shader.fragment.squareBorderless` I've only tested...
- Give background for when GeoJSON can be passed and when an array can be passed to `options.data` (#79) - Give example for how to use `.update()` and `.remove()` -...