You are not logged in.

1

Saturday, July 16th 2011, 1:33pm

map icon not showing

Hi All!

coding isnt my strong point... I am a photographer.

I am putting many of my panos (165) into one document that can be navigated via google maps.

I can not see a spot on the map. There was, but now it disappeared! But it didnt load the pano anyway!

The map is scrollable and draggable, but not in the middle. with the mouse in the middle third of the map, it drags the pano instead of the map! There is also a krpano logo there! I do have a license in the folder.

http://www.itsrich.info/locations

Please help as I have a lot of coding to do and I cant get the first bit right!

Rich!

original xml can be found at http://www.itsrich.info/360vr/locations/itsrich.xml

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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!--************** MAPS ***********************************************************-->
    <!-- action performed when mouse hovers over a thumbnail preview -->
    <action name="magnify">
		tween(plugin[%1].alpha, 1.5, 0.3, easeInOutCubic);
		tween(plugin[%1].scale, 1.05, 0.3, easeInOutCubic);</action>
    <!-- action performed when mouse goes away from a thumbnail preview -->
    <action name="lie">
		tween(plugin[%1].alpha, 0.8, 0.3, easeInOutCubic);
		tween(plugin[%1].scale, 1, 0.3, easeInOutCubic);</action>
    <!-- open the thumbnail -->
    <action name="slide_action_in">
		tween(plugin[slide].y,30%,1,easeOutQuint);
		set(plugin[strapArrow].rotate,180) ;
		tween(plugin[thumbArray].y,30%,1,easeOutQuint, set(plugin[strap].onclick,action(slide_action_out)); );</action>
    <!-- close the thumbnail -->
    <action name="slide_action_out">
		tween(plugin[slide].y,0,1,easeOutQuint);
		set(plugin[strapArrow].rotate,0) ;
		tween(plugin[thumbArray].y,0,1,easeOutQuint, set(plugin[strap].onclick,action(slide_action_in)); );</action>
    
	<plugin name="slide" 
	keep="true" 
	zorder="0" 
	url="googlemaps.swf" 
	key="ABQIAAAAIPBMz07hMD7cQimqzIVcoBSKZLXCtr9Bcqwpv4jNo7t_i8WznhQceqNzttFH9hql8gGBIf85dY0Ddg"
	visible="true" 
	enabled="true" 
	handcursor="true"
	dragging="true" 
	capture="false" 
	children="true" 
	alpha="0.9" 
	blendmode="normal" 
	smoothing="true"  
	align="bottom" 
	edge="top" 
	width="100%" height="30%" 
	onloaded="set(plugin[slide].y,0);set(plugin[strapArrow].rotate,0) ;set(plugin[thumbArray].y,0);" 
	onclick="action(slide_action_in)"
	
			lat="42"
			lng="-5"
			zoom="2"
			maptype="SATELLITE"
			scrollwheel="true"
			continuouszoom="true"
			crosshairs="false"
			onmapready=""
			>/>
	 
	 <positioncontrol visible="true" 
                         anchor="topleft" x="2" y="2" 
                         />
                         
        <zoomcontrol visible="true" 
                     anchor="topright" x="2" y="2" 
                     hasscrolltrack="true" 
                     />
	 
	 

	</plugin>



	<!-- load and update map actions -->
	<action name="update_map_spot">
		plugin[map].activatespot(%1);
		plugin[map].pantospot(%1);
	</action>
	
	<action name="load_map_pano">
		loadpano('%CURRENTXML%/%1', null, MERGE, BLEND(1));
	</action>

    <plugin name="thumbArray" 
	keep="true" 
	zorder="0" 
	url="itsrichdata/graphics/transparent.png" 
	visible="true" enabled="true" 
	handcursor="false" capture="false" 
	children="true" 
	alpha="0.6" onover="tween(alpha,0.8);"onout="tween(alpha,0.6);" 
	blendmode="normal" 
	smoothing="true" 
	x="0" y="0" 
	scale="1" 
	align="bottom"
	edge="top" oy="0" ox="0" width="prop" height="30%" rotate="0"/>
	
    <plugin name="strap" keep="true" zorder="0" url="itsrichdata/graphics/strap.png" parent="thumbArray" scale="1" align="top" edge="left" rotate="-90" alpha="1.0" handcursor="true" onclick="action(slide_action_in)"/>
    <plugin name="strapArrow" keep="true" parent="strap" zorder="0" url="itsrichdata/graphics/arrow.png" align="center" edge="center" capture="false"/>
    <action name="closeglobalobjects">slide_action_out();</action>


<action name="combobox:zapcat_equi">loadpano(itsrich163.xml,NULL,NULL,BLEND(1));</action>
<spot name="zapcat" lat="50.4161" lng="-5.1"
              onhover="showtext(ZapCat Boat Racing Newquay);" 
              onclick="action(zapcat);" 
              heading="0"  
              active="true" 
              />
			  
<action name="zapcat">
        plugin[maps].activatespot(zapcat);
        plugin[maps].pantospot(zapcat);
        loadpano(itsrich163.xml,null,MERGE,BLEND(1));
    </action>

2

Monday, July 18th 2011, 10:06pm

any help?

please....

VN2011

Professional

Posts: 1,336

Location: Duluth MN

  • Send private message

3

Monday, July 18th 2011, 10:36pm

wont let me view your website at work.

High Risk Website Blocked
Location: www.dsnextgen.comAccess has been blocked as the threat Mal/HTMLGen-A has been found on this website.
sophos antivirus.

4

Tuesday, July 19th 2011, 10:40am

High Risk Website Blocked
Location: www.dsnextgen.comAccess has been blocked as the threat Mal/HTMLGen-A has been found on this website.
sophos antivirus.


doesnt sound good...

many thanks for letting me know, i have contacted my hosting service.

Rich

5

Thursday, July 21st 2011, 8:45am

can anybody help?

would be really really really appreciated to know what i am doing wrong