source: other-projects/tipple-android/tipple-standalone/assets/geodata/fieldays.loc@ 29072

Last change on this file since 29072 was 29072, checked in by ak19, 10 years ago

Sample data for Fieldays Innovation tent

  • Property svn:executable set to *
  • Property svn:mime-type set to application/xml
File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<tour>
3
4<!-- Fieldays Innovation Stands (2014) -->
5
6<!--
7
8id = only used by AR View
9latitude/longitude = used by both 2D view and AR View
10elevation = used by only AR View
11radius = used by both
12title/tts_title = used by both
13text/tts = used by only 2D view
14colour_fill/colour_outline = used only by 2D view
15webpage = only used by AR View
16
17-->
18
19<!-- In concise form, (long,lat)
20
21 Stage-left front
22 175.35516 -37.872781
23
24 Stage-right front
25 175.355091 -37.872915
26
27 Stage-left back
28 175.354855 -37.872661
29
30 Stage-right back
31 175.354788 -37.872804
32
33 Stage-left, middle
34 175.355042 -37.872741
35
36 rect is approximately 16m wide, but 30m long
37-->
38
39
40<location>
41 <!-- Stage-left front -->
42 <id>1</id>
43 <longitude>175.35516</longitude>
44 <latitude>-37.872781</latitude>
45 <elevation>0</elevation>
46 <radius>0.005</radius>
47 <title>Innovation Story 1 (SL-front)</title>
48 <tts_title>Innovation Story One (ES-EL-front)</tts_title>
49 <text>
50 Welcome to Innovation Story one. Radius of 5m.
51 This one links to the university's home page.
52 </text>
53 <webpage>http://www.waikato.ac.nz</webpage>
54</location>
55
56<location>
57 <!-- Stage-right front -->
58 <id>2</id>
59 <longitude>175.355091</longitude>
60 <latitude>-37.872915</latitude>
61 <elevation>0</elevation>
62 <radius>0.01</radius>
63 <title>Innovation Story 2 (SR-front)</title>
64 <colour_fill>#BB0000</colour_fill>
65 <colour_outline>#000000</colour_outline>
66 <text>
67 Innovation Story 2. Radius of 10m. Note the red fill colour, and black outline
68 </text>
69 <tts>
70 Innovation Story Two. Note the red fill colour, and black outline
71 </tts>
72</location>
73
74<location>
75 <!-- Stage-left back -->
76 <id>3</id>
77 <longitude>175.354855</longitude>
78 <latitude>-37.872661</latitude>
79 <elevation>0</elevation>
80 <radius>0.01</radius>
81 <title>Innovation Story 2 (SL-back)</title>
82 <text>
83 Innovation Story 2. Radius of 10m.
84 </text>
85</location>
86
87<location>
88 <!-- Stage-right back -->
89 <id>4</id>
90 <longitude>175.354788</longitude>
91 <latitude>-37.872804</latitude>
92 <elevation>0</elevation>
93 <radius>0.01</radius>
94 <title>Innovation Story 4 (SR-back)</title>
95 <text>Innovation Story 4.</text>
96</location>
97
98<location>
99 <!-- Stage-left, middle -->
100 <id>5</id>
101 <longitude>175.355042</longitude>
102 <latitude>-37.872741</latitude>
103 <elevation>0</elevation>
104 <radius>0.005</radius>
105 <title>Innovation Story 5 (SL-middle)</title>
106 <text>
107 Innovation Story 5. Radius of 5m. This one includes empty audio tags.
108 </text>
109 <audio>
110 </audio>
111</location>
112
113</tour>
Note: See TracBrowser for help on using the repository browser.