igniteui-angular-maps 13.1.1 → 13.2.0-beta.2
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 +1515 -1496
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +33 -26
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- 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 +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +473 -473
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +50 -50
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- 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 +43 -43
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +33 -26
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- 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 +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +466 -466
- package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +50 -50
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- 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 +43 -43
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1528 -1509
- package/fesm5/igniteui-angular-maps.js +1515 -1496
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +18 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +115 -115
- package/package.json +3 -3
|
@@ -26,24 +26,24 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
26
26
|
as() {
|
|
27
27
|
super.as();
|
|
28
28
|
if (!this.q) {
|
|
29
|
-
this.cm.
|
|
29
|
+
this.cm.gz = Defaults.m;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
b2() {
|
|
33
33
|
super.b2();
|
|
34
|
-
if (this.cm.
|
|
35
|
-
this.cm.
|
|
36
|
-
this.cm.
|
|
34
|
+
if (this.cm.p5 != null) {
|
|
35
|
+
this.cm.qx.r0 = this.cm.q0;
|
|
36
|
+
this.cm.qx.sa = this.cm.q4;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
cn() {
|
|
40
|
-
if (this.cm.
|
|
41
|
-
this.cm.
|
|
40
|
+
if (this.cm.qx != null) {
|
|
41
|
+
this.cm.qx.r0 = this.cm.q0;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
co() {
|
|
45
|
-
if (this.cm.
|
|
46
|
-
this.cm.
|
|
45
|
+
if (this.cm.qx != null) {
|
|
46
|
+
this.cm.qx.sa = this.cm.q4;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -60,69 +60,69 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
60
60
|
this.triangulationStatusChanged = null;
|
|
61
61
|
this.ab = GeographicContourLineSeries.$;
|
|
62
62
|
}
|
|
63
|
-
|
|
63
|
+
get_d0() {
|
|
64
64
|
return true;
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
super.
|
|
66
|
+
qa() {
|
|
67
|
+
super.qa();
|
|
68
68
|
}
|
|
69
|
-
|
|
70
|
-
this.
|
|
71
|
-
let a = this.
|
|
72
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
73
|
-
let b = this.
|
|
74
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
75
|
-
return this.
|
|
69
|
+
p4() {
|
|
70
|
+
this.qx = new ScatterContourSeries();
|
|
71
|
+
let a = this.qx;
|
|
72
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
|
|
73
|
+
let b = this.qx;
|
|
74
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q8));
|
|
75
|
+
return this.qx;
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
q7(a, b) {
|
|
78
78
|
if (this.triangulationStatusChanged != null) {
|
|
79
79
|
this.triangulationStatusChanged(this, b);
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
|
-
|
|
83
|
-
let c = typeCast(ScatterContourSeries.$, this.
|
|
82
|
+
q8(a, b) {
|
|
83
|
+
let c = typeCast(ScatterContourSeries.$, this.p5);
|
|
84
84
|
if (c == null) {
|
|
85
85
|
return;
|
|
86
86
|
}
|
|
87
87
|
if (b.propertyName == "ActualFillScale") {
|
|
88
|
-
this.
|
|
88
|
+
this.qz = c.rz;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
|
-
|
|
92
|
-
super.
|
|
91
|
+
mv() {
|
|
92
|
+
super.mv();
|
|
93
93
|
}
|
|
94
|
-
|
|
94
|
+
bx() {
|
|
95
95
|
return new GeographicContourLineSeriesView(this);
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
super.
|
|
99
|
-
this.
|
|
97
|
+
ly(a) {
|
|
98
|
+
super.ly(a);
|
|
99
|
+
this.q1 = a;
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
super.
|
|
101
|
+
l3(a, b, c, d) {
|
|
102
|
+
super.l3(a, b, c, d);
|
|
103
103
|
switch (b) {
|
|
104
104
|
case GeographicContourLineSeries.$$p[1]:
|
|
105
|
-
this.
|
|
105
|
+
this.q1.cn();
|
|
106
106
|
break;
|
|
107
107
|
case GeographicContourLineSeries.$$p[2]:
|
|
108
|
-
this.
|
|
108
|
+
this.q1.co();
|
|
109
109
|
break;
|
|
110
110
|
case GeographicContourLineSeries.$$p[3]:
|
|
111
|
-
this.
|
|
111
|
+
this.qx.rx = this.qw;
|
|
112
112
|
break;
|
|
113
113
|
case "DashArray":
|
|
114
|
-
this.
|
|
114
|
+
this.qx.pb = this.pb;
|
|
115
115
|
break;
|
|
116
116
|
case "DashCap":
|
|
117
|
-
this.
|
|
117
|
+
this.qx.pc = this.pc;
|
|
118
118
|
break;
|
|
119
119
|
case "MiterLimit":
|
|
120
|
-
this.
|
|
120
|
+
this.qx.gr = this.gr;
|
|
121
121
|
break;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
126
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
126
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:qz:q9', [ValueBrushScale.$, null], 'FillScale:q0:ra', [ValueBrushScale.$, null], 'ValueMemberPath:q4:rb', [2, "value"], 'ValueResolver:qw:rc', [ContourValueResolver.$, null]]);
|
|
127
127
|
return GeographicContourLineSeries;
|
|
128
128
|
})();
|
|
@@ -7,11 +7,12 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { HostSeriesView } from "./HostSeriesView";
|
|
8
8
|
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
9
9
|
import { HighDensityScatterSeries } from "igniteui-angular-charts";
|
|
10
|
-
import { Defaults } from "igniteui-angular-charts";
|
|
11
10
|
import { Color } from "igniteui-angular-core";
|
|
11
|
+
import { Defaults } from "igniteui-angular-charts";
|
|
12
12
|
import { typeCast, markType, runOn, delegateCombine, markDep } from "igniteui-angular-core";
|
|
13
13
|
import { DependencyProperty } from "igniteui-angular-core";
|
|
14
14
|
import { PropertyMetadata } from "igniteui-angular-core";
|
|
15
|
+
import { isNaN_ } from "igniteui-angular-core";
|
|
15
16
|
/**
|
|
16
17
|
* @hidden
|
|
17
18
|
*/
|
|
@@ -24,72 +25,71 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
24
25
|
}
|
|
25
26
|
b2() {
|
|
26
27
|
super.b2();
|
|
27
|
-
let a = typeCast(HighDensityScatterSeries.$, this.ce.
|
|
28
|
-
a.
|
|
29
|
-
a.
|
|
30
|
-
a.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
28
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
|
|
29
|
+
a.sd = this.ce.qu;
|
|
30
|
+
a.sl = this.ce.qs;
|
|
31
|
+
a.qq = this.ce.qh;
|
|
32
|
+
a.qp = this.ce.qg;
|
|
33
|
+
a.el = this.ce.qf;
|
|
34
|
+
a.rl = this.ce.qj;
|
|
35
|
+
a.rk = this.ce.qi;
|
|
36
|
+
a.tj = this.ce.rd;
|
|
37
|
+
a.ti = this.ce.rc;
|
|
38
|
+
a.rx = this.ce.qm;
|
|
38
39
|
}
|
|
39
40
|
ck() {
|
|
40
|
-
this.ce.
|
|
41
|
+
this.ce.p5.sd = this.ce.qu;
|
|
41
42
|
}
|
|
42
43
|
cj() {
|
|
43
|
-
this.ce.
|
|
44
|
+
this.ce.p5.sl = this.ce.qs;
|
|
44
45
|
}
|
|
45
46
|
cp() {
|
|
46
|
-
this.ce.
|
|
47
|
+
this.ce.p5.qq = this.ce.qh;
|
|
47
48
|
}
|
|
48
49
|
cn() {
|
|
49
|
-
this.ce.
|
|
50
|
+
this.ce.p5.qp = this.ce.qg;
|
|
50
51
|
}
|
|
51
52
|
cl() {
|
|
52
|
-
this.ce.
|
|
53
|
+
this.ce.p5.el = this.ce.qf;
|
|
53
54
|
}
|
|
54
55
|
ci() {
|
|
55
|
-
this.ce.
|
|
56
|
+
this.ce.p5.rl = this.ce.qj;
|
|
56
57
|
}
|
|
57
58
|
cg() {
|
|
58
|
-
this.ce.
|
|
59
|
+
this.ce.p5.rk = this.ce.qi;
|
|
59
60
|
}
|
|
60
61
|
co() {
|
|
61
|
-
let a = typeCast(HighDensityScatterSeries.$, this.ce.
|
|
62
|
-
if (this.ce.
|
|
63
|
-
a.
|
|
64
|
-
a.
|
|
62
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
|
|
63
|
+
if (this.ce.cd == null) {
|
|
64
|
+
a.qa = null;
|
|
65
|
+
a.qc = null;
|
|
65
66
|
return;
|
|
66
67
|
}
|
|
67
|
-
a.
|
|
68
|
-
a.
|
|
68
|
+
a.qa = this.ce.cd.s2;
|
|
69
|
+
a.qc = this.ce.cd.s4;
|
|
69
70
|
}
|
|
70
71
|
cq() {
|
|
71
|
-
this.ce.
|
|
72
|
+
this.ce.p5.qa = this.ce.cd.s2;
|
|
72
73
|
}
|
|
73
74
|
cr() {
|
|
74
|
-
this.ce.
|
|
75
|
+
this.ce.p5.qc = this.ce.cd.s4;
|
|
75
76
|
}
|
|
76
77
|
ch() {
|
|
77
|
-
this.ce.
|
|
78
|
+
this.ce.p5.tj = this.ce.rd;
|
|
78
79
|
}
|
|
79
80
|
cf() {
|
|
80
|
-
this.ce.
|
|
81
|
+
this.ce.p5.ti = this.ce.rc;
|
|
81
82
|
}
|
|
82
83
|
cm() {
|
|
83
|
-
this.ce.
|
|
84
|
+
this.ce.p5.rx = this.ce.qm;
|
|
84
85
|
}
|
|
85
86
|
as() {
|
|
86
87
|
super.as();
|
|
87
88
|
if (!this.q) {
|
|
88
|
-
this.ce.
|
|
89
|
-
this.ce.
|
|
90
|
-
this.ce.
|
|
91
|
-
this.ce.
|
|
92
|
-
this.ce.ox = Defaults.ak;
|
|
89
|
+
this.ce.rd = Defaults.aq;
|
|
90
|
+
this.ce.rc = Defaults.ap;
|
|
91
|
+
this.ce.o2 = Defaults.al;
|
|
92
|
+
this.ce.o7 = Defaults.ak;
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
}
|
|
@@ -103,103 +103,109 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
103
103
|
class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
104
104
|
constructor() {
|
|
105
105
|
super();
|
|
106
|
-
this.
|
|
106
|
+
this.qd = null;
|
|
107
107
|
this.progressiveLoadStatusChanged = null;
|
|
108
|
-
this.
|
|
108
|
+
this.ql = 0;
|
|
109
109
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
110
110
|
}
|
|
111
|
-
|
|
111
|
+
gu() {
|
|
112
|
+
if (!isNaN_(this.gt)) {
|
|
113
|
+
return super.gu();
|
|
114
|
+
}
|
|
115
|
+
return Defaults.q;
|
|
116
|
+
}
|
|
117
|
+
get_d5() {
|
|
112
118
|
return true;
|
|
113
119
|
}
|
|
114
|
-
|
|
120
|
+
bx() {
|
|
115
121
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
116
122
|
}
|
|
117
|
-
|
|
118
|
-
super.
|
|
119
|
-
this.
|
|
123
|
+
ly(a) {
|
|
124
|
+
super.ly(a);
|
|
125
|
+
this.qe = a;
|
|
120
126
|
}
|
|
121
|
-
|
|
122
|
-
this.
|
|
123
|
-
return this.
|
|
127
|
+
p4() {
|
|
128
|
+
this.qd = new HighDensityScatterSeries();
|
|
129
|
+
return this.qd;
|
|
124
130
|
}
|
|
125
|
-
get
|
|
126
|
-
return this.
|
|
131
|
+
get qn() {
|
|
132
|
+
return this.ql;
|
|
127
133
|
}
|
|
128
|
-
set
|
|
129
|
-
let b = this.
|
|
130
|
-
this.
|
|
131
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
134
|
+
set qn(a) {
|
|
135
|
+
let b = this.ql;
|
|
136
|
+
this.ql = a;
|
|
137
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.ql);
|
|
132
138
|
}
|
|
133
|
-
|
|
134
|
-
super.
|
|
135
|
-
let a = this.
|
|
136
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
137
|
-
let b = this.
|
|
138
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
139
|
+
qa() {
|
|
140
|
+
super.qa();
|
|
141
|
+
let a = this.p5;
|
|
142
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q1));
|
|
143
|
+
let b = this.p5;
|
|
144
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q0));
|
|
139
145
|
}
|
|
140
|
-
|
|
141
|
-
this.
|
|
146
|
+
q1(a, b) {
|
|
147
|
+
this.qn = b.currentStatus;
|
|
142
148
|
if (this.progressiveLoadStatusChanged != null) {
|
|
143
149
|
this.progressiveLoadStatusChanged(this, b);
|
|
144
150
|
}
|
|
145
151
|
}
|
|
146
|
-
|
|
147
|
-
if (this.
|
|
152
|
+
q0(a, b) {
|
|
153
|
+
if (this.qd == null) {
|
|
148
154
|
return;
|
|
149
155
|
}
|
|
150
156
|
}
|
|
151
|
-
|
|
152
|
-
super.
|
|
157
|
+
l3(a, b, c, d) {
|
|
158
|
+
super.l3(a, b, c, d);
|
|
153
159
|
switch (b) {
|
|
154
160
|
case "SeriesViewer":
|
|
155
|
-
this.
|
|
161
|
+
this.qe.co();
|
|
156
162
|
break;
|
|
157
163
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
158
|
-
this.
|
|
164
|
+
this.qe.ck();
|
|
159
165
|
break;
|
|
160
166
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
161
|
-
this.
|
|
167
|
+
this.qe.cj();
|
|
162
168
|
break;
|
|
163
169
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
164
|
-
this.
|
|
170
|
+
this.qe.cp();
|
|
165
171
|
break;
|
|
166
172
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
167
|
-
this.
|
|
173
|
+
this.qe.cn();
|
|
168
174
|
break;
|
|
169
175
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
170
|
-
this.
|
|
176
|
+
this.qe.cl();
|
|
171
177
|
break;
|
|
172
178
|
case "XAxis":
|
|
173
|
-
this.
|
|
179
|
+
this.qe.cq();
|
|
174
180
|
break;
|
|
175
181
|
case "YAxis":
|
|
176
|
-
this.
|
|
182
|
+
this.qe.cr();
|
|
177
183
|
break;
|
|
178
184
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
179
|
-
this.
|
|
185
|
+
this.qe.ci();
|
|
180
186
|
break;
|
|
181
187
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
182
|
-
this.
|
|
188
|
+
this.qe.cg();
|
|
183
189
|
break;
|
|
184
190
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
185
|
-
this.
|
|
191
|
+
this.qe.ch();
|
|
186
192
|
break;
|
|
187
193
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
188
|
-
this.
|
|
194
|
+
this.qe.cf();
|
|
189
195
|
break;
|
|
190
196
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
191
|
-
this.
|
|
197
|
+
this.qe.cm();
|
|
192
198
|
break;
|
|
193
199
|
}
|
|
194
200
|
}
|
|
195
|
-
|
|
201
|
+
get_e3() {
|
|
196
202
|
return true;
|
|
197
203
|
}
|
|
198
|
-
|
|
199
|
-
super.
|
|
204
|
+
set_e3(a) {
|
|
205
|
+
super.set_e3(a);
|
|
200
206
|
}
|
|
201
207
|
}
|
|
202
208
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
203
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
209
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rc:q2', [Color.$, Defaults.ap], 'HeatMaximum:qi:q3', [1, 50], 'HeatMinimumColor:rd:q4', [Color.$, Defaults.aq], 'HeatMinimum:qj:q5', [1, 0], 'LatitudeMemberPath:qs:q6', [2, null], 'LongitudeMemberPath:qu:q7', [2, null], 'MouseOverEnabled:qf:q8', [0, false], 'PointExtent:qm:q9', [1, 1], 'ProgressiveLoad:qg:ra', [0, true], 'UseBruteForce:qh:rb', [0, false]]);
|
|
204
210
|
return GeographicHighDensityScatterSeries;
|
|
205
211
|
})();
|