Skip to content

Commit ea52360

Browse files
committed
Updated README.
1 parent 935b450 commit ea52360

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Demos
110110
# Mobile Support Extension
111111

112112

113-
### New features
113+
## New features
114114

115115

116116
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
121121
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,
122122
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.
123123
<p align="center">
124-
<img src="theme/img/mobile_homepage.png" />
124+
<img src="theme/img/mobile_homepage.PNG" />
125125
</p>
126126

127127
* **Visual adjustments:**
128128
* The main toolbox now scales to fit to the screen size. In case of excess lines/length, the toolbox becomes scrollable (see picture below).
129129
<p align="center">
130-
<img src="theme/img/mobile_toolbox.png" />
130+
<img src="theme/img/mobile_toolbox.PNG" />
131131
</p>
132132

133133
* The infobox displayed when a city object (e.g. building) is clicked is now displayed in fullscreen with scrollable contents, as illustrated below.
134134
<p align="center">
135-
<img src="theme/img/mobile_infobox.png" />
135+
<img src="theme/img/mobile_infobox.PNG" />
136136
</p>
137137

138138
* 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).
139139
<p align="center">
140-
<img src="theme/img/mobile_loading.png" />
140+
<img src="theme/img/mobile_loading.PNG" />
141141
</p>
142142

143143
* 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:
144144
* GPS "snapshot" (single-click): shows the user's current position and orientation,
145145
<p align="center">
146-
<img src="theme/img/GPS_on.png" />
146+
<img src="theme/img/GPS_off.png" width="25%" />
147147
</p>
148148

149149
* Real-time Compass Tracking (double-click): periodically shows the user's current orientation with fixed location,
150150
<p align="center">
151-
<img src="theme/img/GPS_on_ori.png" />
151+
<img src="theme/img/GPS_on_ori.png" width="25%" />
152152
</p>
153153

154154
* Real-time Compass Tracking + Position (triple-click) or the "First-person View" mode: periodically shows the user's current orietation and position.
155155
<p align="center">
156-
<img src="theme/img/GPS_on_pos_ori.png" />
156+
<img src="theme/img/GPS_on_pos_ori.png" width="25%" />
157157
</p>
158158

159159
* To disable real-time tracking, simply either click on the button again to return to "snapshot" mode
160160
or hold the button for 1 second, the camera will then ascend to a higher altitude of the current location.
161161

162-
### Demos
162+
## Demos
163163

164164

165165
For demo and testing purposes, this mobile extension is also available under:
166166
* [first-person view link](https://www.3dcitydb.org/3dcitydb-web-map/first-person-view/3dwebclient/index.html?gltf_version=0.8&title=3DCityDB-Web-Map-Client&shadows=false&terrainShadows=0&latitude=48.14841421296063&longitude=11.567992899981103&height=288.04731096361564&heading=328.7476197616152&pitch=-79.2212906741018&roll=359.46114981350894&layer_0=url%3Dhttps%253A%252F%252Fwww.3dcitydb.org%252F3dcitydb%252Ffileadmin%252Fmydata%252FMunich_Demo%252FBuildings_glTF%252FBuildings_glTF_MasterJSON.json%26name%3DMUC%26active%3Dtrue%26spreadsheetUrl%3Dhttps%253A%252F%252Ffusiontables.google.com%252Fdata%253Fdocid%253D1KE3odY92wmpwdyUs6osYhNPgRtI9W3GOQyuyHfp3%2523rows%253Aid%253D1%26cityobjectsJsonUrl%3D%26minLodPixels%3D140%26maxLodPixels%3D1.7976931348623157e%252B308%26maxSizeOfCachedTiles%3D200%26maxCountOfVisibleTiles%3D200)
167167
* [debug-mode view link](https://www.3dcitydb.org/3dcitydb-web-map/first-person-view/3dwebclient/index.html?gltf_version=0.8&title=3DCityDB-Web-Map-Client&shadows=false&terrainShadows=0&latitude=48.14841421296063&longitude=11.567992899981103&height=288.04731096361564&heading=328.7476197616152&pitch=-79.2212906741018&roll=359.46114981350894&layer_0=url%3Dhttps%253A%252F%252Fwww.3dcitydb.org%252F3dcitydb%252Ffileadmin%252Fmydata%252FMunich_Demo%252FBuildings_glTF%252FBuildings_glTF_MasterJSON.json%26name%3DMUC%26active%3Dtrue%26spreadsheetUrl%3Dhttps%253A%252F%252Ffusiontables.google.com%252Fdata%253Fdocid%253D1KE3odY92wmpwdyUs6osYhNPgRtI9W3GOQyuyHfp3%2523rows%253Aid%253D1%26cityobjectsJsonUrl%3D%26minLodPixels%3D140%26maxLodPixels%3D1.7976931348623157e%252B308%26maxSizeOfCachedTiles%3D200%26maxCountOfVisibleTiles%3D200&viewMode=debug).
168168

169169

170-
# Notes
170+
## Notes
171171

172172

173173
The mobile extension makes use of the Geolocation API and the DeviceOrientation API in HTML5.

theme/img/GPS_off.png

20.3 KB
Loading

0 commit comments

Comments
 (0)