@hpcc-js/map 2.77.10 → 2.77.11
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 +193 -183
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +29685 -29675
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.min.js.map +1 -1
- package/package.json +10 -10
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.es6.js
CHANGED
|
@@ -6,76 +6,81 @@ import { Graph as Graph$1, Edge } from '@hpcc-js/graph';
|
|
|
6
6
|
import { HeatMap } from '@hpcc-js/other';
|
|
7
7
|
|
|
8
8
|
function _mergeNamespaces(n, m) {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
});
|
|
17
|
-
}
|
|
9
|
+
m.forEach(function (e) {
|
|
10
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default' && !(k in n)) {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
18
16
|
});
|
|
17
|
+
}
|
|
19
18
|
});
|
|
20
|
-
|
|
19
|
+
});
|
|
20
|
+
return Object.freeze(n);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
var PKG_NAME = "@hpcc-js/map";
|
|
24
|
-
var PKG_VERSION = "2.77.
|
|
25
|
-
var BUILD_VERSION = "2.104.
|
|
26
|
-
|
|
27
|
-
/******************************************************************************
|
|
28
|
-
Copyright (c) Microsoft Corporation.
|
|
29
|
-
|
|
30
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
31
|
-
purpose with or without fee is hereby granted.
|
|
32
|
-
|
|
33
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
34
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
35
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
36
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
37
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
38
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
39
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
40
|
-
***************************************************************************** */
|
|
41
|
-
/* global Reflect, Promise */
|
|
42
|
-
|
|
43
|
-
var extendStatics = function(d, b) {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
function __extends(d, b) {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
var __assign = function() {
|
|
59
|
-
__assign = Object.assign || function __assign(t) {
|
|
60
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
61
|
-
s = arguments[i];
|
|
62
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
63
|
-
}
|
|
64
|
-
return t;
|
|
65
|
-
};
|
|
66
|
-
return __assign.apply(this, arguments);
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
function __spreadArray(to, from, pack) {
|
|
70
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
71
|
-
if (ar || !(i in from)) {
|
|
72
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
73
|
-
ar[i] = from[i];
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
24
|
+
var PKG_VERSION = "2.77.11";
|
|
25
|
+
var BUILD_VERSION = "2.104.30";
|
|
26
|
+
|
|
27
|
+
/******************************************************************************
|
|
28
|
+
Copyright (c) Microsoft Corporation.
|
|
29
|
+
|
|
30
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
31
|
+
purpose with or without fee is hereby granted.
|
|
32
|
+
|
|
33
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
34
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
35
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
36
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
37
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
38
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
39
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
40
|
+
***************************************************************************** */
|
|
41
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
42
|
+
|
|
43
|
+
var extendStatics = function(d, b) {
|
|
44
|
+
extendStatics = Object.setPrototypeOf ||
|
|
45
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
46
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
47
|
+
return extendStatics(d, b);
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
function __extends(d, b) {
|
|
51
|
+
if (typeof b !== "function" && b !== null)
|
|
52
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
53
|
+
extendStatics(d, b);
|
|
54
|
+
function __() { this.constructor = d; }
|
|
55
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
77
56
|
}
|
|
78
57
|
|
|
58
|
+
var __assign = function() {
|
|
59
|
+
__assign = Object.assign || function __assign(t) {
|
|
60
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
61
|
+
s = arguments[i];
|
|
62
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
63
|
+
}
|
|
64
|
+
return t;
|
|
65
|
+
};
|
|
66
|
+
return __assign.apply(this, arguments);
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
function __spreadArray(to, from, pack) {
|
|
70
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
71
|
+
if (ar || !(i in from)) {
|
|
72
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
73
|
+
ar[i] = from[i];
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
80
|
+
var e = new Error(message);
|
|
81
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
82
|
+
};
|
|
83
|
+
|
|
79
84
|
function tree_add(d) {
|
|
80
85
|
var x = +this._x.call(null, d),
|
|
81
86
|
y = +this._y.call(null, d);
|
|
@@ -3913,56 +3918,56 @@ function transverseMercator() {
|
|
|
3913
3918
|
}
|
|
3914
3919
|
|
|
3915
3920
|
var d3Geo = /*#__PURE__*/Object.freeze({
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3921
|
+
__proto__: null,
|
|
3922
|
+
geoArea: area,
|
|
3923
|
+
geoBounds: bounds,
|
|
3924
|
+
geoCentroid: centroid,
|
|
3925
|
+
geoCircle: circle$1,
|
|
3926
|
+
geoClipAntimeridian: clipAntimeridian,
|
|
3927
|
+
geoClipCircle: clipCircle,
|
|
3928
|
+
geoClipExtent: extent,
|
|
3929
|
+
geoClipRectangle: clipRectangle,
|
|
3930
|
+
geoContains: contains,
|
|
3931
|
+
geoDistance: distance,
|
|
3932
|
+
geoGraticule: graticule,
|
|
3933
|
+
geoGraticule10: graticule10,
|
|
3934
|
+
geoInterpolate: interpolate,
|
|
3935
|
+
geoLength: length,
|
|
3936
|
+
geoPath: d3GeoPath,
|
|
3937
|
+
geoAlbers: geoAlbers,
|
|
3938
|
+
geoAlbersUsa: albersUsa,
|
|
3939
|
+
geoAzimuthalEqualArea: azimuthalEqualArea,
|
|
3940
|
+
geoAzimuthalEqualAreaRaw: azimuthalEqualAreaRaw,
|
|
3941
|
+
geoAzimuthalEquidistant: azimuthalEquidistant,
|
|
3942
|
+
geoAzimuthalEquidistantRaw: azimuthalEquidistantRaw,
|
|
3943
|
+
geoConicConformal: conicConformal,
|
|
3944
|
+
geoConicConformalRaw: conicConformalRaw,
|
|
3945
|
+
geoConicEqualArea: geoConicEqualArea,
|
|
3946
|
+
geoConicEqualAreaRaw: conicEqualAreaRaw,
|
|
3947
|
+
geoConicEquidistant: conicEquidistant,
|
|
3948
|
+
geoConicEquidistantRaw: conicEquidistantRaw,
|
|
3949
|
+
geoEqualEarth: equalEarth,
|
|
3950
|
+
geoEqualEarthRaw: equalEarthRaw,
|
|
3951
|
+
geoEquirectangular: equirectangular,
|
|
3952
|
+
geoEquirectangularRaw: equirectangularRaw,
|
|
3953
|
+
geoGnomonic: gnomonic,
|
|
3954
|
+
geoGnomonicRaw: gnomonicRaw,
|
|
3955
|
+
geoIdentity: identity$1,
|
|
3956
|
+
geoProjection: projection,
|
|
3957
|
+
geoProjectionMutator: projectionMutator,
|
|
3958
|
+
geoMercator: mercator,
|
|
3959
|
+
geoMercatorRaw: mercatorRaw,
|
|
3960
|
+
geoNaturalEarth1: naturalEarth1,
|
|
3961
|
+
geoNaturalEarth1Raw: naturalEarth1Raw,
|
|
3962
|
+
geoOrthographic: orthographic,
|
|
3963
|
+
geoOrthographicRaw: orthographicRaw,
|
|
3964
|
+
geoStereographic: stereographic,
|
|
3965
|
+
geoStereographicRaw: stereographicRaw,
|
|
3966
|
+
geoTransverseMercator: transverseMercator,
|
|
3967
|
+
geoTransverseMercatorRaw: transverseMercatorRaw,
|
|
3968
|
+
geoRotation: rotation,
|
|
3969
|
+
geoStream: geoStream,
|
|
3970
|
+
geoTransform: transform$1
|
|
3966
3971
|
});
|
|
3967
3972
|
|
|
3968
3973
|
function noop() { }
|
|
@@ -5867,8 +5872,8 @@ var Google$1 = {exports: {}};
|
|
|
5867
5872
|
var Google = Google$1.exports;
|
|
5868
5873
|
|
|
5869
5874
|
var _GoogleMapsLoader = /*#__PURE__*/_mergeNamespaces({
|
|
5870
|
-
|
|
5871
|
-
|
|
5875
|
+
__proto__: null,
|
|
5876
|
+
'default': Google
|
|
5872
5877
|
}, [Google$1.exports]);
|
|
5873
5878
|
|
|
5874
5879
|
var css_248z$9 = ".map_GMap .marker{fill:#656565;stroke:none;stroke-width:1px}.map_GMap .map_Layered{cursor:auto;pointer-events:auto}.gm-style img{max-width:none}.gm-style label{display:inline;width:auto}";
|
|
@@ -27353,8 +27358,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27353
27358
|
c: () => (/* binding */ LeafletLayer)
|
|
27354
27359
|
});
|
|
27355
27360
|
|
|
27356
|
-
// EXTERNAL MODULE:
|
|
27357
|
-
var tslib_es6 = __webpack_require__(
|
|
27361
|
+
// EXTERNAL MODULE: ../../node_modules/tslib/tslib.es6.mjs
|
|
27362
|
+
var tslib_es6 = __webpack_require__(970);
|
|
27358
27363
|
/* harmony default export */ function identity(x) {
|
|
27359
27364
|
return x;
|
|
27360
27365
|
}
|
|
@@ -28985,7 +28990,7 @@ var D3SvgOverlay_D3SvgOverlay = /** @class */ (function (_super) {
|
|
|
28985
28990
|
/* harmony export */ O: () => (/* binding */ LeafletLayer2),
|
|
28986
28991
|
/* harmony export */ c: () => (/* binding */ HeatLayer)
|
|
28987
28992
|
/* harmony export */ });
|
|
28988
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
28993
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(970);
|
|
28989
28994
|
/* harmony import */ var leaflet__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(62);
|
|
28990
28995
|
/* harmony import */ var simpleheat__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10);
|
|
28991
28996
|
/* harmony import */ var simpleheat__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(simpleheat__WEBPACK_IMPORTED_MODULE_1__);
|
|
@@ -29180,46 +29185,6 @@ var HeatLayer = /** @class */ (function (_super) {
|
|
|
29180
29185
|
|
|
29181
29186
|
|
|
29182
29187
|
|
|
29183
|
-
/***/ }),
|
|
29184
|
-
|
|
29185
|
-
/***/ 655:
|
|
29186
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
29187
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
29188
|
-
/* harmony export */ ZT: () => (/* binding */ __extends)
|
|
29189
|
-
/* harmony export */ });
|
|
29190
|
-
/* unused harmony exports __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
|
|
29191
|
-
/******************************************************************************
|
|
29192
|
-
Copyright (c) Microsoft Corporation.
|
|
29193
|
-
|
|
29194
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
29195
|
-
purpose with or without fee is hereby granted.
|
|
29196
|
-
|
|
29197
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
29198
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
29199
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
29200
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
29201
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
29202
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
29203
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
29204
|
-
***************************************************************************** */
|
|
29205
|
-
/* global Reflect, Promise */
|
|
29206
|
-
|
|
29207
|
-
var extendStatics = function(d, b) {
|
|
29208
|
-
extendStatics = Object.setPrototypeOf ||
|
|
29209
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
29210
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
29211
|
-
return extendStatics(d, b);
|
|
29212
|
-
};
|
|
29213
|
-
|
|
29214
|
-
function __extends(d, b) {
|
|
29215
|
-
if (typeof b !== "function" && b !== null)
|
|
29216
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
29217
|
-
extendStatics(d, b);
|
|
29218
|
-
function __() { this.constructor = d; }
|
|
29219
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
29220
|
-
}
|
|
29221
|
-
|
|
29222
|
-
|
|
29223
29188
|
/***/ }),
|
|
29224
29189
|
|
|
29225
29190
|
/***/ 734:
|
|
@@ -29256,6 +29221,51 @@ module.exports = __webpack_require__.p + "011a678e3efe41981754.png";
|
|
|
29256
29221
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
29257
29222
|
module.exports = __webpack_require__.p + "1e8408af1a34bdf61457.png";
|
|
29258
29223
|
|
|
29224
|
+
/***/ }),
|
|
29225
|
+
|
|
29226
|
+
/***/ 970:
|
|
29227
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
29228
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
29229
|
+
/* harmony export */ ZT: () => (/* binding */ __extends)
|
|
29230
|
+
/* harmony export */ });
|
|
29231
|
+
/* unused harmony exports __assign, __rest, __decorate, __param, __esDecorate, __runInitializers, __propKey, __setFunctionName, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn, __addDisposableResource, __disposeResources */
|
|
29232
|
+
/******************************************************************************
|
|
29233
|
+
Copyright (c) Microsoft Corporation.
|
|
29234
|
+
|
|
29235
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
29236
|
+
purpose with or without fee is hereby granted.
|
|
29237
|
+
|
|
29238
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
29239
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
29240
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
29241
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
29242
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
29243
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
29244
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
29245
|
+
***************************************************************************** */
|
|
29246
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
29247
|
+
|
|
29248
|
+
var extendStatics = function(d, b) {
|
|
29249
|
+
extendStatics = Object.setPrototypeOf ||
|
|
29250
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
29251
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
29252
|
+
return extendStatics(d, b);
|
|
29253
|
+
};
|
|
29254
|
+
|
|
29255
|
+
function __extends(d, b) {
|
|
29256
|
+
if (typeof b !== "function" && b !== null)
|
|
29257
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
29258
|
+
extendStatics(d, b);
|
|
29259
|
+
function __() { this.constructor = d; }
|
|
29260
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
29261
|
+
}
|
|
29262
|
+
|
|
29263
|
+
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
29264
|
+
var e = new Error(message);
|
|
29265
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
29266
|
+
};
|
|
29267
|
+
|
|
29268
|
+
|
|
29259
29269
|
/***/ })
|
|
29260
29270
|
|
|
29261
29271
|
/******/ });
|
|
@@ -31165,31 +31175,31 @@ var USStates = /** @class */ (function (_super) {
|
|
|
31165
31175
|
USStates.prototype._class += " map_USStates";
|
|
31166
31176
|
|
|
31167
31177
|
var index = /*#__PURE__*/Object.freeze({
|
|
31168
|
-
|
|
31169
|
-
|
|
31170
|
-
|
|
31171
|
-
|
|
31172
|
-
|
|
31173
|
-
|
|
31174
|
-
|
|
31175
|
-
|
|
31176
|
-
|
|
31177
|
-
|
|
31178
|
-
|
|
31179
|
-
|
|
31180
|
-
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
|
|
31184
|
-
|
|
31185
|
-
|
|
31186
|
-
|
|
31187
|
-
|
|
31188
|
-
|
|
31189
|
-
|
|
31190
|
-
|
|
31191
|
-
|
|
31192
|
-
|
|
31178
|
+
__proto__: null,
|
|
31179
|
+
Circles: Circles,
|
|
31180
|
+
D3Circles: D3Circles,
|
|
31181
|
+
ClusterCircles: ClusterCircles,
|
|
31182
|
+
Countries: Countries,
|
|
31183
|
+
DrawLayer: DrawLayer,
|
|
31184
|
+
FeatureLayer: FeatureLayer,
|
|
31185
|
+
ClusterLayer: ClusterLayer,
|
|
31186
|
+
D3SurfaceLayer: D3SurfaceLayer,
|
|
31187
|
+
HeatLayer: HeatLayer,
|
|
31188
|
+
Icons: Icons,
|
|
31189
|
+
ClusterIcons: ClusterIcons,
|
|
31190
|
+
Leaflet: Leaflet,
|
|
31191
|
+
Markers: Markers,
|
|
31192
|
+
Polygons: Polygons,
|
|
31193
|
+
Path: Path,
|
|
31194
|
+
Lines: Lines,
|
|
31195
|
+
Pins: Pins,
|
|
31196
|
+
ClusterPins: ClusterPins,
|
|
31197
|
+
Region: Region,
|
|
31198
|
+
Text: Text,
|
|
31199
|
+
TileLayer: TileLayer,
|
|
31200
|
+
USCounties: USCounties,
|
|
31201
|
+
USStates: USStates,
|
|
31202
|
+
World: World
|
|
31193
31203
|
});
|
|
31194
31204
|
|
|
31195
31205
|
export { BUILD_VERSION, CanvasPinLayer, CanvasPins, Choropleth, ChoroplethContinents, ChoroplethCounties, ChoroplethCountries, ChoroplethStates, ChoroplethStatesHeat, GMap, GMapCounties, GMapGraph, GMapHeat, GMapLayered, GMapPin, GMapPinLine, GeoHash, Graph, Graticule, Heat, IChoropleth, Layer, Layered, index as Leaflet, Lines$1 as Lines, OpenStreet, PKG_NAME, PKG_VERSION, Pins$1 as Pins, TestHeatMap, TopoJSONChoropleth, google$1 as google, projections, requireGoogleMap, requireGoogleMapTimeout, resolve, topoJsonFolder, types };
|