xiewj 1 jaar geleden
bovenliggende
commit
2b170b3b21

+ 2 - 2
720yun_fd_consumer/gis_consumer/src/main/resources/data/tour.xml

@@ -1,4 +1,4 @@
-<krpano version="1.21" title="Virtual Tour">
+<krpano version="1.21" title="Virtual Tour">
 
     <include url="%SWFPATH%/skin/vtourskin.xml" />
 
@@ -36,7 +36,7 @@
                    loadscene_blend="OPENBLEND(0.5, 0.0, 0.75, 0.05, linear)"
                    loadscene_blend_prev="SLIDEBLEND(0.5, 180, 0.75, linear)"
                    loadscene_blend_next="SLIDEBLEND(0.5,   0, 0.75, linear)"
-                   loadingtext=""
+                   loadingtext="loading..."
                    layout_width="100%"
                    layout_maxwidth="814"
                    controlbar_width="-24"

+ 17 - 16
720yun_fd_manage/gis_application/src/main/resources/data/tour.xml

@@ -1,4 +1,4 @@
-<krpano version="1.19" title="Virtual Tour">
+<krpano version="1.21" title="Virtual Tour">
 
     <include url="%SWFPATH%/skin/vtourskin.xml" />
 
@@ -8,11 +8,15 @@
                    maps_bing_api_key=""
                    maps_google_api_key=""
                    maps_zoombuttons="false"
+                   maps_loadonfirstuse="true"
                    gyro="true"
+                   gyro_keeplookingdirection="false"
                    webvr="true"
-                   webvr_gyro_keeplookingdirection="false"
+                   webvr_keeplookingdirection="true"
                    webvr_prev_next_hotspots="true"
+                   autotour="false"
                    littleplanetintro="false"
+                   followmousecontrol="false"
                    title="true"
                    thumbs="true"
                    thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="0|40|240|160"
@@ -54,18 +58,15 @@
                    design_text_shadow="1"
     />
 
+    <!--
+        For an alternative skin design either change the <skin_settings> values
+        from above or optionally include one of the predefined designs from below.
+    -->
+    <!-- <include url="skin/vtourskin_design_flat_light.xml"  /> -->
+    <!-- <include url="skin/vtourskin_design_glass.xml"       /> -->
+    <!-- <include url="skin/vtourskin_design_ultra_light.xml" /> -->
+    <!-- <include url="skin/vtourskin_design_117.xml"         /> -->
+    <!-- <include url="skin/vtourskin_design_117round.xml"    /> -->
+    <!-- <include url="skin/vtourskin_design_black.xml"       /> -->
 
-
-    <!-- startup action - load the first scene -->
-    <action name="startup" autorun="onstart">
-        if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );
-        loadscene(get(startscene), null, MERGE);
-        if(startactions !== null, startactions() );
-    </action>
-
-
-
-
-
-
-</krpano>
+</krpano>