@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 CHANGED
@@ -1,3 +1,7 @@
1
+ # v2.0.10
2
+
3
+ - fix link to help document
4
+
1
5
  # v2.0.8
2
6
 
3
7
  - add upload feedback
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.9", Mt = "^5.1", Z = {
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/viewshedTool.html")
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.9",
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",
@@ -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/viewshedTool.html'),
43
+ infoUrlCallback: app.getHelpUrlCallback('tools/viewshed.html'),
44
44
  },
45
45
  };
46
46