@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.js CHANGED
@@ -20,8 +20,8 @@
20
20
  }
21
21
 
22
22
  var PKG_NAME = "@hpcc-js/map";
23
- var PKG_VERSION = "2.76.7";
24
- var BUILD_VERSION = "2.104.9";
23
+ var PKG_VERSION = "2.77.0";
24
+ var BUILD_VERSION = "2.104.11";
25
25
 
26
26
  /******************************************************************************
27
27
  Copyright (c) Microsoft Corporation.
@@ -28928,7 +28928,7 @@
28928
28928
  ClusterCircles.prototype.publish("latitudeColumn", null, "set", "Latitude column", function () { return this.columns(); }, { optional: true });
28929
28929
  ClusterCircles.prototype.publish("longitudeColumn", null, "set", "Longitude column", function () { return this.columns(); }, { optional: true });
28930
28930
  ClusterCircles.prototype.publish("weightColumn", null, "set", "Weight column", function () { return this.columns(); }, { optional: true });
28931
- ClusterCircles.prototype.publish("weightFormat", ".2s", "string", "Number format for weight");
28931
+ ClusterCircles.prototype.publish("weightFormat", ",", "string", "Number format for weight");
28932
28932
  ClusterCircles.prototype.publish("opacity", 0.66, "number", "Opacity", null, { tags: ["Advanced"] });
28933
28933
 
28934
28934
  function fixDateLine(feature, layer) {