-
-
Notifications
You must be signed in to change notification settings - Fork 693
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
Marker with virtual tour #743
Comments
Hello Markers are configured with Look at the exemple source https://photo-sphere-viewer.js.org/plugins/plugin-markers.html#example |
Hi, Thanks for the replay, the example you provided me works with no problem. The issue I'm facing is by adding a list of markers to a node of a VirtualPlugin. I'm not entirely sure if this is a matter of angular, typescript or PSV, and so I'm tryng every things that pop in my mind :) If you could provide me a working example of a viewer with 2 node, and some markers on each nodes I will try to understand what I'm doing wrong. Thanks |
The problem is a mistake in the type definition
I will fix it In the meantime, use a |
This feature/bug fix has been released in version 4.7.1. |
Hi,
I'm using PSV version 4.7.0, in a small angular project. I use both Marker and VirtualTour plugin because I'd like to have both the navigation functionality and a list of markers for every node, but I have no clue on how to make it work.
I've tried to define a node with a "markers" property, populated with new object, something like
I also tried to first create a Marker with the
addMarker
function from the Marker plugin, but I always get the same error:I've looked in the official documentation but I found nothing. Is probably something I'm doing wrong but I have no clue on what can be. Also, in the documentation it says: The plugin allows to define nodes which contains a panorama and one or more links to other nodes. The links are represented with a 3D arrow (default) or using the Markers plugin. and also on this I found no clue on how to use marker plugin to represent links.
Any help will be really appreceated
Thank
Tommaso
The text was updated successfully, but these errors were encountered: