@inovitas/infra3dapi 1.2.3 → 1.2.5
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 +13 -0
- package/infra3dapi.js +1 -1
- package/licenses.txt +0 -25
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,6 +37,19 @@ 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.5 - 27.06.2025
|
|
41
|
+
|
|
42
|
+
### Bugfixes
|
|
43
|
+
|
|
44
|
+
- When adding a WFS 2.0 Layer, the settings have not been took over and not been saved correctly (IN-3444)
|
|
45
|
+
- When minimising the measurement panel and reopening meausrements again, the panels overlap each other (IN-3461)
|
|
46
|
+
|
|
47
|
+
## 1.2.4 - 12.06.2025
|
|
48
|
+
|
|
49
|
+
### Bugfixes
|
|
50
|
+
|
|
51
|
+
- Some request when using a non-migrated user resulted in a 400 Bad Request.
|
|
52
|
+
|
|
40
53
|
## 1.2.3 - 05.06.2025
|
|
41
54
|
|
|
42
55
|
### Bugfixes
|