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

Is it possible to adapt pixi to Openlayers?

After updating the version of pixi.js, L.pixiOverlay started to return null and I cannot add the pixiOverlay to the leaflet map.

Hi guys, I am having a problem with pixi marker. So when I click on the marker, the event is not stopped and keep going through to leaflet layer. I...

I was struggling to get it running because the import order doesn't follow the usual after-leaflet plugin load order. This adds the correct import order.

Not an issue, but this may help somebody. I was having some problems using Vue3 with pixi layer, but have overcome them, so anybody else using Vue may be interested....

Hi , I have a requirement to use multiple pixioverlays , the user can add /remove any layer to the map (from a selection of check box) so when adding...

Getting a null pointer exception in the pixiOverlayClass.onRemove function -set ._map to null after events .off function is called

Hi! I had some need in my company to use this library to render a bunch of markers, it looks like this whole project was fully made with javascript, so...

Hi, Below I have a topoJSON file that is essentially an inversion of registered land in Cornwall, that is, the unregistered land(ish). For some reason, I cannot display it in...

I'm trying to implement drawing marker using PixiOverlay. It works well when i use the draw triangle example. But when i'm trying to use Marker Example. It seems does not...