@vcmap/viewshed 2.0.9 → 2.0.10
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 +4 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/util/windowHelper.js +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -961,7 +961,7 @@ var Ct = function() {
|
|
|
961
961
|
null,
|
|
962
962
|
null
|
|
963
963
|
);
|
|
964
|
-
const Vt = yt.exports, S = "@vcmap/viewshed", bt = "2.0.
|
|
964
|
+
const Vt = yt.exports, S = "@vcmap/viewshed", bt = "2.0.10", Mt = "^5.1", Z = {
|
|
965
965
|
[w.CONE]: "$vcsViewshed",
|
|
966
966
|
[w.THREESIXTY]: "$vcsViewshedCone"
|
|
967
967
|
};
|
|
@@ -975,7 +975,7 @@ function Tt(s, e, i) {
|
|
|
975
975
|
headerTitle: t,
|
|
976
976
|
headerIcon: o,
|
|
977
977
|
styles: { width: "280px", height: "auto" },
|
|
978
|
-
infoUrlCallback: e.getHelpUrlCallback("tools/
|
|
978
|
+
infoUrlCallback: e.getHelpUrlCallback("tools/viewshed.html")
|
|
979
979
|
}
|
|
980
980
|
};
|
|
981
981
|
Ze(e, i, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vcmap/viewshed",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10",
|
|
4
4
|
"description": "Tool to simulate a \"viewer\" and their field of vision from a certain standpoint in the map. It allows the user to see which areas and buildings can or can't be seen from a specific standpoint, regarding different viewing distances, viewers' sizes and orientations.Th",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
package/src/util/windowHelper.js
CHANGED
|
@@ -40,7 +40,7 @@ export function setupViewshedWindow(manager, app, collectionComponent) {
|
|
|
40
40
|
headerTitle,
|
|
41
41
|
headerIcon,
|
|
42
42
|
styles: { width: '280px', height: 'auto' },
|
|
43
|
-
infoUrlCallback: app.getHelpUrlCallback('tools/
|
|
43
|
+
infoUrlCallback: app.getHelpUrlCallback('tools/viewshed.html'),
|
|
44
44
|
},
|
|
45
45
|
};
|
|
46
46
|
|