igniteui-angular-maps 20.1.0 → 20.2.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/bundles/igniteui-angular-maps.umd.js +1518 -1521
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +542 -542
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-imagery.js +0 -3
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +534 -534
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-imagery.js +0 -3
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1532 -1535
- package/fesm5/igniteui-angular-maps.js +1518 -1521
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -26
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +26 -26
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +132 -132
- package/package.json +2 -2
|
@@ -26,24 +26,24 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
26
26
|
a4() {
|
|
27
27
|
super.a4();
|
|
28
28
|
if (!this.t) {
|
|
29
|
-
this.c2.
|
|
29
|
+
this.c2.jy = Defaults.z;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
ci() {
|
|
33
33
|
super.ci();
|
|
34
|
-
if (this.c2.
|
|
35
|
-
this.c2.
|
|
36
|
-
this.c2.
|
|
34
|
+
if (this.c2.xk != null) {
|
|
35
|
+
this.c2.yc.zf = this.c2.yf;
|
|
36
|
+
this.c2.yc.zp = this.c2.yj;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
c3() {
|
|
40
|
-
if (this.c2.
|
|
41
|
-
this.c2.
|
|
40
|
+
if (this.c2.yc != null) {
|
|
41
|
+
this.c2.yc.zf = this.c2.yf;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
c4() {
|
|
45
|
-
if (this.c2.
|
|
46
|
-
this.c2.
|
|
45
|
+
if (this.c2.yc != null) {
|
|
46
|
+
this.c2.yc.zp = this.c2.yj;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -63,72 +63,72 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
63
63
|
bk() {
|
|
64
64
|
return new GeographicContourLineSeries();
|
|
65
65
|
}
|
|
66
|
-
|
|
66
|
+
get_fm() {
|
|
67
67
|
return true;
|
|
68
68
|
}
|
|
69
|
-
|
|
70
|
-
super.
|
|
69
|
+
xp(a, b) {
|
|
70
|
+
super.xp(a, b);
|
|
71
71
|
}
|
|
72
|
-
|
|
73
|
-
this.
|
|
74
|
-
let a = this.
|
|
75
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
76
|
-
let b = this.
|
|
77
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
78
|
-
return this.
|
|
72
|
+
xj() {
|
|
73
|
+
this.yc = new ScatterContourSeries();
|
|
74
|
+
let a = this.yc;
|
|
75
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.ym));
|
|
76
|
+
let b = this.yc;
|
|
77
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yn));
|
|
78
|
+
return this.yc;
|
|
79
79
|
}
|
|
80
|
-
|
|
80
|
+
ym(a, b) {
|
|
81
81
|
if (this.triangulationStatusChanged != null) {
|
|
82
82
|
this.triangulationStatusChanged(this, b);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
-
|
|
86
|
-
let c = typeCast(ScatterContourSeries.$, this.
|
|
85
|
+
yn(a, b) {
|
|
86
|
+
let c = typeCast(ScatterContourSeries.$, this.xk);
|
|
87
87
|
if (c == null) {
|
|
88
88
|
return;
|
|
89
89
|
}
|
|
90
90
|
if (b.propertyName == "ActualFillScale") {
|
|
91
|
-
this.
|
|
91
|
+
this.ye = c.ze;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
|
-
|
|
95
|
-
super.
|
|
94
|
+
sy() {
|
|
95
|
+
super.sy();
|
|
96
96
|
}
|
|
97
97
|
ct() {
|
|
98
98
|
return new GeographicContourLineSeriesView(this);
|
|
99
99
|
}
|
|
100
|
-
|
|
101
|
-
super.
|
|
102
|
-
this.
|
|
100
|
+
rg(a) {
|
|
101
|
+
super.rg(a);
|
|
102
|
+
this.yg = a;
|
|
103
103
|
}
|
|
104
|
-
|
|
105
|
-
super.
|
|
104
|
+
rp(a, b, c, d) {
|
|
105
|
+
super.rp(a, b, c, d);
|
|
106
106
|
switch (b) {
|
|
107
107
|
case GeographicContourLineSeries.$$p[1]:
|
|
108
|
-
this.
|
|
108
|
+
this.yg.c3();
|
|
109
109
|
break;
|
|
110
110
|
case GeographicContourLineSeries.$$p[2]:
|
|
111
|
-
this.
|
|
111
|
+
this.yg.c4();
|
|
112
112
|
break;
|
|
113
113
|
case GeographicContourLineSeries.$$p[3]:
|
|
114
|
-
this.
|
|
114
|
+
this.yc.zc = this.yb;
|
|
115
115
|
break;
|
|
116
116
|
case "DashArray":
|
|
117
|
-
this.
|
|
117
|
+
this.yc.wl = this.wl;
|
|
118
118
|
break;
|
|
119
119
|
case "DashCap":
|
|
120
|
-
this.
|
|
120
|
+
this.yc.wm = this.wm;
|
|
121
121
|
break;
|
|
122
122
|
case "MiterLimit":
|
|
123
|
-
this.
|
|
123
|
+
this.yc.jp = this.jp;
|
|
124
124
|
break;
|
|
125
125
|
case "LineJoin":
|
|
126
|
-
this.
|
|
126
|
+
this.yc.wo = this.wo;
|
|
127
127
|
break;
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
132
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
132
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ye:yo', [ValueBrushScale.$, null], 'FillScale:yf:yp', [ValueBrushScale.$, null], 'ValueMemberPath:yj:yq', [2, "value"], 'ValueResolver:yb:yr', [ContourValueResolver.$, null]]);
|
|
133
133
|
return GeographicContourLineSeries;
|
|
134
134
|
})();
|
|
@@ -25,71 +25,71 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
25
25
|
}
|
|
26
26
|
ci() {
|
|
27
27
|
super.ci();
|
|
28
|
-
let a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
29
|
-
a.
|
|
30
|
-
a.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
28
|
+
let a = typeCast(HighDensityScatterSeries.$, this.cu.xk);
|
|
29
|
+
a.zt = this.cu.x9;
|
|
30
|
+
a.z1 = this.cu.x7;
|
|
31
|
+
a.x6 = this.cu.xw;
|
|
32
|
+
a.x5 = this.cu.xv;
|
|
33
|
+
a.ge = this.cu.xu;
|
|
34
|
+
a.y1 = this.cu.xy;
|
|
35
|
+
a.y0 = this.cu.xx;
|
|
36
|
+
a.aaz = this.cu.ys;
|
|
37
|
+
a.aay = this.cu.yr;
|
|
38
|
+
a.zd = this.cu.x1;
|
|
39
39
|
}
|
|
40
40
|
c0() {
|
|
41
|
-
this.cu.
|
|
41
|
+
this.cu.xk.zt = this.cu.x9;
|
|
42
42
|
}
|
|
43
43
|
cz() {
|
|
44
|
-
this.cu.
|
|
44
|
+
this.cu.xk.z1 = this.cu.x7;
|
|
45
45
|
}
|
|
46
46
|
c5() {
|
|
47
|
-
this.cu.
|
|
47
|
+
this.cu.xk.x6 = this.cu.xw;
|
|
48
48
|
}
|
|
49
49
|
c3() {
|
|
50
|
-
this.cu.
|
|
50
|
+
this.cu.xk.x5 = this.cu.xv;
|
|
51
51
|
}
|
|
52
52
|
c1() {
|
|
53
|
-
this.cu.
|
|
53
|
+
this.cu.xk.ge = this.cu.xu;
|
|
54
54
|
}
|
|
55
55
|
cy() {
|
|
56
|
-
this.cu.
|
|
56
|
+
this.cu.xk.y1 = this.cu.xy;
|
|
57
57
|
}
|
|
58
58
|
cw() {
|
|
59
|
-
this.cu.
|
|
59
|
+
this.cu.xk.y0 = this.cu.xx;
|
|
60
60
|
}
|
|
61
61
|
c4() {
|
|
62
|
-
let a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
62
|
+
let a = typeCast(HighDensityScatterSeries.$, this.cu.xk);
|
|
63
63
|
if (this.cu.dc == null) {
|
|
64
|
-
a.
|
|
65
|
-
a.
|
|
64
|
+
a.xp = null;
|
|
65
|
+
a.xr = null;
|
|
66
66
|
return;
|
|
67
67
|
}
|
|
68
|
-
a.
|
|
69
|
-
a.
|
|
68
|
+
a.xp = this.cu.dc.zh;
|
|
69
|
+
a.xr = this.cu.dc.zj;
|
|
70
70
|
}
|
|
71
71
|
c6() {
|
|
72
|
-
this.cu.
|
|
72
|
+
this.cu.xk.xp = this.cu.dc.zh;
|
|
73
73
|
}
|
|
74
74
|
c7() {
|
|
75
|
-
this.cu.
|
|
75
|
+
this.cu.xk.xr = this.cu.dc.zj;
|
|
76
76
|
}
|
|
77
77
|
cx() {
|
|
78
|
-
this.cu.
|
|
78
|
+
this.cu.xk.aaz = this.cu.ys;
|
|
79
79
|
}
|
|
80
80
|
cv() {
|
|
81
|
-
this.cu.
|
|
81
|
+
this.cu.xk.aay = this.cu.yr;
|
|
82
82
|
}
|
|
83
83
|
c2() {
|
|
84
|
-
this.cu.
|
|
84
|
+
this.cu.xk.zd = this.cu.x1;
|
|
85
85
|
}
|
|
86
86
|
a4() {
|
|
87
87
|
super.a4();
|
|
88
88
|
if (!this.t) {
|
|
89
|
-
this.cu.
|
|
90
|
-
this.cu.
|
|
91
|
-
this.cu.
|
|
92
|
-
this.cu.
|
|
89
|
+
this.cu.ys = Defaults.bf;
|
|
90
|
+
this.cu.yr = Defaults.be;
|
|
91
|
+
this.cu.vy = Defaults.ba;
|
|
92
|
+
this.cu.we = Defaults.a9;
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
}
|
|
@@ -103,112 +103,112 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
103
103
|
class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
104
104
|
constructor() {
|
|
105
105
|
super();
|
|
106
|
-
this.
|
|
106
|
+
this.xs = null;
|
|
107
107
|
this.progressiveLoadStatusChanged = null;
|
|
108
|
-
this.
|
|
108
|
+
this.x0 = 0;
|
|
109
109
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
110
110
|
}
|
|
111
111
|
bk() {
|
|
112
112
|
return new GeographicHighDensityScatterSeries();
|
|
113
113
|
}
|
|
114
|
-
|
|
115
|
-
if (!isNaN_(this.
|
|
116
|
-
return super.
|
|
114
|
+
js() {
|
|
115
|
+
if (!isNaN_(this.jr)) {
|
|
116
|
+
return super.js();
|
|
117
117
|
}
|
|
118
118
|
return Defaults.ad;
|
|
119
119
|
}
|
|
120
|
-
|
|
120
|
+
get_fr() {
|
|
121
121
|
return true;
|
|
122
122
|
}
|
|
123
123
|
ct() {
|
|
124
124
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
125
125
|
}
|
|
126
|
-
|
|
127
|
-
super.
|
|
128
|
-
this.
|
|
126
|
+
rg(a) {
|
|
127
|
+
super.rg(a);
|
|
128
|
+
this.xt = a;
|
|
129
129
|
}
|
|
130
|
-
|
|
131
|
-
this.
|
|
132
|
-
return this.
|
|
130
|
+
xj() {
|
|
131
|
+
this.xs = new HighDensityScatterSeries();
|
|
132
|
+
return this.xs;
|
|
133
133
|
}
|
|
134
|
-
get
|
|
135
|
-
return this.
|
|
134
|
+
get x2() {
|
|
135
|
+
return this.x0;
|
|
136
136
|
}
|
|
137
|
-
set
|
|
138
|
-
let b = this.
|
|
139
|
-
this.
|
|
140
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
137
|
+
set x2(a) {
|
|
138
|
+
let b = this.x0;
|
|
139
|
+
this.x0 = a;
|
|
140
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.x0);
|
|
141
141
|
}
|
|
142
|
-
|
|
143
|
-
super.
|
|
144
|
-
let c = this.
|
|
145
|
-
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.
|
|
146
|
-
let d = this.
|
|
147
|
-
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.
|
|
142
|
+
xp(a, b) {
|
|
143
|
+
super.xp(a, b);
|
|
144
|
+
let c = this.xk;
|
|
145
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yg));
|
|
146
|
+
let d = this.xk;
|
|
147
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yf));
|
|
148
148
|
}
|
|
149
|
-
|
|
150
|
-
this.
|
|
149
|
+
yg(a, b) {
|
|
150
|
+
this.x2 = b.currentStatus;
|
|
151
151
|
if (this.progressiveLoadStatusChanged != null) {
|
|
152
152
|
this.progressiveLoadStatusChanged(this, b);
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
|
|
156
|
-
if (this.
|
|
155
|
+
yf(a, b) {
|
|
156
|
+
if (this.xs == null) {
|
|
157
157
|
return;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
|
|
161
|
-
super.
|
|
160
|
+
rp(a, b, c, d) {
|
|
161
|
+
super.rp(a, b, c, d);
|
|
162
162
|
switch (b) {
|
|
163
163
|
case "SeriesViewer":
|
|
164
|
-
this.
|
|
164
|
+
this.xt.c4();
|
|
165
165
|
break;
|
|
166
166
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
167
|
-
this.
|
|
167
|
+
this.xt.c0();
|
|
168
168
|
break;
|
|
169
169
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
170
|
-
this.
|
|
170
|
+
this.xt.cz();
|
|
171
171
|
break;
|
|
172
172
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
173
|
-
this.
|
|
173
|
+
this.xt.c5();
|
|
174
174
|
break;
|
|
175
175
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
176
|
-
this.
|
|
176
|
+
this.xt.c3();
|
|
177
177
|
break;
|
|
178
178
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
179
|
-
this.
|
|
179
|
+
this.xt.c1();
|
|
180
180
|
break;
|
|
181
181
|
case "XAxis":
|
|
182
|
-
this.
|
|
182
|
+
this.xt.c6();
|
|
183
183
|
break;
|
|
184
184
|
case "YAxis":
|
|
185
|
-
this.
|
|
185
|
+
this.xt.c7();
|
|
186
186
|
break;
|
|
187
187
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
188
|
-
this.
|
|
188
|
+
this.xt.cy();
|
|
189
189
|
break;
|
|
190
190
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
191
|
-
this.
|
|
191
|
+
this.xt.cw();
|
|
192
192
|
break;
|
|
193
193
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
194
|
-
this.
|
|
194
|
+
this.xt.cx();
|
|
195
195
|
break;
|
|
196
196
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
197
|
-
this.
|
|
197
|
+
this.xt.cv();
|
|
198
198
|
break;
|
|
199
199
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
200
|
-
this.
|
|
200
|
+
this.xt.c2();
|
|
201
201
|
break;
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
|
-
|
|
204
|
+
get_hd() {
|
|
205
205
|
return true;
|
|
206
206
|
}
|
|
207
|
-
|
|
208
|
-
super.
|
|
207
|
+
set_hd(a) {
|
|
208
|
+
super.set_hd(a);
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
212
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
212
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yr:yh', [Color.$, Defaults.be], 'HeatMaximum:xx:yi', [1, 50], 'HeatMinimumColor:ys:yj', [Color.$, Defaults.bf], 'HeatMinimum:xy:yk', [1, 0], 'LatitudeMemberPath:x7:yl', [2, null], 'LongitudeMemberPath:x9:ym', [2, null], 'MouseOverEnabled:xu:yn', [0, false], 'PointExtent:x1:yo', [1, 1], 'ProgressiveLoad:xv:yp', [0, true], 'UseBruteForce:xw:yq', [0, false]]);
|
|
213
213
|
return GeographicHighDensityScatterSeries;
|
|
214
214
|
})();
|