Florian Bischof

Results 294 comments of Florian Bischof
trafficstars

@chcederquist can you please share your code? I understand that issue was with canvas renderer. 10000 or more SVG elements are a lot

@jonkoops @IvanSanchez @mourner please review

@mourner @IvanSanchez the publish workflow is failing, can you fix it as admins. We deleted the file `leaflet-src.esm.js` ![grafik](https://github.com/user-attachments/assets/f9f5436e-0dcd-4043-9a00-d0deb4e0f771) https://github.com/Leaflet/Leaflet/actions/runs/13902673018/job/38899588346

I don't think that there is a way around the Browser detection. The problem is that each Browser handles it different so we need to handle different for the browsers

Without any code, this is realy hard to debug. Can you please try to reproduce this in this demo: https://jsfiddle.net/o1dwu2vg/ Or can you share your project code?

One thing that is different is https://github.com/Leaflet/Leaflet/pull/8651

@jonkoops newly added features or issues should be added to the current alpha milestone so we can track what has changed. The v2 milestone overview doesn’t clearly show these differences....

Partially fixed by: https://github.com/badgen/badgen.net/commit/36a017de63c8c2bdf233ac389d9f9ee392ea7249 Except Gitlab working as except:

In the background we always convert the layer to a polygon and then using its center. Here is a Leaflet core problem with the polygon center calculation https://plnkr.co/edit/N60dXAzFbVUdy86B ![grafik](https://github.com/user-attachments/assets/d6be602a-571a-440d-bb07-f13b357fb3fd)

In my usecase the user can add custom Tile to the map. So I allow to add `subdomains` too. But if no subdomains entered it is added as undefined. ```...