@inovitas/infra3dapi 1.4.1 → 1.4.2

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.
Files changed (3) hide show
  1. package/README.md +234 -209
  2. package/infra3dapi.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -37,213 +37,238 @@ 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.4.0 - 07.08.2025
40
+ ## 1.4.2 - 2025-08-13
41
+
42
+ ### Bugfixes
43
+
44
+ - fix readme docs
45
+
46
+ ## 1.4.1 - 2025-08-13
47
+
48
+ ### Bugfixes
49
+
50
+ - fix performance (re-render) issue & improve store implementations (IN-3675)
51
+ - fix showing whatsnew on hotfix release (IN-3400)
52
+ - reset selectedaxis when moving away too far
53
+ - fix linref step being shown in non-linref projects
54
+
55
+ ### Changes
56
+
57
+ - streamline PDF Export translations across the whole app (-)
58
+ - activate continuous measurement in linref tool
59
+
60
+ ### Added
61
+
62
+ - implement whatsnew step
63
+
64
+ ## 1.4.0 - 07.08.2025
65
+
66
+ ### Changes
67
+
68
+ - Improve What's New Announcements
69
+
70
+ ### Added
71
+
72
+ - Linear Reference tools: Axisscalebar, Axis Panel, Linear Reference Measurement
73
+ - Survey Wheel Measure
74
+ - PDF Export Tool
75
+
76
+ ## 1.3.1 - 25.07.2025
77
+
78
+ ### Bugfixes
79
+
80
+ - Fix types-file
81
+ - Bundle images inside the js-file
82
+
83
+ ## 1.3.0 - 02.07.2025
84
+
85
+ ### Added
86
+
87
+ - viewer.getCameraView() and viewer.setCameraView(...)
88
+ - viewer.setUserInteraction(true, false) to enable or disable paning and/or zooming in the image
89
+ - viewer.on("panzoomchanged", ...) to get notified when a user is interacting whithin a stereo image
90
+ - viewer.getCurrentNode() to retrieve some information like coordinates of the current position
91
+ - extended the viewer.on("nodechanged", ...) with some further properties
92
+
93
+ ## 1.2.5 - 27.06.2025
94
+
95
+ ### Bugfixes
96
+
97
+ - When adding a WFS 2.0 Layer, the settings have not been took over and not been saved correctly (IN-3444)
98
+ - When minimising the measurement panel and reopening meausrements again, the panels overlap each other (IN-3461)
99
+
100
+ ## 1.2.4 - 12.06.2025
101
+
102
+ ### Bugfixes
103
+
104
+ - Some request when using a non-migrated user resulted in a 400 Bad Request.
105
+
106
+ ## 1.2.3 - 05.06.2025
107
+
108
+ ### Bugfixes
109
+
110
+ - Profile Tool enlarge button now has a tooltip
111
+ - Add-On Point Cloud Export: Authorisation based on scope entry in token
112
+
113
+ ### Added
114
+
115
+ - LoD Concept for Pointcloud fragments
116
+ - Add-On Point Cloud Export: Loading state on startup
117
+
118
+ ## 1.2.2 - 17.04.2025
119
+
120
+ ### Bugfixes
121
+
122
+ - Keydown/-up Eventlisteners ignored if evt.target is an HTMLInputElement, HTMLTextAreaElement or HTMLSelectElement.
123
+ - Requests in routesprovider have a lower limit to not reach the backend limit of 6 MB.
124
+ - Viewer is destroyed completly, with unlistening to events.
125
+ - Layer-configs: Wrong handling with source_options fixed
126
+ - When adding a new feature, it could be saved only after two inserts. This is now fixed.
127
+ - Fix shortened arcgis URL in Layer options
128
+ - Fix jump to multipolygon feature in Feature table
129
+ - Fix bug when Frame 0 is not inside projectscope
130
+ - Fix zick-zack bug in map when having lra-projects
131
+
132
+ ## 1.2.1 - 24.02.2025
133
+
134
+ ### Bugfixes
135
+
136
+ - React Reference Error when activating survey wheel measurement
137
+ - Not loading depthmaps anymore if loading view
138
+
139
+ ## 1.2.0 - 16.12.2024
140
+
141
+ ### Bugfixes
142
+
143
+ - Improve styling when using global box-sizing style
144
+ - Style of the scrollbar is no more globally overwritten by the API
145
+ - Resize event listens now on the div and not the whole window
146
+
147
+ ### Added
148
+
149
+ - Added functions on viewer to draw and pick a geometry
150
+ - Added geometry overlays to display geometries in the viewer
151
+ - Function to destroy the API and remove it from the DOM
152
+
153
+ ## 1.1.2 - 21.10.2024
154
+
155
+ ### Bugfixes
156
+
157
+ - viewer.getRoutes() resulted in an error
158
+
159
+ ## 1.1.1 - 14.10.2024
160
+
161
+ ### Bugfixes
162
+
163
+ - Layer export not working for non-memory layers
164
+ - Duplicate layers when exporting directly after importing layers (without reloading)
165
+
166
+ ## 1.1.0 - 09.10.2024
167
+
168
+ ### Bugfixes
169
+
170
+ - Bug in viewer.getRoutesOutline() when using as migrated user.
171
+ - Same default EPSG-Code (4326) when using start-position for (un)-migrated users.
172
+
173
+ ### Added
174
+
175
+ - ProjectScope is available to restrict the access inside a project accordingly.
176
+ - New concept for routes abstraction in the map, using hexagons
177
+ - viewer.getRouteLines() and viewer.getRouteHexes()
178
+ - PointCloudExport
179
+ - Support of EPSG-Code in start-position
180
+
181
+ ## 1.0.3 - 17.09.2024
182
+
183
+ ### Bugfixes
184
+
185
+ - Fixed pilegate URL for migrated users.
186
+ - Using the profiletool, added an information and reset the tool when changing the image while performing a measurement.
187
+ - Fix the bug when using jest for testing.
188
+ - Added missing bounding box parameter to viewer.getRoutes().
189
+
190
+ ## 1.0.2 - 06.08.2024
191
+
192
+ ### Bugfixes
193
+
194
+ - Fixed bug in the layer tree view. The layer tree is visible again.
195
+
196
+ ## 1.0.1 - 23.07.2024
197
+
198
+ ### Bugfixes
199
+
200
+ - Fixed a bug in the campaign change event in the viewer.
201
+
202
+ ## 1.0.0 - 17.05.2024
203
+
204
+ ### Bugfixes
205
+
206
+ - Restoration of toolbar and top bar functionality: They can now be shown and hidden smoothly.
207
+
208
+ ### Added
209
+
210
+ - Introduction of machine authentication and a new corresponding example.
211
+ - Added: Option for access token in the init function.
212
+ - Added: Refresh token for the init function.
213
+ - Typings
214
+
215
+ ### Changed
216
+
217
+ - Examples have been updated to accommodate the new authentication process.
218
+
219
+ ### Deleted
220
+
221
+ - Interactive login functions.
222
+ - Removed: Two options from the init function:
223
+ - demoAccess
224
+ - redirectPath
225
+
226
+ ## 0.2.8 - 08.04.2024
227
+
228
+ ### Added
229
+
230
+ - Integrated and documented functions
231
+ - moveToPosition
232
+ - moveToCampaign
233
+ - lookAtPosition
234
+ - getRoutes
235
+
236
+ ## 0.2.7 - 04.04.2024
237
+
238
+ ### Added
239
+
240
+ - Improved documentation
241
+ - Description of the event types
242
+ - Description of further settings
243
+
244
+ ### Changed
245
+
246
+ - Adaptation to the existing examples
247
+
248
+ ## 0.2.4 - 14.03.2024
249
+
250
+ ### Bugfixes
251
+
252
+ - Troubleshooting with internal module
253
+
254
+ ## 0.2.3 - 09.02.2024
255
+
256
+ ### Added
257
+
258
+ - Demo Access Login
259
+ - Documenation
260
+
261
+ ### Changed
262
+
263
+ - Adoption of adjustments to the UI base of infra3D Edit
264
+
265
+ ### Bugfixes
266
+
267
+ - Various minor adjustments
268
+
269
+ ## 0.2.0 - 30.01.2024
270
+
271
+ ### Added
272
+
273
+ - Edit functionality
41
274
 
