Hello,
I’m trying to create a Link for connecting two floors, and I found some problems which are keeping me stuck.
This is the code I’m using for creating the link:
this.link = this.mapWrapperService.mapViewer().addRoutingLink({
startPoint: start.position,
endPoint: end.position,
startFloor: start.dataset,
endFloor: end.dataset,
url: image
});
Many thanks, Juan.
Hi Juan,
Sorry for the late answer.
Unfortunately, it is not currently possible to animate a single agent along a link or a path. As you experienced, when setting the repeat parameter to 1, it just stretches out the texture. We are pondering including in our roadmap a refactoring for this feature but it’s a low priority compared to other jobs.
About your second point, Links are not interactive. You should be able to click on the pins that appear on starting, ending points and on floor transitions (a bug related to this was fixed in VisioWeb 1.8.7).