You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: