@vcmap/viewshed 3.0.1 → 3.0.3
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/CHANGELOG.md +10 -1
- package/dist/index.js +458 -457
- package/package.json +3 -3
- package/src/index.js +9 -4
- package/src/util/toolboxHelper.js +1 -1
- package/src/viewshedManager.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# v3.0.3
|
|
2
|
+
|
|
3
|
+
- fixes bug where temporary viewsheds could not be created from state
|
|
4
|
+
- fixes bug where placeOnTerrain was not possible
|
|
5
|
+
|
|
6
|
+
# v3.0.2
|
|
7
|
+
|
|
8
|
+
- fixes bug where the tool was active for unsupported maps
|
|
9
|
+
|
|
1
10
|
# v3.0.0
|
|
2
11
|
|
|
3
12
|
- updates @vcmap/core and @vcmap/ui to 6.x
|
|
@@ -9,7 +18,7 @@
|
|
|
9
18
|
|
|
10
19
|
- fix link to help document
|
|
11
20
|
|
|
12
|
-
# v2.0.
|
|
21
|
+
# v2.0.9
|
|
13
22
|
|
|
14
23
|
- add upload feedback
|
|
15
24
|
|