@inovitas/infra3dapi 1.2.0 → 1.2.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 +136 -133
  2. package/infra3dapi.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -37,137 +37,140 @@ 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.2.0 - 16.12.2024
40
+ ## 1.2.0 - 16.12.2024
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
+ - Resize event listens now on the div and not the whole window
47
+
48
+
49
+ ### Added
50
+
51
+ - Added functions on viewer to draw and pick a geometry
52
+ - Added geometry overlays to display geometries in the viewer
53
+ - Function to destroy the API and remove it from the DOM
54
+
55
+ ## 1.1.2 - 21.10.2024
56
+
57
+ ### Bugfixes
58
+
59
+ - viewer.getRoutes() resulted in an error
60
+
61
+ ## 1.1.1 - 14.10.2024
62
+
63
+ ### Bugfixes
64
+
65
+ - Layer export not working for non-memory layers
66
+ - Duplicate layers when exporting directly after importing layers (without reloading)
67
+
68
+ ## 1.1.0 - 09.10.2024
69
+
70
+ ### Bugfixes
71
+
72
+ - Bug in viewer.getRoutesOutline() when using as migrated user.
73
+ - Same default EPSG-Code (4326) when using start-position for (un)-migrated users.
74
+
75
+ ### Added
76
+
77
+ - ProjectScope is available to restrict the access inside a project accordingly.
78
+ - New concept for routes abstraction in the map, using hexagons
79
+ - viewer.getRouteLines() and viewer.getRouteHexes()
80
+ - PointCloudExport
81
+ - Support of EPSG-Code in start-position
82
+
83
+ ## 1.0.3 - 17.09.2024
84
+
85
+ ### Bugfixes
86
+
87
+ - Fixed pilegate URL for migrated users.
88
+ - Using the profiletool, added an information and reset the tool when changing the image while performing a measurement.
89
+ - Fix the bug when using jest for testing.
90
+ - Added missing bounding box parameter to viewer.getRoutes().
91
+
92
+ ## 1.0.2 - 06.08.2024
93
+
94
+ ### Bugfixes
95
+
96
+ - Fixed bug in the layer tree view. The layer tree is visible again.
97
+
98
+ ## 1.0.1 - 23.07.2024
99
+
100
+ ### Bugfixes
101
+
102
+ - Fixed a bug in the campaign change event in the viewer.
103
+
104
+ ## 1.0.0 - 17.05.2024
105
+
106
+ ### Bugfixes
107
+
108
+ - Restoration of toolbar and top bar functionality: They can now be shown and hidden smoothly.
109
+
110
+ ### Added
111
+
112
+ - Introduction of machine authentication and a new corresponding example.
113
+ - Added: Option for access token in the init function.
114
+ - Added: Refresh token for the init function.
115
+ - Typings
116
+
117
+ ### Changed
118
+
119
+ - Examples have been updated to accommodate the new authentication process.
120
+
121
+ ### Deleted
122
+
123
+ - Interactive login functions.
124
+ - Removed: Two options from the init function:
125
+ - demoAccess
126
+ - redirectPath
127
+
128
+ ## 0.2.8 - 08.04.2024
129
+
130
+ ### Added
131
+
132
+ - Integrated and documented functions
133
+ - moveToPosition
134
+ - moveToCampaign
135
+ - lookAtPosition
136
+ - getRoutes
137
+
138
+ ## 0.2.7 - 04.04.2024
139
+
140
+ ### Added
141
+
142
+ - Improved documentation
143
+ - Description of the event types
144
+ - Description of further settings
145
+
146
+ ### Changed
147
+
148
+ - Adaptation to the existing examples
149
+
150
+ ## 0.2.4 - 14.03.2024
151
+
152
+ ### Bugfixes
153
+
154
+ - Troubleshooting with internal module
155
+
156
+ ## 0.2.3 - 09.02.2024
157
+
158
+ ### Added
159
+
160
+ - Demo Access Login
161
+ - Documenation
162
+
163
+ ### Changed
164
+
165
+ - Adoption of adjustments to the UI base of infra3D Edit
166
+
167
+ ### Bugfixes
168
+
169
+ - Various minor adjustments
170
+
171
+ ## 0.2.0 - 30.01.2024
172
+
173
+ ### Added
174
+
175
+ - Edit functionality
41
176
 
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