Description
When I try to make two or more layers with L.Geoserver.wfs, my layers break (The first layers don't show in the map, and the last layer shows the first layer instead of the correct one.
I want to fix it, but I need assistance, I don't understand the source of the bug
To reproduce see this fork where I tried to define 2 layers wfs1 and wfs2 https://github.com/nez/leaflet-geoserver-request/blob/e1bd8687147950fbc514d9f07e2f27e985a2b6f8/examples/maps.html#L61-L89
(In this example I am trying to make two layers with the same dataset, the first is red, and the second is white with half transparency, so the color should look pale red but it shows white.
There is also the following error in the browser
parsererror Error: getJson was not called
Uncaught ReferenceError: getJson is not defined
Thanks for the great lib and for your assistance