Radar plugin looks as double

  • Hi!
    Please, look at http://3dpanorama.ru/underground/cc-vtour4/tour.html
    This is not my first virtual tour but i have a problem.
    At Samsung Galaxy S2 map-radar looks as double in standart internet browser. See the attachments files. In FF and Safary it looks correctly. At iPad4 and Windows desktop brouwers it looks correctly too.



    Any idea?

  • Just guessing:
    - Have you tried renaming your action map1 to map_1. Don't know if this might be differently interpreted but there is also layer with that name.
    - ...try with one radar changing his parent only to active point.
    regards
    Umalo

  • Have adapted your code to use only one radar plugin not two like in your solution. Sent to you via PM.

    Just now I realized that you are using old radar plugin and new viewer. *huh*
    Open log and see that you are on 1.16.5 version and your radar is 1.08.15 -> http://3dpanorama.ru/underground/cc-vtour4/plugins/radar.swf
    That might be the reason on some devices behaves strange. Try and give feedback.
    regards
    Umalo

  • Umalo offer a good idea:
    1 radar layer only
    select value of the parent attribute in activatespot action

    Code
    <action name="activatespot">
    		set(layer[radar].visible, false);	
    		set(layer[radar].heading, %2);		
    		set(layer[radar].parent, %1);		
    		set(layer[radar].visible, true);
    		set(plugin[activespot].parent, %1);	
    		set(layer[activespot].visible, true);
    	</action>

    It works correctly!

    PS Grand merci, Umalo

Participate now!

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