@hpcc-js/map 2.77.11 → 2.77.13

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/dist/index.es6.js CHANGED
@@ -21,8 +21,8 @@ function _mergeNamespaces(n, m) {
21
21
  }
22
22
 
23
23
  var PKG_NAME = "@hpcc-js/map";
24
- var PKG_VERSION = "2.77.11";
25
- var BUILD_VERSION = "2.104.30";
24
+ var PKG_VERSION = "2.77.13";
25
+ var BUILD_VERSION = "2.104.35";
26
26
 
27
27
  /******************************************************************************
28
28
  Copyright (c) Microsoft Corporation.
@@ -6455,7 +6455,7 @@ var GMap = /** @class */ (function (_super) {
6455
6455
  };
6456
6456
  GMap.prototype.createIcon = function (pinObj) {
6457
6457
  return {
6458
- path: "M 0,0 C -2,-20 -10,-22 -10,-30 A 10,10 0 1,1 10,-30 C 10,-22 2,-20 0,0 z M -2,-30",
6458
+ path: "M 0,0 C -2,-20 -10,-22 -10,-30 A 10,10 0 1,1 10,-30 C 10,-22 2,-20 0,0 z M -2,-30", // a 2,2 0 1,1 4,0 2,2 0 1,1",
6459
6459
  fillColor: pinObj.fillColor,
6460
6460
  fillOpacity: pinObj.fillOpacity || 0.8,
6461
6461
  scale: 0.5,
@@ -6476,7 +6476,7 @@ var GMap = /** @class */ (function (_super) {
6476
6476
  circleObj.radius = circleObj.radius || 1;
6477
6477
  return new google$1.maps.Circle({
6478
6478
  center: new google$1.maps.LatLng(lat, lng),
6479
- radius: 16093 * circleObj.radius / 10,
6479
+ radius: 16093 * circleObj.radius / 10, // 16093 === 10 miles in metres
6480
6480
  fillColor: circleObj.fillColor || "red",
6481
6481
  strokeColor: circleObj.strokeColor || circleObj.fillColor || "black",
6482
6482
  strokeWeight: 0.5,