Dear visitor, welcome to krpano.com Forum.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
cant see radar...
hye guys.. id just cant see radar at my googlemaps...
this is my code...
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<plugin name="maps" url="%SWFPATH%/plugins/googlemaps.swf" handcursor="true" keep="true"
align="righttop"
x="10"
y="10"
width="300"
height="400"
key=""
lat="2.919511"
lng="101.680698"
zoom="15"
maptype="hybrid"
maptypes="satellite|physical|hybrid"
dragging="true"
scrollwheel="true"
continuouszoom="false"
keyboard="false"
crosshairs="false"
onmapready=""
onmapmoved=""
onmapzoomed=""
onmaptypechanged="if(maptype == physical, if(zoom GT 15,setzoom(25)); , if(zoom GT 18,setzoom(38)); );"
blendmode="layer"
onloaded="set(alpha,0);delayedcall(2,tween(alpha,1));delayedcall(5,ifnot(hovering,tween(alpha,0.1)));"
onover="tween(alpha,1);"
onout="tween(alpha,0,0);"
>
<radar visible="true"
size="100"
alpha="0.5"
fillcolor="0xFFFFFF"
fillalpha="1.0"
linecolor="0xFFFFFF"
linealpha="0.0"
linewidth="0.0"
glow="true"
glowcolor="0xFFFFFF"
glowwidth="4"
glowstrength="3"
behindspots="true"
dragable="true"
/>
<positioncontrol visible="true" anchor="topleft" x="2" y="2" />
<maptypecontrol visible="true" anchor="righttop" x="2" y="40" buttonalign="v" />
<zoomcontrol visible="true" anchor="topleft" x="30" y="70" hasscrolltrack="true" />
|
this is the link
http://www.mosque360.com/Al_Mizan
does this looks familiar ??
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<plugin name="radar" url="../plugins/radar.swf" zorder="98" origin="righttop" edge="center" keep="true" x="100" y="165" width="80" height="80"
alpha="1"
behindspots="true"
dragable="true"
fillalpha="0.8"
fillcolor="0xFFFFFF"
glow="true"
glowcolor="0xFFFFFF"
glowstrength="3"
glowwidth="4"
linealpha="1.0"
linecolor="0xFF0000"
linewidth="0.2"
size="100"
visible="true"
/>
|
i hope that's it.
Cheers
Tuur
Tuur.. id just solved it... thank you .... :)
when checking the xml for the google maps example i do not see anywhere the radar is setup. how is it that we can see the radar without declaring the plugin? i cannot see where radar.swf is called upon? is it built into the google map?
This post has been edited 1 times, last edit by "VN2009" (Sep 29th 2010, 11:45pm)
Hi,
yes, the googlemaps plugin has a build-in radar,
best regards,
Klaus