@hpcc-js/map 2.76.7 → 2.77.0

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.76.7";
25
- var BUILD_VERSION = "2.104.9";
24
+ var PKG_VERSION = "2.77.0";
25
+ var BUILD_VERSION = "2.104.11";
26
26
 
27
27
  /******************************************************************************
28
28
  Copyright (c) Microsoft Corporation.
@@ -28929,7 +28929,7 @@ ClusterCircles.prototype.publish("useClonedPalette", false, "boolean", "Enable o
28929
28929
  ClusterCircles.prototype.publish("latitudeColumn", null, "set", "Latitude column", function () { return this.columns(); }, { optional: true });
28930
28930
  ClusterCircles.prototype.publish("longitudeColumn", null, "set", "Longitude column", function () { return this.columns(); }, { optional: true });
28931
28931
  ClusterCircles.prototype.publish("weightColumn", null, "set", "Weight column", function () { return this.columns(); }, { optional: true });
28932
- ClusterCircles.prototype.publish("weightFormat", ".2s", "string", "Number format for weight");
28932
+ ClusterCircles.prototype.publish("weightFormat", ",", "string", "Number format for weight");
28933
28933
  ClusterCircles.prototype.publish("opacity", 0.66, "number", "Opacity", null, { tags: ["Advanced"] });
28934
28934
 
28935
28935
  function fixDateLine(feature, layer) {