Leaflet.PixiOverlay icon indicating copy to clipboard operation
Leaflet.PixiOverlay copied to clipboard

Bring Pixi.js power to Leaflet maps

Results 41 Leaflet.PixiOverlay issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/53429356/134652183-87150c42-0461-45e4-9983-9f9c1e510ef5.png) The transparent property in options has been deprecated in v6 of PixiJs. Is it possible to replace the transparent with backgroundAlpha in order to remove the deprecation warning? ![image](https://user-images.githubusercontent.com/53429356/134652538-2bd3fd5b-09e9-4b72-8aab-9449702c255d.png)

Hi, your plugin looks great and seems to provide really good performance. But I detected a problem (Chrome v91.* Linux, same with current Firefox version): When moving the map by...

Hi there Just to say thanks for this lib. I have used it to build this [viewer ]( https://acycliq.github.io/visage/). It shows a part of the mouse brain (hippocampus/CA1). The dots...

Hey guys, I'm trying to use Pixioverlay with Vue and Vue2-Leaflet, however, some functions do not work. for example the variable "event" ` var pixiOverlay = L.pixiOverlay( (utils, event) =>...

How can I implement the function of dragging and dropping a marker? Every time a simulated drag event triggers **mousedown**, **mousenove**, **mouseup** and other events, the drag map event will...

Hello everyone, I'm trying to follow the example [many-markers](https://manubb.github.io/Leaflet.PixiOverlay/many-markers.html) using Vue2-Leaflet and Leaflet-Pixi-Overlay. However, when I add the Container Particle it is displaying the error as shown in the image...

Hello, After adding a line or curve using `bezierCurveTo` or `lineTo` function of `PIXI.Graphics` mouse events not triggering on them. ``` const arc = new PIXI.Graphics(); arc.lineStyle(lineWeight, 0x3388ff); arc.moveTo(from.x, from.y);...

Hello there. Is there an example in the docs on how to add or remove markers dynamically after the map and layers have been rendered? For instance, after a specified...

It would be great if the million marker example had a way to add a `click` event to each marker. I tried to implement it myself looking at the other...

I am trying to draw a box over an area. I want to be able to select the markers within this box and then perform an action on the markers...