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
Something seems to have been broken(?) by this commit: e90d65b. I cannot get a simple equirectangular panorama to display anymore after that change. My test tour is this:
Instead of the image (which is loaded correctly according to Firebug), I only see a grey area. Setting ignoreGPanoXMP to true makes everything work again - so maybe the default should be set to true? I can send you the affected image by email if needed.
The text was updated successfully, but these errors were encountered:
I suspect the image contains XMP data. Looking back at my code, I'm trying to use the Google Panorama tags if an image has XMP data, whether or not it actually has the tags. Obviously, that ends badly when those XMP tags don't exist. I'll fix it tonight.
Something seems to have been broken(?) by this commit: e90d65b. I cannot get a simple equirectangular panorama to display anymore after that change. My test tour is this:
Instead of the image (which is loaded correctly according to Firebug), I only see a grey area. Setting
ignoreGPanoXMP
to true makes everything work again - so maybe the default should be set totrue
? I can send you the affected image by email if needed.The text was updated successfully, but these errors were encountered: