Serge Titov
Serge Titov
One can easily test, that library draws wrong QR-codes for some special inputs like new QRCode(elem "\x80"); new QRCode(elem, "\u0800"); // samaritan letter alaf or any string, conatining chars with...
I'd like to use your app to collect data to build a mobile network coverage map. TowerCollectors' MEASUREMENTS_COLLECTED notifications are great for it, but according to contemporary Android Policies (prohibited...
### Checklist - [X] I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected. - [X] I'm sure this is an issue with Leaflet, not with...
code to reproduce ```javascript // just 3 squares let group = [[[0,0], [1,0], [1,1], [0,1], [0,0]], [[2,2], [3,2], [3,3], [2,3], [2,2]], [[0,4], [1,4], [1,5], [0,5], [0,4]] ]; let poly =...
code to reproduce: ```js // triangle with 'horns', to extend polygon's bounding box let triangle = [[0,0], [4,0], [1,1], [2,2], [0,2], [0,1], [-1,4], [0,0]]; let poly = L.polygon(triangle); if (poly.contains(L.latLng([[0,3]])))...