Closed AB-Kent closed 3 years ago
Hi, would you consider a pull request along the lines of the above changeset? It supports any fragment shader defined in Leaflet.gliphy while preserving the existing functionality. If you approve I'll make corresponding changes to addGlPointsSrc
.
@AB-Kent yes, a PR would be great.
I would like to use
leafgl
to render points without borders. ThesimpleCircle
fragment shader inleaflet.glify
does this. Can this be exposed as a user option?Using the
simpleCircle
shader requires addingto the call to
L.glify.points
inaddGlifyPoints.js
. What is the best way to do that optionally, so the existing functionality is preserved?Thanks!