@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 +3 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +8 -8
- package/src/__package__.ts +2 -2
- package/src/leaflet/ClusterCircles.ts +1 -1
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
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.
|
|
25
|
-
var BUILD_VERSION = "2.104.
|
|
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", "
|
|
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) {
|