@inovitas/infra3dapi 1.1.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -37,125 +37,137 @@ To use the API, you can call the init functions in infra3dapi. After loggin in a
37
37
 
38
38
  # Changelog
39
39
 
40
- ## 1.1.2 - 21.10.2024
41
-
42
- ### Bugfixes
43
-
44
- - viewer.getRoutes() resulted in an error
45
-
46
- ## 1.1.1 - 14.10.2024
47
-
48
- ### Bugfixes
49
-
50
- - Layer export not working for non-memory layers
51
- - Duplicate layers when exporting directly after importing layers (without reloading)
52
-
53
- ## 1.1.0 - 09.10.2024
54
-
55
- ### Bugfixes
56
-
57
- - Bug in viewer.getRoutesOutline() when using as migrated user.
58
- - Same default EPSG-Code (4326) when using start-position for (un)-migrated users.
59
-
60
- ### Added
61
-
62
- - ProjectScope is available to restrict the access inside a project accordingly.
63
- - New concept for routes abstraction in the map, using hexagons
64
- - viewer.getRouteLines() and viewer.getRouteHexes()
65
- - PointCloudExport
66
- - Support of EPSG-Code in start-position
67
-
68
- ## 1.0.3 - 17.09.2024
69
-
70
- ### Bugfixes
71
-
72
- - Fixed pilegate URL for migrated users.
73
- - Using the profiletool, added an information and reset the tool when changing the image while performing a measurement.
74
- - Fix the bug when using jest for testing.
75
- - Added missing bounding box parameter to viewer.getRoutes().
76
-
77
- ## 1.0.2 - 06.08.2024
78
-
79
- ### Bugfixes
80
-
81
- - Fixed bug in the layer tree view. The layer tree is visible again.
82
-
83
- ## 1.0.1 - 23.07.2024
84
-
85
- ### Bugfixes
86
-
87
- - Fixed a bug in the campaign change event in the viewer.
88
-
89
- ## 1.0.0 - 17.05.2024
90
-
91
- ### Bugfixes
92
-
93
- - Restoration of toolbar and top bar functionality: They can now be shown and hidden smoothly.
94
-
95
- ### Added
96
-
97
- - Introduction of machine authentication and a new corresponding example.
98
- - Added: Option for access token in the init function.
99
- - Added: Refresh token for the init function.
100
- - Typings
101
-
102
- ### Changed
103
-
104
- - Examples have been updated to accommodate the new authentication process.
105
-
106
- ### Deleted
107
-
108
- - Interactive login functions.
109
- - Removed: Two options from the init function:
110
- - demoAccess
111
- - redirectPath
112
-
113
- ## 0.2.8 - 08.04.2024
114
-
115
- ### Added
116
-
117
- - Integrated and documented functions
118
- - moveToPosition
119
- - moveToCampaign
120
- - lookAtPosition
121
- - getRoutes
122
-
123
- ## 0.2.7 - 04.04.2024
124
-
125
- ### Added
126
-
127
- - Improved documentation
128
- - Description of the event types
129
- - Description of further settings
130
-
131
- ### Changed
132
-
133
- - Adaptation to the existing examples
134
-
135
- ## 0.2.4 - 14.03.2024
136
-
137
- ### Bugfixes
138
-
139
- - Troubleshooting with internal module
140
-
141
- ## 0.2.3 - 09.02.2024
142
-
143
- ### Added
144
-
145
- - Demo Access Login
146
- - Documenation
147
-
148
- ### Changed
149
-
150
- - Adoption of adjustments to the UI base of infra3D Edit
151
-
152
- ### Bugfixes
153
-
154
- - Various minor adjustments
155
-
156
- ## 0.2.0 - 30.01.2024
157
-
158
- ### Added
159
-
160
- - Edit functionality
40
+ ## 1.2.0 - 16.12.2024
161
41
 
