You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
Additional Information
No response
The text was updated successfully, but these errors were encountered: