Skip to content

Commit ff6bdad

Browse files
committed
Update RELEASES.md
1 parent c2bed2c commit ff6bdad

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

RELEASES.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Release Announcements
22

3-
### 2.0.0 - Released [[Demo Link]](https://www.3dcitydb.org/3dcitydb-web-map/2.0.0/3dwebclient/index.html)
3+
## 2.0.0
4+
5+
[Release v2.0.0 demo link](https://www.3dcitydb.org/3dcitydb-web-map/2.0.0/3dwebclient/index.html)
46

57
This is a major release.
68

7-
##### New Features
9+
### New Features
810

911
* It is now possible to add **Index 3D Scene (i3s)** and **GeoJSON** layers,
1012
in addition to the existing layer types **KML/COLLADA/glTF** and **Cesium 3D Tiles**.
@@ -31,24 +33,27 @@ This is a major release.
3133
* **Web Map Tile Service (WMTS)** can now be used as another imagery or base map layer,
3234
in addition to the existing **Web Map Service (WMS)**.
3335

34-
##### Improvements
36+
### Improvements
3537

3638
* The **Graphical User Interface (GUI)** for adding and configuring layers in the toolbox have been rearranged
37-
to provide more clarity and consistency. The input elements are now grouped into two groups based on their purposes:
38-
**layer information** and **thematic data**, as shown below:
39+
to provide more clarity and consistency. The input elements are now grouped into two groups
40+
based on their functions for the selected layer type:
41+
**layer information** and **thematic data**, as shown in the example below:
3942

40-
<img src="theme/img/gui_add_layer.png" style="display:block;float:none;margin-left:auto;margin-right:auto;">
43+
<p align="center">
44+
<img src="theme/img/gui_add_layer.png"/>
45+
</p>
4146

4247
* **Mobile support for geolocation** has been completely reworked to adhere to modern security rules on personal
4348
devices, especially for **iOS 13+**. The button icons and their functions are explained as follows:
4449

45-
<div style="display: flex; justify-content: center; align-items: center; gap: 5px;">
46-
<img src="3dwebclient/images/GPS_main.png" style="width:70px">
47-
<img src="3dwebclient/images/GPS_single.png" style="width:70px">
48-
<img src="3dwebclient/images/GPS_on_ori.png" style="width:70px">
49-
<img src="3dwebclient/images/GPS_on_pos_ori.png" style="width:70px">
50-
<img src="3dwebclient/images/GPS_off.png" style="width:70px">
51-
</div>
50+
<p align="center" style="display:inline;float:none;margin-left:auto;margin-right:auto;">
51+
<img src="3dwebclient/images/GPS_main.png" width="50px">
52+
<img src="3dwebclient/images/GPS_single.png" width="50px">
53+
<img src="3dwebclient/images/GPS_on_ori.png" width="50px">
54+
<img src="3dwebclient/images/GPS_on_pos_ori.png" width="50px">
55+
<img src="3dwebclient/images/GPS_off.png" width="50px">
56+
</p>
5257

5358
**From left to right**:
5459
Default button, "snapshot" location and orientation,
@@ -60,6 +65,6 @@ This is a major release.
6065

6166
* **Cesium 3D Tiles** can now be navigated together with **Google Street View**, **Dual Map View**, etc.
6267

63-
##### Change Logs
68+
### Change Logs
6469

6570
For a complete list of all changes made for this release, please refer to the [change logs](CHANGES.md).

theme/img/gui_add_layer.png

99.4 KB
Loading

0 commit comments

Comments
 (0)