42
+ ### Bugfixes
43
+
44
+ - Improve styling when using global box-sizing style
45
+ - Style of the scrollbar is no more globally overwritten by the API
46
+
47
+ ### Added
48
+
49
+ - Added functions on viewer to draw and pick a geometry
50
+ - Added geometry overlays to display geometries in the viewer
51
+ - Function to destroy the API and remove it from the DOM
52
+
53
+ ## 1.1.2 - 21.10.2024
54
+
55
+ ### Bugfixes
56
+
57
+ - viewer.getRoutes() resulted in an error
58
+
59
+ ## 1.1.1 - 14.10.2024
60
+
61
+ ### Bugfixes
62
+
63
+ - Layer export not working for non-memory layers
64
+ - Duplicate layers when exporting directly after importing layers (without reloading)
65
+
66
+ ## 1.1.0 - 09.10.2024
67
+
68
+ ### Bugfixes
69
+
70
+ - Bug in viewer.getRoutesOutline() when using as migrated user.
71
+ - Same default EPSG-Code (4326) when using start-position for (un)-migrated users.
72
+
73
+ ### Added
74
+
75
+ - ProjectScope is available to restrict the access inside a project accordingly.
76
+ - New concept for routes abstraction in the map, using hexagons
77
+ - viewer.getRouteLines() and viewer.getRouteHexes()
78
+ - PointCloudExport
79
+ - Support of EPSG-Code in start-position
80
+
81
+ ## 1.0.3 - 17.09.2024
82
+
83
+ ### Bugfixes
84
+
85
+ - Fixed pilegate URL for migrated users.
86
+ - Using the profiletool, added an information and reset the tool when changing the image while performing a measurement.
87
+ - Fix the bug when using jest for testing.
88
+ - Added missing bounding box parameter to viewer.getRoutes().
89
+
90
+ ## 1.0.2 - 06.08.2024
91
+
92
+ ### Bugfixes
93
+
94
+ - Fixed bug in the layer tree view. The layer tree is visible again.
95
+
96
+ ## 1.0.1 - 23.07.2024
97
+
98
+ ### Bugfixes
99
+
100
+ - Fixed a bug in the campaign change event in the viewer.
101
+
102
+ ## 1.0.0 - 17.05.2024
103
+
104
+ ### Bugfixes
105
+
106
+ - Restoration of toolbar and top bar functionality: They can now be shown and hidden smoothly.
107
+
108
+ ### Added
109
+
110
+ - Introduction of machine authentication and a new corresponding example.
111
+ - Added: Option for access token in the init function.
112
+ - Added: Refresh token for the init function.
113
+ - Typings
114
+
115
+ ### Changed
116
+
117
+ - Examples have been updated to accommodate the new authentication process.
118
+
119
+ ### Deleted
120
+
121
+ - Interactive login functions.
122
+ - Removed: Two options from the init function:
123
+ - demoAccess
124
+ - redirectPath
125
+
126
+ ## 0.2.8 - 08.04.2024
127
+
128
+ ### Added
129
+
130
+ - Integrated and documented functions
131
+ - moveToPosition
132
+ - moveToCampaign
133
+ - lookAtPosition
134
+ - getRoutes
135
+
136
+ ## 0.2.7 - 04.04.2024
137
+
138
+ ### Added
139
+
140
+ - Improved documentation
141
+ - Description of the event types
142
+ - Description of further settings
143
+
144
+ ### Changed
145
+
146
+ - Adaptation to the existing examples
147
+
148
+ ## 0.2.4 - 14.03.2024
149
+
150
+ ### Bugfixes
151
+
152
+ - Troubleshooting with internal module
153
+
154
+ ## 0.2.3 - 09.02.2024
155
+
156
+ ### Added
157
+
158
+ - Demo Access Login
159
+ - Documenation
160
+
161
+ ### Changed
162
+
163
+ - Adoption of adjustments to the UI base of infra3D Edit
164
+
165
+ ### Bugfixes
166
+
167
+ - Various minor adjustments
168
+
169
+ ## 0.2.0 - 30.01.2024
170
+
171
+ ### Added
172
+
173
+ - Edit functionality
package/infra3dapi.d.ts CHANGED
@@ -197,6 +197,7 @@ export declare function init(
197
197
  email?: string;
198
198
  }
199
199
  ): Promise<Manager>;
200
+ export declare function destroy(): void;
200
201
  export declare function getManager(): Manager;
201
202
  export declare function getGuestAccessToken(): Promise<accessTokenResponseType>;
202
203
  export declare function refreshToken(token: string): void;