Possible Bug: Hotspot with 2 points

  • I am experiencing different behavior between the flash and html5 pano viewer. It appears that if you have a hotspot with 2 points, as in the code listed below, the flash viewer will happily display a line. However, the same hotspot defined on a pano viewer using HTML5 will not display the line. To get a line to display you need to duplicate the second point.

    Code
    <hotspot name="hs1" fillcolor="0xaaaaaa" fillalpha="0.5" borderwidth="2.0" bordercolor="0xff0000" borderalpha="1.0" >
    	<point ath="-47.351131" atv="29.794697" />
    	<point ath="-49.919787" atv="-5.83232" />
    </hotspot>

    I am not sure which one is exhibiting the desired behavior. But I would very much like to display lines on the HTML5 viewer without having to hack a 3rd point.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!