igniteui-angular-maps 17.1.0 → 17.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 +1645 -1645
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +147 -147
- package/esm2015/lib/XamGeographicMap_combined.js +482 -482
- 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-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 +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- 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 +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 +46 -46
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
- package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
- package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +144 -144
- package/esm5/lib/XamGeographicMap_combined.js +475 -475
- 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-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 +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- 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 +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 +1661 -1661
- package/fesm5/igniteui-angular-maps.js +1645 -1645
- package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +42 -42
- package/lib/XamGeographicMap_combined.d.ts +125 -125
- package/package.json +2 -2
|
@@ -20,30 +20,30 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
20
20
|
class GeographicContourLineSeriesView extends GeographicXYTriangulatingSeriesView {
|
|
21
21
|
constructor(a) {
|
|
22
22
|
super(a);
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
23
|
+
this.cp = null;
|
|
24
|
+
this.cp = a;
|
|
25
25
|
}
|
|
26
|
-
|
|
27
|
-
super.
|
|
26
|
+
au() {
|
|
27
|
+
super.au();
|
|
28
28
|
if (!this.q) {
|
|
29
|
-
this.
|
|
29
|
+
this.cp.iu = Defaults.m;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
|
|
33
|
-
super.
|
|
34
|
-
if (this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
32
|
+
b5() {
|
|
33
|
+
super.b5();
|
|
34
|
+
if (this.cp.t3 != null) {
|
|
35
|
+
this.cp.uv.vy = this.cp.uy;
|
|
36
|
+
this.cp.uv.v8 = this.cp.u2;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
if (this.
|
|
41
|
-
this.
|
|
39
|
+
cq() {
|
|
40
|
+
if (this.cp.uv != null) {
|
|
41
|
+
this.cp.uv.vy = this.cp.uy;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
if (this.
|
|
46
|
-
this.
|
|
44
|
+
cr() {
|
|
45
|
+
if (this.cp.uv != null) {
|
|
46
|
+
this.cp.uv.v8 = this.cp.u2;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -60,72 +60,72 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
60
60
|
this.triangulationStatusChanged = null;
|
|
61
61
|
this.ab = GeographicContourLineSeries.$;
|
|
62
62
|
}
|
|
63
|
-
|
|
63
|
+
get_ew() {
|
|
64
64
|
return true;
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
super.
|
|
66
|
+
t8() {
|
|
67
|
+
super.t8();
|
|
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
|
+
t2() {
|
|
70
|
+
this.uv = new ScatterContourSeries();
|
|
71
|
+
let a = this.uv;
|
|
72
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u5));
|
|
73
|
+
let b = this.uv;
|
|
74
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u6));
|
|
75
|
+
return this.uv;
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
u5(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
|
+
u6(a, b) {
|
|
83
|
+
let c = typeCast(ScatterContourSeries.$, this.t3);
|
|
84
84
|
if (c == null) {
|
|
85
85
|
return;
|
|
86
86
|
}
|
|
87
87
|
if (b.propertyName == "ActualFillScale") {
|
|
88
|
-
this.
|
|
88
|
+
this.ux = c.vx;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
|
-
|
|
92
|
-
super.
|
|
91
|
+
qd() {
|
|
92
|
+
super.qd();
|
|
93
93
|
}
|
|
94
|
-
|
|
94
|
+
cg() {
|
|
95
95
|
return new GeographicContourLineSeriesView(this);
|
|
96
96
|
}
|
|
97
|
-
|
|
98
|
-
super.
|
|
99
|
-
this.
|
|
97
|
+
o0(a) {
|
|
98
|
+
super.o0(a);
|
|
99
|
+
this.uz = a;
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
super.
|
|
101
|
+
o8(a, b, c, d) {
|
|
102
|
+
super.o8(a, b, c, d);
|
|
103
103
|
switch (b) {
|
|
104
104
|
case GeographicContourLineSeries.$$p[1]:
|
|
105
|
-
this.
|
|
105
|
+
this.uz.cq();
|
|
106
106
|
break;
|
|
107
107
|
case GeographicContourLineSeries.$$p[2]:
|
|
108
|
-
this.
|
|
108
|
+
this.uz.cr();
|
|
109
109
|
break;
|
|
110
110
|
case GeographicContourLineSeries.$$p[3]:
|
|
111
|
-
this.
|
|
111
|
+
this.uv.vv = this.uu;
|
|
112
112
|
break;
|
|
113
113
|
case "DashArray":
|
|
114
|
-
this.
|
|
114
|
+
this.uv.s7 = this.s7;
|
|
115
115
|
break;
|
|
116
116
|
case "DashCap":
|
|
117
|
-
this.
|
|
117
|
+
this.uv.s8 = this.s8;
|
|
118
118
|
break;
|
|
119
119
|
case "MiterLimit":
|
|
120
|
-
this.
|
|
120
|
+
this.uv.il = this.il;
|
|
121
121
|
break;
|
|
122
122
|
case "LineJoin":
|
|
123
|
-
this.
|
|
123
|
+
this.uv.ta = this.ta;
|
|
124
124
|
break;
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
129
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
129
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ux:u7', [ValueBrushScale.$, null], 'FillScale:uy:u8', [ValueBrushScale.$, null], 'ValueMemberPath:u2:u9', [2, "value"], 'ValueResolver:uu:va', [ContourValueResolver.$, null]]);
|
|
130
130
|
return GeographicContourLineSeries;
|
|
131
131
|
})();
|
|
@@ -20,76 +20,76 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
20
20
|
class GeographicHighDensityScatterSeriesView extends HostSeriesView {
|
|
21
21
|
constructor(a) {
|
|
22
22
|
super(a);
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
super.
|
|
28
|
-
let a = typeCast(HighDensityScatterSeries.$, this.
|
|
29
|
-
a.
|
|
30
|
-
a.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
23
|
+
this.ch = null;
|
|
24
|
+
this.ch = a;
|
|
25
|
+
}
|
|
26
|
+
b5() {
|
|
27
|
+
super.b5();
|
|
28
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
|
|
29
|
+
a.wb = this.ch.us;
|
|
30
|
+
a.wj = this.ch.uq;
|
|
31
|
+
a.uo = this.ch.uf;
|
|
32
|
+
a.un = this.ch.ue;
|
|
33
|
+
a.fk = this.ch.ud;
|
|
34
|
+
a.vj = this.ch.uh;
|
|
35
|
+
a.vi = this.ch.ug;
|
|
36
|
+
a.xh = this.ch.vb;
|
|
37
|
+
a.xg = this.ch.va;
|
|
38
|
+
a.vv = this.ch.uk;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
this.
|
|
40
|
+
cn() {
|
|
41
|
+
this.ch.t3.wb = this.ch.us;
|
|
42
42
|
}
|
|
43
|
-
|
|
44
|
-
this.
|
|
43
|
+
cm() {
|
|
44
|
+
this.ch.t3.wj = this.ch.uq;
|
|
45
45
|
}
|
|
46
|
-
|
|
47
|
-
this.
|
|
46
|
+
cs() {
|
|
47
|
+
this.ch.t3.uo = this.ch.uf;
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
this.
|
|
49
|
+
cq() {
|
|
50
|
+
this.ch.t3.un = this.ch.ue;
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
this.
|
|
52
|
+
co() {
|
|
53
|
+
this.ch.t3.fk = this.ch.ud;
|
|
54
54
|
}
|
|
55
|
-
|
|
56
|
-
this.
|
|
55
|
+
cl() {
|
|
56
|
+
this.ch.t3.vj = this.ch.uh;
|
|
57
57
|
}
|
|
58
|
-
|
|
59
|
-
this.
|
|
58
|
+
cj() {
|
|
59
|
+
this.ch.t3.vi = this.ch.ug;
|
|
60
60
|
}
|
|
61
|
-
|
|
62
|
-
let a = typeCast(HighDensityScatterSeries.$, this.
|
|
63
|
-
if (this.
|
|
64
|
-
a.
|
|
65
|
-
a.
|
|
61
|
+
cr() {
|
|
62
|
+
let a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
|
|
63
|
+
if (this.ch.cy == null) {
|
|
64
|
+
a.t8 = null;
|
|
65
|
+
a.ua = null;
|
|
66
66
|
return;
|
|
67
67
|
}
|
|
68
|
-
a.
|
|
69
|
-
a.
|
|
68
|
+
a.t8 = this.ch.cy.ua;
|
|
69
|
+
a.ua = this.ch.cy.uc;
|
|
70
70
|
}
|
|
71
|
-
|
|
72
|
-
this.
|
|
71
|
+
ct() {
|
|
72
|
+
this.ch.t3.t8 = this.ch.cy.ua;
|
|
73
73
|
}
|
|
74
|
-
|
|
75
|
-
this.
|
|
74
|
+
cu() {
|
|
75
|
+
this.ch.t3.ua = this.ch.cy.uc;
|
|
76
76
|
}
|
|
77
|
-
|
|
78
|
-
this.
|
|
77
|
+
ck() {
|
|
78
|
+
this.ch.t3.xh = this.ch.vb;
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
this.
|
|
80
|
+
ci() {
|
|
81
|
+
this.ch.t3.xg = this.ch.va;
|
|
82
82
|
}
|
|
83
|
-
|
|
84
|
-
this.
|
|
83
|
+
cp() {
|
|
84
|
+
this.ch.t3.vv = this.ch.uk;
|
|
85
85
|
}
|
|
86
|
-
|
|
87
|
-
super.
|
|
86
|
+
au() {
|
|
87
|
+
super.au();
|
|
88
88
|
if (!this.q) {
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
89
|
+
this.ch.vb = Defaults.aq;
|
|
90
|
+
this.ch.va = Defaults.ap;
|
|
91
|
+
this.ch.sw = Defaults.al;
|
|
92
|
+
this.ch.s2 = Defaults.ak;
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
}
|
|
@@ -103,109 +103,109 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
103
103
|
class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
104
104
|
constructor() {
|
|
105
105
|
super();
|
|
106
|
-
this.
|
|
106
|
+
this.ub = null;
|
|
107
107
|
this.progressiveLoadStatusChanged = null;
|
|
108
|
-
this.
|
|
108
|
+
this.uj = 0;
|
|
109
109
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
110
110
|
}
|
|
111
|
-
|
|
112
|
-
if (!isNaN_(this.
|
|
113
|
-
return super.
|
|
111
|
+
ip() {
|
|
112
|
+
if (!isNaN_(this.io)) {
|
|
113
|
+
return super.ip();
|
|
114
114
|
}
|
|
115
115
|
return Defaults.q;
|
|
116
116
|
}
|
|
117
|
-
|
|
117
|
+
get_e1() {
|
|
118
118
|
return true;
|
|
119
119
|
}
|
|
120
|
-
|
|
120
|
+
cg() {
|
|
121
121
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
122
122
|
}
|
|
123
|
-
|
|
124
|
-
super.
|
|
125
|
-
this.
|
|
123
|
+
o0(a) {
|
|
124
|
+
super.o0(a);
|
|
125
|
+
this.uc = a;
|
|
126
126
|
}
|
|
127
|
-
|
|
128
|
-
this.
|
|
129
|
-
return this.
|
|
127
|
+
t2() {
|
|
128
|
+
this.ub = new HighDensityScatterSeries();
|
|
129
|
+
return this.ub;
|
|
130
130
|
}
|
|
131
|
-
get
|
|
132
|
-
return this.
|
|
131
|
+
get ul() {
|
|
132
|
+
return this.uj;
|
|
133
133
|
}
|
|
134
|
-
set
|
|
135
|
-
let b = this.
|
|
136
|
-
this.
|
|
137
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
134
|
+
set ul(a) {
|
|
135
|
+
let b = this.uj;
|
|
136
|
+
this.uj = a;
|
|
137
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.uj);
|
|
138
138
|
}
|
|
139
|
-
|
|
140
|
-
super.
|
|
141
|
-
let a = this.
|
|
142
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
143
|
-
let b = this.
|
|
144
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
139
|
+
t8() {
|
|
140
|
+
super.t8();
|
|
141
|
+
let a = this.t3;
|
|
142
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.uz));
|
|
143
|
+
let b = this.t3;
|
|
144
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uy));
|
|
145
145
|
}
|
|
146
|
-
|
|
147
|
-
this.
|
|
146
|
+
uz(a, b) {
|
|
147
|
+
this.ul = b.currentStatus;
|
|
148
148
|
if (this.progressiveLoadStatusChanged != null) {
|
|
149
149
|
this.progressiveLoadStatusChanged(this, b);
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
|
|
153
|
-
if (this.
|
|
152
|
+
uy(a, b) {
|
|
153
|
+
if (this.ub == null) {
|
|
154
154
|
return;
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
|
-
|
|
158
|
-
super.
|
|
157
|
+
o8(a, b, c, d) {
|
|
158
|
+
super.o8(a, b, c, d);
|
|
159
159
|
switch (b) {
|
|
160
160
|
case "SeriesViewer":
|
|
161
|
-
this.
|
|
161
|
+
this.uc.cr();
|
|
162
162
|
break;
|
|
163
163
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
164
|
-
this.
|
|
164
|
+
this.uc.cn();
|
|
165
165
|
break;
|
|
166
166
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
167
|
-
this.
|
|
167
|
+
this.uc.cm();
|
|
168
168
|
break;
|
|
169
169
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
170
|
-
this.
|
|
170
|
+
this.uc.cs();
|
|
171
171
|
break;
|
|
172
172
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
173
|
-
this.
|
|
173
|
+
this.uc.cq();
|
|
174
174
|
break;
|
|
175
175
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
176
|
-
this.
|
|
176
|
+
this.uc.co();
|
|
177
177
|
break;
|
|
178
178
|
case "XAxis":
|
|
179
|
-
this.
|
|
179
|
+
this.uc.ct();
|
|
180
180
|
break;
|
|
181
181
|
case "YAxis":
|
|
182
|
-
this.
|
|
182
|
+
this.uc.cu();
|
|
183
183
|
break;
|
|
184
184
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
185
|
-
this.
|
|
185
|
+
this.uc.cl();
|
|
186
186
|
break;
|
|
187
187
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
188
|
-
this.
|
|
188
|
+
this.uc.cj();
|
|
189
189
|
break;
|
|
190
190
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
191
|
-
this.
|
|
191
|
+
this.uc.ck();
|
|
192
192
|
break;
|
|
193
193
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
194
|
-
this.
|
|
194
|
+
this.uc.ci();
|
|
195
195
|
break;
|
|
196
196
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
197
|
-
this.
|
|
197
|
+
this.uc.cp();
|
|
198
198
|
break;
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
|
-
|
|
201
|
+
get_gf() {
|
|
202
202
|
return true;
|
|
203
203
|
}
|
|
204
|
-
|
|
205
|
-
super.
|
|
204
|
+
set_gf(a) {
|
|
205
|
+
super.set_gf(a);
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
209
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
209
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:va:u0', [Color.$, Defaults.ap], 'HeatMaximum:ug:u1', [1, 50], 'HeatMinimumColor:vb:u2', [Color.$, Defaults.aq], 'HeatMinimum:uh:u3', [1, 0], 'LatitudeMemberPath:uq:u4', [2, null], 'LongitudeMemberPath:us:u5', [2, null], 'MouseOverEnabled:ud:u6', [0, false], 'PointExtent:uk:u7', [1, 1], 'ProgressiveLoad:ue:u8', [0, true], 'UseBruteForce:uf:u9', [0, false]]);
|
|
210
210
|
return GeographicHighDensityScatterSeries;
|
|
211
211
|
})();
|