Oliver Melgrove
Oliver Melgrove
Hi @alex-oko @vutle , I created a pull request with circle and square borderless shaders. See here: https://github.com/robertleeplummerjr/Leaflet.glify/pull/127 for `dotBorderless.glsl` and `squareBorderless.glsl`
It doesn't look like there have been any updates to the package since I created this issue so I don't think so, unless you are referring to something else. I'm...
It seems like it would be much slower to call `.includes` every iteration of the for loop when you know which element you are checking for each time, that's why...
@neilm-code Doable by storing the index of the point in the `properties` of its GeoJSON. Then write your click handler to get the index from the feature and pass it...
Closes #111