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
* It is now possible to add **Index 3D Scene (i3s)** and **GeoJSON** layers,
12
-
in addition to the existing layer types **KML/COLLADA/glTF** and **Cesium 3D Tiles**.
7
+
* It is now possible to add **Index 3D Scene (i3s)** and **GeoJSON** layers, in addition to the existing layer types **KML/COLLADA/glTF** and **Cesium 3D Tiles**.
13
8
14
-
* Existing **thematic data embedded** within the 3D layers themselves can now also be extracted and displayed,
15
-
in addition to the already available options to include
16
-
external thematic data using **PostgreSQL/PostgREST** and **Google Spreadsheets**.
17
-
These layers include Index 3D Scene (i3s), KML, Cesium 3D Tiles, and GeoJSON.
9
+
* Existing **thematic data embedded** within the 3D layers themselves can now also be extracted and displayed, in addition to the already available options to include external thematic data using **PostgreSQL/PostgREST** and **Google Spreadsheets**. These layers include Index 3D Scene (i3s), KML, Cesium 3D Tiles, and GeoJSON.
18
10
19
-
**Note**: Due to the inconsistent **labelling of object identifiers** in Cesium 3D Tiles from various providers,
20
-
the following approach was used for querying:
21
-
* Different identifier names are considered, such as `gml:id`, `gml_id`, `gmlid`, `gml-id`, `id`, etc.,
22
-
regardless whether the letters are given in uppercase or lowercase.
23
-
* The same also applies to the column name of the identifiers in PostgreSQL/PostgREST and Google Spreadsheets,
24
-
as long as the column names are valid.
11
+
**Note**: Due to the inconsistent **labelling of object identifiers** in Cesium 3D Tiles from various providers, the following approach was used for querying:
12
+
* Different identifier names are considered, such as `gml:id`, `gml_id`, `gmlid`, `gml-id`, `id`, etc., regardless of whether the letters are given in uppercase or lowercase.
13
+
* The same also applies to the column name of the identifiers in PostgreSQL/PostgREST and Google Spreadsheets, as long as the column names are valid.
25
14
26
-
* In addition to embedded and PostgreSQL/PostgREST and Google Spreadsheets,
27
-
**OGC Feature API** is now also supported as another thematic data source.
15
+
* In addition to embedded data and external PostgreSQL/PostgREST and Google Spreadsheets, **OGC Feature API** is now also supported as another external thematic data source.
28
16
29
-
**Note**: Due to the different implementation of the API across regions and countries,
30
-
the current version provides example handling of the OGC Feature API provided
31
-
by the German states of Hamburg and North Rhine-Westphalia.
17
+
**Note**: Due to the different implementation of the API across regions and countries, the current version provides some examples for handling the OGC Feature API implementations provided by the German states of Hamburg and North Rhine-Westphalia.
32
18
33
-
***Web Map Tile Service (WMTS)** can now be used as another imagery or base map layer,
34
-
in addition to the existing **Web Map Service (WMS)**.
19
+
***Web Map Tile Service (WMTS)** can now be used as another imagery or base map layer, in addition to the existing **Web Map Service (WMS)**.
35
20
36
21
### Improvements
37
22
38
-
* The **Graphical User Interface (GUI)** for adding and configuring layers in the toolbox have been rearranged
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:
23
+
* The **Graphical User Interface (GUI)** for adding and configuring layers in the toolbox have been rearranged to provide more clarity and consistency. The input elements are now grouped into two groups based on their functions for the selected layer type: **layer information** and **thematic data**, as shown in the example below:
42
24
43
25
<palign="center">
44
26
<imgsrc="theme/img/gui_add_layer.png"/>
45
27
</p>
46
28
47
-
***Mobile support for geolocation** has been completely reworked to adhere to modern security rules on personal
48
-
devices, especially for **iOS 13+**. The button icons and their functions are explained as follows:
29
+
***Mobile support for geolocation** has been completely reworked to adhere to modern security rules on personal devices, especially for **iOS 13+**. The new button icons and their functions are explained as follows:
Default button, "snapshot" location and orientation,
60
-
live tracking of orientation (with fixed location), live tracking of orientation and position,
61
-
and button for disabling geolocation.
39
+
**From left to right**: Default button, "snapshot" of location and orientation, live tracking of orientation (with fixed location), live tracking of orientation and location, and button for disabling geolocation.
62
40
63
-
* The **highlighting and hiding functions** have been reworked, so that objects from across different layer types
64
-
can be displayed correctly and consistently together.
41
+
* The **highlighting and hiding functions** have been reworked, so that objects from across different layer types can be displayed correctly and consistently together.
65
42
66
43
***Cesium 3D Tiles** can now be navigated together with **Google Street View**, **Dual Map View**, etc.
0 commit comments