42
- ### Changes
43
-
44
- - Improve What's New Announcements
45
-
46
- ### Added
47
-
48
- - Linear Reference tools: Axisscalebar, Axis Panel, Linear Reference Measurement
49
- - Survey Wheel Measure
50
- - PDF Export Tool
51
-
52
- ## 1.3.1 - 25.07.2025
53
-
54
- ### Bugfixes
55
-
56
- - Fix types-file
57
- - Bundle images inside the js-file
58
-
59
- ## 1.3.0 - 02.07.2025
60
-
61
- ### Added
62
-
63
- - viewer.getCameraView() and viewer.setCameraView(...)
64
- - viewer.setUserInteraction(true, false) to enable or disable paning and/or zooming in the image
65
- - viewer.on("panzoomchanged", ...) to get notified when a user is interacting whithin a stereo image
66
- - viewer.getCurrentNode() to retrieve some information like coordinates of the current position
67
- - extended the viewer.on("nodechanged", ...) with some further properties
68
-
69
- ## 1.2.5 - 27.06.2025
70
-
71
- ### Bugfixes
72
-
73
- - When adding a WFS 2.0 Layer, the settings have not been took over and not been saved correctly (IN-3444)
74
- - When minimising the measurement panel and reopening meausrements again, the panels overlap each other (IN-3461)
75
-
76
- ## 1.2.4 - 12.06.2025
77
-
78
- ### Bugfixes
79
-
80
- - Some request when using a non-migrated user resulted in a 400 Bad Request.
81
-
82
- ## 1.2.3 - 05.06.2025
83
-
84
- ### Bugfixes
85
-
86
- - Profile Tool enlarge button now has a tooltip
87
- - Add-On Point Cloud Export: Authorisation based on scope entry in token
88
-
89
- ### Added
90
-
91
- - LoD Concept for Pointcloud fragments
92
- - Add-On Point Cloud Export: Loading state on startup
93
-
94
- ## 1.2.2 - 17.04.2025
95
-
96
- ### Bugfixes
97
-
98
- - Keydown/-up Eventlisteners ignored if evt.target is an HTMLInputElement, HTMLTextAreaElement or HTMLSelectElement.
99
- - Requests in routesprovider have a lower limit to not reach the backend limit of 6 MB.
100
- - Viewer is destroyed completly, with unlistening to events.
101
- - Layer-configs: Wrong handling with source_options fixed
102
- - When adding a new feature, it could be saved only after two inserts. This is now fixed.
103
- - Fix shortened arcgis URL in Layer options
104
- - Fix jump to multipolygon feature in Feature table
105
- - Fix bug when Frame 0 is not inside projectscope
106
- - Fix zick-zack bug in map when having lra-projects
107
-
108
- ## 1.2.1 - 24.02.2025
109
-
110
- ### Bugfixes
111
-
112
- - React Reference Error when activating survey wheel measurement
113
- - Not loading depthmaps anymore if loading view
114
-
115
- ## 1.2.0 - 16.12.2024
116
-
117
- ### Bugfixes
118
-
119
- - Improve styling when using global box-sizing style
120
- - Style of the scrollbar is no more globally overwritten by the API
121
- - Resize event listens now on the div and not the whole window
122
-
123
- ### Added
124
-
125
- - Added functions on viewer to draw and pick a geometry
126
- - Added geometry overlays to display geometries in the viewer
127
- - Function to destroy the API and remove it from the DOM
128
-
129
- ## 1.1.2 - 21.10.2024
130
-
131
- ### Bugfixes
132
-
133
- - viewer.getRoutes() resulted in an error
134
-
135
- ## 1.1.1 - 14.10.2024
136
-
137
- ### Bugfixes
138
-
139
- - Layer export not working for non-memory layers
140
- - Duplicate layers when exporting directly after importing layers (without reloading)
141
-
142
- ## 1.1.0 - 09.10.2024
143
-
144
- ### Bugfixes
145
-
146
- - Bug in viewer.getRoutesOutline() when using as migrated user.
147
- - Same default EPSG-Code (4326) when using start-position for (un)-migrated users.
148
-
149
- ### Added
150
-
151
- - ProjectScope is available to restrict the access inside a project accordingly.
152
- - New concept for routes abstraction in the map, using hexagons
153
- - viewer.getRouteLines() and viewer.getRouteHexes()
154
- - PointCloudExport
155
- - Support of EPSG-Code in start-position
156
-
157
- ## 1.0.3 - 17.09.2024
158
-
159
- ### Bugfixes
160
-
161
- - Fixed pilegate URL for migrated users.
162
- - Using the profiletool, added an information and reset the tool when changing the image while performing a measurement.
163
- - Fix the bug when using jest for testing.
164
- - Added missing bounding box parameter to viewer.getRoutes().
165
-
166
- ## 1.0.2 - 06.08.2024
167
-
168
- ### Bugfixes
169
-
170
- - Fixed bug in the layer tree view. The layer tree is visible again.
171
-
172
- ## 1.0.1 - 23.07.2024
173
-
174
- ### Bugfixes
175
-
176
- - Fixed a bug in the campaign change event in the viewer.
177
-
178
- ## 1.0.0 - 17.05.2024
179
-
180
- ### Bugfixes
181
-
182
- - Restoration of toolbar and top bar functionality: They can now be shown and hidden smoothly.
183
-
184
- ### Added
185
-
186
- - Introduction of machine authentication and a new corresponding example.
187
- - Added: Option for access token in the init function.
188
- - Added: Refresh token for the init function.
189
- - Typings
190
-
191
- ### Changed
192
-
193
- - Examples have been updated to accommodate the new authentication process.
194
-
195
- ### Deleted
196
-
197
- - Interactive login functions.
198
- - Removed: Two options from the init function:
199
- - demoAccess
200
- - redirectPath
201
-
202
- ## 0.2.8 - 08.04.2024
203
-
204
- ### Added
205
-
206
- - Integrated and documented functions
207
- - moveToPosition
208
- - moveToCampaign
209
- - lookAtPosition
210
- - getRoutes
211
-
212
- ## 0.2.7 - 04.04.2024
213
-
214
- ### Added
215
-
216
- - Improved documentation
217
- - Description of the event types
218
- - Description of further settings
219
-
220
- ### Changed
221
-
222
- - Adaptation to the existing examples
223
-
224
- ## 0.2.4 - 14.03.2024
225
-
226
- ### Bugfixes
227
-
228
- - Troubleshooting with internal module
229
-
230
- ## 0.2.3 - 09.02.2024
231
-
232
- ### Added
233
-
234
- - Demo Access Login
235
- - Documenation
236
-
237
- ### Changed
238
-
239
- - Adoption of adjustments to the UI base of infra3D Edit
240
-
241
- ### Bugfixes
242
-
243
- - Various minor adjustments
244
-
245
- ## 0.2.0 - 30.01.2024
246
-
247
- ### Added
248
-
249
- - Edit functionality