Esri / Esri/esri-leaflet-vector
New Vector Basemaps show all USGS benchmarks at Zoom level 12
- Dominant language
- JavaScript
- Stars
- 72
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the bug
The new vector basemaps when used with esri leaflet appear to show all of the USGS Benchmarks at Zoom level 12. This doesn't appear to happen at the other zoom levels.
### Reproduction
Replace the map constructor in the example on this page:
https://esri.github.io/esri-leaflet/examples/
with the following line:
var map = L.map('map').setView([29.703, -103.543], 12);
You will see a basemap that looks like this:

This doesn't seem to happen when viewing these basemaps through the arcgis.com map viewer:
https://www.arcgis.com/apps/mapviewer/index.html?layers=7dc6cea0b1764a1f9af2e679f642f0f5
### Logs
_No response_
### System Info
```shell
Leaflet Version 1.7.1
ESRI Leaflet Version 3.0.7
ESRI Leaflet Vector 3.1.1
```
### Additional Information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.