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

  • 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

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!