You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Demos
110
110
# Mobile Support Extension
111
111
112
112
113
-
###New features
113
+
## New features
114
114
115
115
116
116
The current 3DCityDB-Web-Map-Client is equipped with an extension that provides better support while operating on mobile devices.
@@ -121,53 +121,53 @@ Some of the most important mobile features enabled by this extension are listed
121
121
In order to make the best use of the limited screen real-estate available on mobile devices, some elements are removed or hidden from the web client,
122
122
such as credit texts and logos, as well as some of Cesium's built-in navigation controls that can easily be manipulated using touch gestures.
123
123
<palign="center">
124
-
<imgsrc="theme/img/mobile_homepage.png" />
124
+
<imgsrc="theme/img/mobile_homepage.PNG" />
125
125
</p>
126
126
127
127
***Visual adjustments:**
128
128
* The main toolbox now scales to fit to the screen size. In case of excess lines/length, the toolbox becomes scrollable (see picture below).
129
129
<palign="center">
130
-
<imgsrc="theme/img/mobile_toolbox.png" />
130
+
<imgsrc="theme/img/mobile_toolbox.PNG" />
131
131
</p>
132
132
133
133
* The infobox displayed when a city object (e.g. building) is clicked is now displayed in fullscreen with scrollable contents, as illustrated below.
134
134
<palign="center">
135
-
<imgsrc="theme/img/mobile_infobox.png" />
135
+
<imgsrc="theme/img/mobile_infobox.PNG" />
136
136
</p>
137
137
138
138
* The loading icon is now shown as a horizontal bar at the bottom of the screen (highlighted by the green box in the picture below).
139
139
<palign="center">
140
-
<imgsrc="theme/img/mobile_loading.png" />
140
+
<imgsrc="theme/img/mobile_loading.PNG" />
141
141
</p>
142
142
143
143
* Most importantly: **The introduction of a GPS button** (located on the top right corner in the view toolbar) providing new functionalities involving user's current location and orientation. Namely:
144
144
* GPS "snapshot" (single-click): shows the user's current position and orientation,
145
145
<palign="center">
146
-
<imgsrc="theme/img/GPS_on.png" />
146
+
<imgsrc="theme/img/GPS_off.png"width="25%" />
147
147
</p>
148
148
149
149
* Real-time Compass Tracking (double-click): periodically shows the user's current orientation with fixed location,
150
150
<palign="center">
151
-
<imgsrc="theme/img/GPS_on_ori.png" />
151
+
<imgsrc="theme/img/GPS_on_ori.png"width="25%"/>
152
152
</p>
153
153
154
154
* Real-time Compass Tracking + Position (triple-click) or the "First-person View" mode: periodically shows the user's current orietation and position.
0 commit comments