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

Tangram-play doesn't report an error when tiles cannot load because of bad URL #727

Open
skorasaurus opened this issue Apr 20, 2017 · 1 comment

Comments

@skorasaurus
Copy link

skorasaurus commented Apr 20, 2017

While loading one of Patricio's scenes, (https://raw.githubusercontent.com/tangrams/tangram-sandbox/48ee0e7901a06818eb5fe15866171f1239a690ce/examples/ink.yaml);
The map didn't display in tangram-play but there was no error.

I did a quick compare with another scene file and noticed it was missing HTTPS in the url. Once I added HTTPS to the url; it loaded fine.

For future users, adding an error when tiles can't load would be helpful.

ref: #533

@louh
Copy link
Contributor

louh commented Apr 24, 2017

Thanks @skorasaurus. There's a whole category of tile load errors that Tangram.js logs which are not expressed through its usual error event handler, which is how applications like Tangram Play can know about them. This is something we're hoping to improve soon.

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

No branches or pull requests

2 participants