Esri/esri-leaflet-vector

Tiles no longer display after upgrade to 4.0.0

dandormont opened this issue · 1 comments

Describe the bug

I have a vector tile layer, which is a polygon layer showing some land parcels. It displays fine with versions of esri-leaflet-vector up to 3.1.5, but starting with 4.0.0 the tiles do not display. When testing locally, (but curiously, not in my Codepen example), I do get an error message " Geometry exceeds allowed extent, reduce your vector tile buffer size " but I'm not sure what that means nor what to do about it.

Reproduction

Go to this codepen: https://codepen.io/dandormont-the-decoder/pen/OJmQZZy
Notice a layer of blue polygons displays.
Now, change the version of esri-leaflet-vector to 4.0.0
The tile layer no longer displays.

Logs

No response

System Info

Leaflet 1.9.3, Esri Leaflet 3.0.9, Esri Leaflet Vector 4.0.0

Additional Information

No response

I'm guessing this is due to the fact that basemap and tile layers go into the same pane by default. There's another issue specifically for that I see, so I can close this one.