Leaflet.PixiOverlay
Leaflet.PixiOverlay copied to clipboard
markers' color on "million marker" example
Is there any way to change the color of the patched ParticleRenderer, the one used in the million markers demo for example. The typical way
var pc = new PIXI.particles.ParticleContainer(n, {vertices: true});
pc.tint = 16711680 // red
doesn't seem to work here.
Many thanks