source: other-projects/tipple-android/tipple-ar/tipple-standalone-hpg/assets/geodata/uni.loc@ 26528

Last change on this file since 26528 was 26528, checked in by davidb, 11 years ago

Code developed by the Tipple-AR Smoke and Mirrors team, based on the main tipple trunk

File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<tour>
3
4<!-- Univeristy of Waikato -->
5
6<location>
7 <latitude>-37.78804</latitude>
8 <longitude>175.31238</longitude>
9 <altitude>50</altitude>
10 <radius>0.03</radius>
11 <title>Bryant Hall</title>
12 <text>
13Welcome to Bryant Hall.
14 </text>
15 <marker_type>house</marker_type>
16 </location>
17
18 <location>
19 <longitude>175.31684</longitude>
20 <latitude>-37.78784</latitude>
21 <altitude>50</altitude>
22 <radius>0.01</radius>
23 <title>L-Block</title>
24 <tts_title>El Block</tts_title>
25 <colour_fill>#BB0000</colour_fill>
26 <colour_outline>#000000</colour_outline>
27 <text>Welcome to L-Block. A lot of lectures are here.</text>
28 <tts>
29Welcome to El Block. A lot of lectures are here.
30 </tts>
31 <marker_type>lecture</marker_type>
32</location>
33
34<location>
35 <longitude>175.31497</longitude>
36 <latitude>-37.78663</latitude>
37 <altitude>50</altitude>
38 <radius>0.01</radius>
39 <colour_fill>#00FF00</colour_fill>
40 <colour_outline>#0000FF</colour_outline>
41 <title>Gallagher Academy of Performing Arts</title>
42 <text>
43The Academy is situated on the University of Waikato campus four kilometres to the east of Hamilton city centre. Parking is available via Gate 2B, Knighton Road, Hamilton, with the Academy a two minute walk around the campus lake.
44 </text>
45 <marker_type>dinosaurpark</marker_type>
46</location>
47
48<location>
49 <longitude>175.31622</longitude>
50 <latitude>-37.78750</latitude>
51 <altitude>50</altitude>
52 <radius>0.02</radius>
53 <title>Village Green</title>
54 <text>Here is Village Green. There is a variety of shops and ATMs here.</text>
55 <marker_type>shop</marker_type>
56</location>
57
58
59<location>
60 <latitude>-37.788972</latitude>
61 <longitude>175.317668</longitude>
62 <radius>0.03</radius>
63 <title>G-Block</title>
64 <tts_title>Jee Block</tts_title>
65 <text>
66This building houses the departments of Computer Science, Mathematics
67and Statistics.
68 </text>
69 <tts>
70This building houses the departments of Computer Science, Mathematics
71and Statistics.
72 </tts>
73 <x_orient>200</x_orient>
74 <audio>
75 </audio>
76 <marker_type>poo</marker_type>
77</location>
78
79<location>
80 <latitude>-37.78764</latitude>
81 <longitude>175.317732</longitude>
82 <radius>0.05</radius>
83 <title>The Library</title>
84 <text>
85This is the library
86 </text>
87 <audio>
88 </audio>
89</location>
90
91
92<!-- Empty space -->
93<!-- geo fix 175.308644771 -37.7605 -->
94
95<!-- 17 Ernest Road -->
96<!-- geo fix 175.308644771 -37.760980725 -->
97
98<!-- 21 Ernest Road -->
99<!-- geo fix 175.309101 -37.76091 -->
100
101<!-- Garden start -->
102<!-- geo fix 175.3029395 -37.80608675 -->
103
104
105</tour>
Note: See TracBrowser for help on using the repository browser.