satrock1

Results 3 issues of satrock1

### 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...

bug
needs more info

There is such a code(it is taken from the example): ``` var granada = L.marker([37.133, -3.636]); var malaga = L.marker([36.674, -4.499]); var sevilla = L.marker([37.418, -5.893]); malaga.addTo(map); granada.addTo(map); sevilla.addTo(map); var...

Hello, I really liked your library, but I have a problem. So I have both wms and wfs layers. With wms, everything is simple there is cql_filter. I am writing...