leaflet-markers-canvas icon indicating copy to clipboard operation
leaflet-markers-canvas copied to clipboard

A Leaflet plugin to render many markers in a canvas instead of the DOM

Results 15 leaflet-markers-canvas issues
Sort by recently updated
recently updated
newest added

Hi, is it possible to add Polyline to Canvas?

I was trying to add labels to markers,but leaflet options for bindTooltip or bindPopup not working with this plugin,neither it is possible to add icons with L.divIcon

![image](https://github.com/francoisromain/leaflet-markers-canvas/assets/16058290/2f8bc1c6-a894-4bbe-927a-520d77352e13) if use garduCanvas control search can't used garduMarkerCanvas control search can used but problem if used garduMarkerCanvas big data lazy render load how solution, we use search depend on...

Mouse and click events fire regardless of layer, but the mouse does not change to "pointer" for markers that aren't in the top most L.MarkersCanvas(). ``` typescript const layers =...

need repro

not entirely sure how to use this in typescript when importing stuff from leaflet like this ```ts import { Map, Layer, MapOptions, TileLayer, CRS, tileLayer, TileLayerOptions, LeafletMouseEvent, LeafletEvent, Canvas, canvas,...

Hi, Following documentation I see clear, and redraw, clear seems to clear the layer but cannot show it again or redraw. I am trying to simulate an animation creating several...

```js import { MarkersCanvas } from "leaflet-markers-canvas"; import RBush from "rbush"; const map = L.map(...) const markersCanvas = new L.MarkersCanvas(); markersCanvas.addTo(map); const marker = L.marker(e.latlng, { draggable: true }).bindPopup(html); markersCanvas.addMarker(marker)...

in apps with the map not taking up the whole screen, or with pages that resize, the points will often be in the wrong place until you drag the map....

Hello! Currently if you'll move the map just a bit, you can see markers randomly appear and disappear when they're near map's edges. The problem is that marker's visibility is...

Is there any solution to make sprite icon rendered by canvas?