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