@inovitas/infra3dapi 1.4.2 → 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 +17 -0
- package/infra3dapi.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,6 +37,23 @@ 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.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
|
+
|
|
40
57
|
## 1.4.2 - 2025-08-13
|
|
41
58
|
|
|
42
59
|
### Bugfixes
|