source: other-projects/tipple-android/tipple-standalone/assets/geodata/hamilton.loc@ 26899

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

Tipple reborn after Chris's Summer of Code 2013

  • 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<!-- Univeristy of Waikato -->
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<location>
20 <id>1</id>
21 <latitude>-37.78804</latitude>
22 <longitude>175.31238</longitude>
23 <elevation>0</elevation>
24 <radius>0.03</radius>
25 <title>Bryant Hall</title>
26 <text>
27 Welcome to Bryant Hall.
28 </text>
29 <webpage>http://www.waikato.ac.nz/sasd/acso/hor_bryanthall.shtml</webpage>
30</location>
31
32<location>
33 <id>2</id>
34 <longitude>175.31684</longitude>
35 <latitude>-37.78784</latitude>
36 <elevation>0</elevation>
37 <radius>0.01</radius>
38 <title>L-Block</title>
39 <tts_title>El Block</tts_title>
40 <colour_fill>#BB0000</colour_fill>
41 <colour_outline>#000000</colour_outline>
42 <text>Welcome to L-Block. A lot of lectures are here.</text>
43 <tts>
44 Welcome to El Block. A lot of lectures are here.
45 </tts>
46</location>
47
48<location>
49 <id>3</id>
50 <longitude>175.31497</longitude>
51 <latitude>-37.78663</latitude>
52 <elevation>0</elevation>
53 <radius>0.01</radius>
54 <colour_fill>#00FF00</colour_fill>
55 <colour_outline>#0000FF</colour_outline>
56 <title>Gallagher Academy of Performing Arts</title>
57 <text>
58 The 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.
59 </text>
60 <webpage>http://www.waikato.ac.nz/academy/</webpage>
61</location>
62
63<location>
64 <id>4</id>
65 <longitude>175.31622</longitude>
66 <latitude>-37.78750</latitude>
67 <elevation>0</elevation>
68 <radius>0.02</radius>
69 <title>Village Green</title>
70 <text>Here is Village Green. There is a variety of shops and ATMs here.</text>
71</location>
72
73
74<location>
75 <id>5</id>
76 <latitude>-37.788972</latitude>
77 <longitude>175.317668</longitude>
78 <elevation>0</elevation>
79 <radius>0.03</radius>
80 <title>G-Block</title>
81 <text>
82 This building houses the departments of Computer Science, Mathematics
83 and Statistics.
84 </text>
85 <tts>
86 This building houses the departments of Computer Science, Mathematics
87 and Statistics.
88 </tts>
89 <audio>
90 </audio>
91</location>
92
93<location>
94 <id>6</id>
95 <latitude>-37.78764</latitude>
96 <longitude>175.317732</longitude>
97 <elevation>0</elevation>
98 <radius>0.05</radius>
99 <title>The Library</title>
100 <text>
101 This is the library
102 </text>
103 <audio>
104 </audio>
105</location>
106
107</tour>
Note: See TracBrowser for help on using the repository browser.