Mario Nikolaus
Mario Nikolaus
These steps worked for me fine: 1. import leaflet 2. import [rbush](https://github.com/mourner/rbush) (since it is dependency of this plugin) 3. import /src/plugin/leaflet.canvas-markers.js 4. initialize factory with `window.L.CanvasIconLayer = factory(L);` _full.js...
You could try redrawing layer based on current zoom level and scale size of markers accordingly.
@GerkinDev can you still prepare the PR, this looks like its really needs to be added
Anyone knows why the react extension is not found in extensions and why does config file fallback to empty array? `project.extensions.findByName("react")` I get that this PR fixes wrongly accessed type,...