We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
virtualTourPlugin.updateNode({ id: '1', panorama: baseUrl + 'tour/key-biscayne-7.jpg', thumbnail: baseUrl + 'tour/key-biscayne-7-thumb.jpg', name: 'Seven', caption: [7] ${caption}, links: [{ nodeId: '6' }], gps: [-80.15707, 25.6665, 3], sphereCorrection: { pan: '110deg', pitch: -3 }, });
[7] ${caption}
No response
5.11.1
Firefox
The text was updated successfully, but these errors were encountered:
Ok this happens because the "gps" value of the linked node is not correctly copied from node 6.
6
In the mean time you can redeclare it :
... links: [{ nodeId: '6', gps: [lat, long] }], ...
Sorry, something went wrong.
22c38db
This feature/bug fix has been released in version 5.11.2.
No branches or pull requests
Describe the bug
virtualTourPlugin.updateNode({
id: '1',
panorama: baseUrl + 'tour/key-biscayne-7.jpg',
thumbnail: baseUrl + 'tour/key-biscayne-7-thumb.jpg',
name: 'Seven',
caption:
[7] ${caption}
,links: [{ nodeId: '6' }],
gps: [-80.15707, 25.6665, 3],
sphereCorrection: { pan: '110deg', pitch: -3 },
});
Online demo URL
No response
Photo Sphere Viewer version
5.11.1
Plugins loaded
No response
OS & browser
Firefox
Additional context
No response
The text was updated successfully, but these errors were encountered: