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

Broken thumbnails with tile layers #759

Closed
hhkaos opened this issue Mar 4, 2016 · 3 comments · Fixed by #784
Closed

Broken thumbnails with tile layers #759

hhkaos opened this issue Mar 4, 2016 · 3 comments · Fixed by #784

Comments

@hhkaos
Copy link
Member

hhkaos commented Mar 4, 2016

I think I have found a bug:
http://esri-es.github.io/JavascriptAPI/problems/morethan1000entities/tiled_feature_leaflet.html

Cheers,
Raul

@jgravois
Copy link
Contributor

jgravois commented Mar 7, 2016

thanks @hhkaos. i'll take a look soon.

@jgravois
Copy link
Contributor

soon we'll handle this for you, but in the meantime you can supply a blank .png to substitute via the errorTileUrl in the tiledMapLayer constructor.

L.esri.tiledMapLayer({
  url: "yourservice",
  errorTileUrl: './missing256.png' // hosted alongside your app
}).addTo(map);

you can find placeholder images available for download in the Esri Knowledge Base article below

Article ID: 36939
http://support.esri.com/en/knowledgebase/techarticles/detail/36939

@hhkaos
Copy link
Member Author

hhkaos commented May 25, 2016 via email

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

Successfully merging a pull request may close this issue.

2 participants