-
Notifications
You must be signed in to change notification settings - Fork 799
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
Comments
thanks @hhkaos. i'll take a look soon. |
soon we'll handle this for you, but in the meantime you can supply a blank .png to substitute via the 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 |
Thx John! :), I'll try this way :))
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I have found a bug:
http://esri-es.github.io/JavascriptAPI/problems/morethan1000entities/tiled_feature_leaflet.html
Cheers,
Raul
The text was updated successfully, but these errors were encountered: