@hpcc-js/map 2.77.6 → 2.77.8
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 +1106 -272
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +1106 -272
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/package.json +9 -9
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types/leaflet/Path.d.ts +2 -2
- package/types/leaflet/Path.d.ts.map +1 -1
- package/types/leaflet/Polygons.d.ts +3 -3
- package/types/leaflet/Polygons.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
- package/types-3.4/leaflet/Path.d.ts +2 -2
- package/types-3.4/leaflet/Polygons.d.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/map",
|
|
3
|
-
"version": "2.77.
|
|
3
|
+
"version": "2.77.8",
|
|
4
4
|
"description": "hpcc-js - Viz Map",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.es6",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"update": "npx --yes npm-check-updates -u -t minor"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@hpcc-js/api": "^2.12.
|
|
43
|
-
"@hpcc-js/common": "^2.71.
|
|
44
|
-
"@hpcc-js/graph": "^2.85.
|
|
45
|
-
"@hpcc-js/layout": "^2.49.
|
|
46
|
-
"@hpcc-js/leaflet-shim": "^2.3.
|
|
47
|
-
"@hpcc-js/other": "^2.15.
|
|
48
|
-
"@hpcc-js/util": "^2.50.
|
|
42
|
+
"@hpcc-js/api": "^2.12.9",
|
|
43
|
+
"@hpcc-js/common": "^2.71.9",
|
|
44
|
+
"@hpcc-js/graph": "^2.85.5",
|
|
45
|
+
"@hpcc-js/layout": "^2.49.9",
|
|
46
|
+
"@hpcc-js/leaflet-shim": "^2.3.3",
|
|
47
|
+
"@hpcc-js/other": "^2.15.9",
|
|
48
|
+
"@hpcc-js/util": "^2.50.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@hpcc-js/bundle": "^2.11.3",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/hpcc-systems/Visualization",
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "1047cde078892c7bdab933df61fb8862f8dff597"
|
|
76
76
|
}
|
package/src/__package__.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export const PKG_NAME = "@hpcc-js/map";
|
|
2
|
-
export const PKG_VERSION = "2.77.
|
|
3
|
-
export const BUILD_VERSION = "2.104.
|
|
2
|
+
export const PKG_VERSION = "2.77.8";
|
|
3
|
+
export const BUILD_VERSION = "2.104.20";
|
package/types/__package__.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/map";
|
|
2
|
-
export declare const PKG_VERSION = "2.77.
|
|
3
|
-
export declare const BUILD_VERSION = "2.104.
|
|
2
|
+
export declare const PKG_VERSION = "2.77.8";
|
|
3
|
+
export declare const BUILD_VERSION = "2.104.20";
|
|
4
4
|
//# sourceMappingURL=__package__.d.ts.map
|
package/types/leaflet/Path.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Map } from "@hpcc-js/leaflet-shim";
|
|
2
2
|
import { D3SurfaceLayer } from "./FeatureLayer";
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export type Coordinate = [number, number];
|
|
4
|
+
export type Coordinates = [Coordinate, Coordinate];
|
|
5
5
|
export declare class Path extends D3SurfaceLayer {
|
|
6
6
|
lineData(): Array<{
|
|
7
7
|
type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Path.d.ts","sourceRoot":"","sources":["../../src/leaflet/Path.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAG5C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAIhD,
|
|
1
|
+
{"version":3,"file":"Path.d.ts","sourceRoot":"","sources":["../../src/leaflet/Path.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAG5C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAIhD,MAAM,MAAM,UAAU,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAC1C,MAAM,MAAM,WAAW,GAAG,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;AAEnD,qBAAa,IAAK,SAAQ,cAAc;IAEpC,QAAQ,IAAI,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,WAAW,CAAA;KAAE,CAAC;IAmB7D,MAAM,CAAC,KAAK,EAAE,UAAU;IAIxB,OAAO,CAAC,MAAM,EAAE,WAAW;IAK3B,WAAW,CAAC,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,KAAA;IA6CjC,YAAY,CAAC,CAAC,KAAA,EAAE,GAAG,KAAA;CAGtB;AAGD,MAAM,WAAW,IAAI;IACjB,cAAc,IAAI,MAAM,CAAC;IACzB,cAAc,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,eAAe,IAAI,MAAM,CAAC;IAC1B,eAAe,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,WAAW,IAAI,MAAM,CAAC;IACtB,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,IAAI,OAAO,CAAC;IAC3B,eAAe,CAAC,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACrC;AAQD,qBAAa,KAAM,SAAQ,IAAI;IAE3B,QAAQ,IAAI,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,WAAW,CAAA;KAAE,CAAC;CAiBhE;AAGD,MAAM,WAAW,KAAK;IAClB,eAAe,IAAI,MAAM,CAAC;IAC1B,eAAe,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,gBAAgB,IAAI,MAAM,CAAC;IAC3B,gBAAgB,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { LeafletEvent, Map } from "@hpcc-js/leaflet-shim";
|
|
2
2
|
import { FeatureLayer } from "./FeatureLayer";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
type Lat = number;
|
|
4
|
+
type Lon = number;
|
|
5
|
+
type Point = [Lon, Lat];
|
|
6
6
|
export declare class Polygons extends FeatureLayer {
|
|
7
7
|
_palette: any;
|
|
8
8
|
protected fixDateLine(points: Point[]): Point[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Polygons.d.ts","sourceRoot":"","sources":["../../src/leaflet/Polygons.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,GAAG,EAAW,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAM9C,
|
|
1
|
+
{"version":3,"file":"Polygons.d.ts","sourceRoot":"","sources":["../../src/leaflet/Polygons.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,GAAG,EAAW,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAM9C,KAAK,GAAG,GAAG,MAAM,CAAC;AAClB,KAAK,GAAG,GAAG,MAAM,CAAC;AAClB,KAAK,KAAK,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AAgBxB,qBAAa,QAAS,SAAQ,YAAY;IAEtC,QAAQ,MAAC;IAET,SAAS,CAAC,WAAW,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE;IAQ/C,SAAS,IAAI,OAAO;IAIpB,cAAc;IAyBd,WAAW,CAAC,GAAG,EAAE,GAAG;IAMpB,OAAO,CAAC,CAAC,EAAE,YAAY;IAKvB,OAAO,CAAC,CAAC,EAAE,YAAY;IAKvB,YAAY,CAAC,CAAC,KAAA,EAAE,GAAG,KAAA;CAEtB;AAID,MAAM,WAAW,QAAQ;IACrB,SAAS,IAAI,MAAM,CAAC;IACpB,SAAS,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,gBAAgB,IAAI,OAAO,CAAC;IAC5B,gBAAgB,IAAI,OAAO,CAAC;IAC5B,gBAAgB,CAAC,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,uBAAuB,IAAI,OAAO,CAAC;IAEnC,aAAa,IAAI,MAAM,CAAC;IACxB,aAAa,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,YAAY,IAAI,MAAM,CAAC;IACvB,YAAY,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B,OAAO,IAAI,MAAM,CAAC;IAClB,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,eAAe,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,cAAc,IAAI,OAAO,CAAC;CAC7B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/map";
|
|
2
|
-
export declare const PKG_VERSION = "2.77.
|
|
3
|
-
export declare const BUILD_VERSION = "2.104.
|
|
2
|
+
export declare const PKG_VERSION = "2.77.8";
|
|
3
|
+
export declare const BUILD_VERSION = "2.104.20";
|
|
4
4
|
//# sourceMappingURL=__package__.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Map } from "@hpcc-js/leaflet-shim";
|
|
2
2
|
import { D3SurfaceLayer } from "./FeatureLayer";
|
|
3
|
-
export
|
|
3
|
+
export type Coordinate = [
|
|
4
4
|
number,
|
|
5
5
|
number
|
|
6
6
|
];
|
|
7
|
-
export
|
|
7
|
+
export type Coordinates = [
|
|
8
8
|
Coordinate,
|
|
9
9
|
Coordinate
|
|
10
10
|
];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { LeafletEvent, Map } from "@hpcc-js/leaflet-shim";
|
|
2
2
|
import { FeatureLayer } from "./FeatureLayer";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
type Lat = number;
|
|
4
|
+
type Lon = number;
|
|
5
|
+
type Point = [
|
|
6
6
|
Lon,
|
|
7
7
|
Lat
|
|
8
8
|
];
|