@inovitas/infra3dapi 1.4.0 → 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.
Files changed (3) hide show
  1. package/README.md +209 -210
  2. package/infra3dapi.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -37,214 +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.4.0 - 07.08.2025
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
40
+ ## 1.4.0 - 07.08.2025
250
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