@inovitas/infra3dapi 1.3.1 → 1.4.1

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