radar whit partial flat pano

  • Hi

    I have have a problem with radar in googlemaps plugin.

    I use the same code in 2 different .xml files

    1) the first pano is a spherical panorama (360x180)
    and the code work correctly and you can see the radar in googlemaps
    (here the pano http://www.geo360.it/pano111_L.htm)

    2) but in the second pano, that is a flat height resolution partial pano,
    the same code doesen't work, and you can't see the radar in googlemaps
    in fact the radar is little
    (here the pano http://www.geo360.it/zoom50.htm)

    ant this is the code


    <plugin name="maps"
    url="%CURRENTXML%/swfobject/googlemaps.swf"
    keep="false" preload="false"
    visible="true" enabled="true" handcursor="true" capture="true" children="true"
    zorder="2"
    alpha="1.00" blendmode="normal"
    smoothing="true"
    align="leftbottom" edge=""
    x="-400" y="0" ox="" oy=""
    width="400" height="100%"
    crop="" ondowncrop="" onovercrop=""
    scale="1" scale9grid="" scalechildren="false"
    rotate="0"
    parent=""
    mask=""
    onloaded=""
    onover=""
    onhover=""
    onout=""
    ondown=""
    onup=""
    onclick=""
    continuouszoom="false"
    crosshairs="false"
    dragging="true"
    effect=""
    key="mykey"
    keyboard="false"
    lat="46.241258"
    lng="11.674437"
    maptype="HYBRID"
    maptypes="normal|satellite|physical|hybrid"
    onmapmoved=""
    onmapready=""
    onmaptypechanged=""
    onmapzoomed=""
    pitch="0"
    roll="0"
    scrollwheel="false"
    viewmode="2D"
    xonout="tween(plugin[maps].x,-400);"
    xonover="tween(plugin[maps].x,0);"
    yaw="0"
    zoom="12"
    >
    <positioncontrol anchor="topleft"
    visible="true"
    x="10"
    y="10"
    />
    <radar alpha="0.33"
    behindspots="true"
    dragable="false"
    fillalpha="1.0"
    fillcolor="0xFFFFFF"
    glow="true"
    glowcolor="0"
    glowstrength="3"
    glowwidth="10"
    linealpha="0.0"
    linecolor="0xFFFFFF"
    linewidth="0.0"
    size="100"
    visible="true"
    />
    <zoomcontrol anchor="topright"
    hasscrolltrack="true"
    visible="true"
    x="30"
    y="10"
    />
    <spot name="s1"
    active="true"
    heading="-90"
    lat="46.241258"
    lng="11.674437"
    />
    </plugin>


    thanks a lot if you want help my

Jetzt mitmachen!

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