Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR_NAME_NOT_RESOLVED while zooming in with ImageryClarity #1197

Closed
danieloliveira117 opened this issue May 8, 2020 · 5 comments · Fixed by #1218
Closed

ERR_NAME_NOT_RESOLVED while zooming in with ImageryClarity #1197

danieloliveira117 opened this issue May 8, 2020 · 5 comments · Fixed by #1218
Assignees
Labels

Comments

@danieloliveira117
Copy link
Contributor

Describe the bug

Invalid url (ERR_NAME_NOT_RESOLVED) while zooming in when using the ImageryClarity basemap.

URL: https://clarity.maptilemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/18/104319/67391/8/8?f=json

To Reproduce

See bug in jsbin

  1. Use ImageryClarity basemap.
  2. Zoom in a few times.
  3. See error in console.

Screenshots

imagem

Environment Information

  • Version of Leaflet (L.version): 1.6.0
  • Version of Esri Leaflet (L.esri.VERSION): 2.4.0
  • Your OS: Windows 10
  • Browser and Version: Firefox 76, Chrome 81
@gavinr
Copy link
Contributor

gavinr commented May 8, 2020

Doing a bit of research here:

  1. The issue only happens on zoom-in, when zooming into level 14 or higher.
  2. The issue does not happen on pan.
  3. The issue does not happen when zooming out
  4. The issue does not happen when zooming into level < 14

See console here: https://jsbin.com/getalahoki/2/edit?html,output

@jgravois
Copy link
Contributor

jgravois commented May 9, 2020

Clarity might not have a tilemap #1011

@mickeyjohn
Copy link

It is happening the same with me after version 2.2.4. Is this an expected feature or an issue?
Thanks a lot.

@jgravois
Copy link
Contributor

jgravois commented May 25, 2020

its a bug.

if (this._url.indexOf('World_Imagery') !== -1) {

the call above returns true for both the Imagery and ImageryClarity basemaps, but only the first one actually has a tilemap.

@jwasilgeo
Copy link
Contributor

jwasilgeo commented Jul 22, 2020

ImageryFirefly also falls under this. I've got something in the works coming soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants