forked from VCityTeam/UD-Viz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (201 loc) · 9.21 KB
/
index.html
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<html>
<head>
<title>UD-Viz Examples</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="src/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<section>
<h1>UD-Viz Examples</h1>
<p>UD-Viz is a JavaScript client based on
<a href="http://www.itowns-project.org/">iTowns</a> allowing to
visualize, analyse and interact with urban data. It is developed
as part of the
<a href="https://projet.liris.cnrs.fr/vcity/wiki/doku.php">
Virtual City Project.</a>
</p>
<p>This page lists the demos and examples of UD-Viz.</p>
<h2> Demos </h2>
<p>
List of demonstrations combining modules and / or extensions of
UD-Viz.
</p>
<ul>
<li>
<h3><a href='examples/DemoFull/Demo.html'>UD-Viz
Full modules Demo</a></h3>
<p>Demonstrate all possible modules in UD-Viz, including debug
modules.
</p>
<p>This demo implements all the modules and extensions
currently available. As of today, this includes :<br>
- Temporal<br>
- Help & About<br>
- Documents<br>
- Contribute<br>
- Guided tours<br>
- Authentication<br>
- Documents to validate<br>
- Document comments<br>
- Geocoding<br>
- 3DTiles debug<br>
- Camera positioner<br>
- Document links
</p>
</li>
<li>
<h3><a href='examples/DemoStable/Demo.html'>UD-Viz Stable Demo
</a></h3>
<p>The stable full demonstration.
</p>
<p>The demo is similar to the "Full modules demo", with two major
differences :<br>
- Debug modules are not included<br>
- The server is different (stable server)
</p>
</li>
<li>
<h3><a href='examples/DemoMultiLayer/Demo.html'>UD-Viz
Demo Multilayer on Lyon 1, 2 and 5 </a></h3>
<p>
Demonstrate the possibility to visualize new 3D city objects.
</p>
<p>
Visualisation of three 3D Tiles Layers representing the buildings, the terrain and the water
of the 1st, 2nd and 5th borough of Lyon. These layers are computed with
<a href='https://github.com/MEPP-Team/py3dtiles'>py3DTiles</a> from CityGML
files obtained on the <a href='https://data.beta.grandlyon.com/en/accueil'>data Grand Lyon website</a> .
</p>
</li>
<li>
<h3><a href='examples/DemoPC/Demo.html'>UD-Viz
Demo of the capacity to visualize point clouds </a></h3>
</li>
<li>
<h3><a href='examples/DemoLimonest/Demo.html'>UD-Viz
Demo of Limonest </a></h3>
</li>
<li>
<h3><a href='examples/DemoBron/Demo.html'>UD-Viz
Demo of Bron </a></h3>
</li>
</ul>
<h2> Individual Modules and Extensions Demos</h2>
<p>
Each individual module and extension should have an associated
example. They are listed here.
</p>
<ul>
<li>
<h3><a href='src/Modules/Documents/Example/Demo.html'>
Documents</a></h3>
<p>Demonstrate the Documents Module.</p>
<p>In this demo you can consult documents in a document
browser and search them using keywords and other fields.
</p>
</li>
<li>
<h3><a href='src/Modules/GuidedTour/examples/Demo.html'>Guided
Tour</a></h3>
<p>Demonstrate the GuidedTour Module.</p>
<p>In this demo you can try the mode guided tour which is a
virtual navigation in a 4D (3D + time) and documented
representation of the city.
</p>
</li>
<li>
<h3><a href='src/Extensions/Contribute/examples/Demo.html'>
Contribute</a></h3>
<p>Demonstrate the Contribute Extension.</p>
<p>In this demo you can try the Contribute extension which
allows to create, update and delete documents. You can also
consult documents in a document browser and search them
using keywords and other fields.
</p>
</li>
<li>
<h3><a
href='src/Extensions/Authentication/examples/Demo.html'>
Authentication</a></h3>
<p>Demonstrate the Authentication Extension.</p>
<p>This demo allows you to create a user account, log in and
log out. This demonstrates how user information can be
retained through the session.
</p>
</li>
<li>
<h3><a
href='src/Extensions/DocumentValidation/Example/Demo.html'>
Documents to validate</a></h3>
<p>Demonstrate the Documents to validate Extension.</p>
<p>
In this demo, the creation of a document actually adds a
"document to validate", which is a contribution
request. These documents can be udpated, deleted,
commented and validated. When validated, the actual
document is created. This demo makes use of the
authentication module : only the user who made the
contribution and the admin can see them; and only an
admin can validate them.
</p>
</li>
<li>
<h3><a
href='src/Extensions/Geocoding/examples/Demo.html'>
Geocoding</a></h3>
<p>Demonstrate the Geocoding Extension.</p>
<p>
Geocoding allows a user to navigate in the city
by searching addresses or place names.
</p>
</li>
<li>
<h3><a
href='src/Modules/CameraPositioner/Example/Demo.html'>
Camera Positioner</a></h3>
<p>Demonstrate the Camera Postioner tool.</p>
<p>
The camera positioner is a tool that show the
coordinates and the orientation of the camera.
</p>
</li>
<li>
<h3><a
href='src/Extensions/3DTilesDebug/examples/Demo.html'>
3DTiles Debug</a></h3>
<p>Demonstrate the 3DTiles Debug tool.</p>
<p>
3DTiles Debug displays a window which shows various
information about 3DTiles objects and city objects.
</p>
</li>
<li>
<h3><a
href='src/Modules/Links/Example/Demo.html'>
Links</a></h3>
<p>Demonstrate the Links Extension.</p>
<p>
This extension adds the possibility to see the links
associated to a document, as well as to create new
links with city objects.
</p>
</li>
<li>
<h3><a
href='src/Modules/CityObjects/Example/Demo.html'>
City Objects</a></h3>
<p>Demonstrate the City Objects Extension.</p>
<p>
This extensions allows the user to explore city objects
and color them according to filters.
</p>
</li>
</ul>
</section>
<footer>
<img id="logoIMU" src="examples/data/img/logo-imu.png"></img>
<img id="logoLIRIS" src="examples/data/img/logo-liris.png"></img>
</footer>
</body>
</html>