question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:

  1. Include the libraries.
  2. 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:

Screenshot from 2019-10-14 13-25-50

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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jwasilgeocommented, Oct 23, 2019

@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.

1reaction
jwasilgeocommented, Oct 14, 2019

What are your JS and CSS versions of your Leaflet-related dependencies? We see this sometimes when they aren’t the same.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found