Visioglobe Developer SiteVisioglobe Developer SiteVisioglobe Developer SiteVisioglobe Developer Site
  • PRODUCTS
    • VISIO MOVE ESSENTIAL
    • VISIO WEB
    • VISIO MAP EDITOR
  • BLOG
  • Q&A FORUM
  • VISIOGLOBE.COM
  • Log in
  • Questions
  • Unanswered

Link behaviour

0

Hello,

I’m trying to create a Link for connecting two floors, and I found some problems which are keeping me stuck.

  1. I’m trying to use an icon for the Link, but it’s repeating itself all over the vertical line, which is a strange behaviour I would like to avoid. I’ve tried setting the repeat parameter to one, but it stretchs the icon’s height to seize all the vertical line.
  2. The Link is not clickable. If I click the link nothing happens, I mean, I would like this link to go to the linked floor, but it doesn’t.

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.

Category: visioweb Tags: route vglink VisioWeb asked December 11, 2017
link
jjcarrancia
0

1 Answer

0

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).

link
Cedric Manzoni
90

  • PRODUCTS
    • VISIO MOVE ESSENTIAL
    • VISIO WEB
    • VISIO MAP EDITOR
  • BLOG
  • Q&A FORUM
  • VISIOGLOBE.COM
  • Log in
Visioglobe Developer Site