Basemap renders tiles unevenly and scattered.
See original GitHub issue- Browser and version:
Chrome 77
- Version of Leaflet (
L.version
):
1.5.1
- Version of esri Leaflet (
L.esri.VERSION
):
2.3.1
Steps to reproduce the error:
- Include the libraries.
- Include the following code:
const map = L.map('byuMap').setView([37.75, -122.23], 10)
esri.basemapLayer('Topographic').addTo(map)
What happens is that the basemap displays oddly:
I was expecting all the tiles to render properly.
I’m not using the CDN, I’m loading/bundling the library using:
webpack, vue, and nuxt.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
The layer can not be added to the map because its coordinate ...
Using a scale that is not available with the Esri basemap scale; hence, the tile service is not added due to the mismatch...
Read more >A parallel method for accelerating visualization and ... - NCBI
First, vector tile rendering is completed on the client side and affords great adaptability for users in terms of map styles customization.
Read more >About tile packages—ArcMap | Documentation
A tile package allows you to create a set of tiles (images) from a map, then use the set of tiles as a...
Read more >PDS: Data Set Information - NASA
Those images were mosaicked into basemap data records (BDRs). ... Map tiles are named based on the quadrant of the Mercury chart they...
Read more >Fantasy Map Creator
Warning: opening a save, loading new basemap wipes clean current map. ... Click tiles and use the handy selection menu to fine-tune your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@blakemorgan let’s close this for now. But if you find you are still having issues after verifying that the Leaflet CSS and JS versions are aligned, then feel free to provide the info and reopen.
What are your JS and CSS versions of your Leaflet-related dependencies? We see this sometimes when they aren’t the same.