-
Notifications
You must be signed in to change notification settings - Fork 572
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
simple.html does not work by Cross-Origin error #21
Comments
Hi, |
I have the same issue with simple.html. Also, when I change travel mode to from DRIVING to WALKING in the viewer.html, I get the Cross-Origin error when using roads that are not available to cars. |
@Jip-Hop |
A slight modification to GSVPano.js (method : this.composePanorama) will make these errors go away. Some of the tiles requested are boundary ones which does not exists. You can ignore these errors and still Pano will load just fine. Here I am watching for error on tile request and onError just returning an empty image.
|
同样遇到此问题,不知如何解决 |
Thanks @devasur |
Thanks @devasur! That totally fixed it! 😄 |
Hi.
I tried viewer.html, and it was working fine.
But simple.html did not work properly in the following errors.
Does anyone know how to fix this error?
The text was updated successfully, but these errors were encountered: