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
|
@@ -43,22 +43,22 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
43
43
|
class XamGeographicMap extends SeriesViewer {
|
|
44
44
|
constructor() {
|
|
45
45
|
super();
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
46
|
+
this.tr = null;
|
|
47
|
+
this.tg = false;
|
|
48
|
+
this.s8 = 1;
|
|
49
|
+
this.tn = 0;
|
|
50
|
+
this.uy = null;
|
|
51
|
+
this.s5 = null;
|
|
52
|
+
this.s1 = null;
|
|
53
|
+
this.s3 = null;
|
|
54
|
+
this.s7 = null;
|
|
55
|
+
this.uu = { $type: Point_$type, x: NaN, y: NaN };
|
|
56
|
+
this.u1 = null;
|
|
57
|
+
this.tm = 1;
|
|
58
58
|
this.imageTilesReady = null;
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
59
|
+
this.tf = null;
|
|
60
|
+
this.u0 = Rect.empty;
|
|
61
|
+
this.tn = SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.top);
|
|
62
62
|
this.ab = XamGeographicMap.$;
|
|
63
63
|
this.backgroundContent = new OpenStreetMapImagery();
|
|
64
64
|
let a = ((() => {
|
|
@@ -66,71 +66,71 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
66
66
|
$ret.bh = this;
|
|
67
67
|
return $ret;
|
|
68
68
|
})());
|
|
69
|
-
a.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
69
|
+
a.ce = true;
|
|
70
|
+
this.s2 = a;
|
|
71
|
+
this.s2.nj = new SphericalMercatorHorizontalScaler();
|
|
72
72
|
let b = ((() => {
|
|
73
73
|
let $ret = new NumericYAxis();
|
|
74
74
|
$ret.bh = this;
|
|
75
75
|
return $ret;
|
|
76
76
|
})());
|
|
77
|
-
b.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
77
|
+
b.ce = true;
|
|
78
|
+
this.s4 = b;
|
|
79
|
+
this.s4.nj = new SphericalMercatorVerticalScaler();
|
|
80
|
+
this.t9();
|
|
81
|
+
this.ug();
|
|
82
|
+
this.lg();
|
|
83
83
|
}
|
|
84
84
|
provideContainer(a) {
|
|
85
85
|
super.provideContainer(a);
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
86
|
+
this.s2.provideRenderer(a);
|
|
87
|
+
this.s4.provideRenderer(a);
|
|
88
88
|
}
|
|
89
|
-
|
|
90
|
-
super.
|
|
91
|
-
this.
|
|
89
|
+
lg() {
|
|
90
|
+
super.lg();
|
|
91
|
+
this.te.fv(this.f4);
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
return this.
|
|
93
|
+
em() {
|
|
94
|
+
return this.tk;
|
|
95
95
|
}
|
|
96
|
-
|
|
97
|
-
return this.
|
|
96
|
+
en() {
|
|
97
|
+
return this.tk;
|
|
98
98
|
}
|
|
99
|
-
|
|
100
|
-
if (this.
|
|
101
|
-
if (this.
|
|
99
|
+
tb() {
|
|
100
|
+
if (this.s9 == 0) {
|
|
101
|
+
if (this.tg) {
|
|
102
102
|
return 2;
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
return 1;
|
|
106
106
|
}
|
|
107
|
-
get
|
|
108
|
-
return this.
|
|
107
|
+
get ta() {
|
|
108
|
+
return this.s8;
|
|
109
109
|
}
|
|
110
|
-
set
|
|
111
|
-
this.
|
|
110
|
+
set ta(a) {
|
|
111
|
+
this.s8 = a;
|
|
112
112
|
}
|
|
113
|
-
get
|
|
114
|
-
return this.
|
|
113
|
+
get u3() {
|
|
114
|
+
return this.uy;
|
|
115
115
|
}
|
|
116
|
-
set
|
|
117
|
-
let b = Rect.l_op_Inequality(this.
|
|
116
|
+
set u3(a) {
|
|
117
|
+
let b = Rect.l_op_Inequality(this.uy, a);
|
|
118
118
|
if (b) {
|
|
119
|
-
let c = this.
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
119
|
+
let c = this.uy;
|
|
120
|
+
this.uy = a;
|
|
121
|
+
this.nl("ActualWorldRect", c, a);
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
return this.
|
|
124
|
+
u7() {
|
|
125
|
+
return this.u3;
|
|
126
126
|
}
|
|
127
|
-
|
|
128
|
-
if (this.
|
|
127
|
+
t9() {
|
|
128
|
+
if (this.vf.isEmpty) {
|
|
129
129
|
return;
|
|
130
130
|
}
|
|
131
|
-
this.
|
|
131
|
+
this.u3 = this.vd(this.vf, this.b9 == 1);
|
|
132
132
|
}
|
|
133
|
-
|
|
133
|
+
vd(a, b) {
|
|
134
134
|
let c = a.top;
|
|
135
135
|
let d = a.left;
|
|
136
136
|
let e = a.width;
|
|
@@ -138,25 +138,25 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
138
138
|
let g = SphericalMercatorVerticalScaler.am(a.bottom);
|
|
139
139
|
let h = SphericalMercatorVerticalScaler.am(a.top);
|
|
140
140
|
let i = g - h;
|
|
141
|
-
let j = a.width / XamGeographicMap.
|
|
142
|
-
let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.
|
|
141
|
+
let j = a.width / XamGeographicMap.uz.width;
|
|
142
|
+
let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.top);
|
|
143
143
|
let l = i / j;
|
|
144
|
-
if (i / j > this.
|
|
145
|
-
let m = i / this.
|
|
144
|
+
if (i / j > this.tn) {
|
|
145
|
+
let m = i / this.tn;
|
|
146
146
|
let n = m - j;
|
|
147
|
-
d = d - (n / 2) * XamGeographicMap.
|
|
148
|
-
e = m * XamGeographicMap.
|
|
147
|
+
d = d - (n / 2) * XamGeographicMap.uz.width;
|
|
148
|
+
e = m * XamGeographicMap.uz.width;
|
|
149
149
|
if (b) {
|
|
150
|
-
if (d < XamGeographicMap.
|
|
151
|
-
d += (XamGeographicMap.
|
|
150
|
+
if (d < XamGeographicMap.uz.left) {
|
|
151
|
+
d += (XamGeographicMap.uz.left - d);
|
|
152
152
|
}
|
|
153
|
-
else if ((d + e) > XamGeographicMap.
|
|
154
|
-
d -= ((d + e) - XamGeographicMap.
|
|
153
|
+
else if ((d + e) > XamGeographicMap.uz.right) {
|
|
154
|
+
d -= ((d + e) - XamGeographicMap.uz.right);
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
-
else if (i / j < this.
|
|
159
|
-
let o = this.
|
|
158
|
+
else if (i / j < this.tn) {
|
|
159
|
+
let o = this.tn * j;
|
|
160
160
|
let p = o - i;
|
|
161
161
|
let q = h - (p / 2);
|
|
162
162
|
let r = g + (p / 2);
|
|
@@ -165,9 +165,9 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
165
165
|
q += (k - q);
|
|
166
166
|
r += (k - q);
|
|
167
167
|
}
|
|
168
|
-
else if (r > (k + this.
|
|
169
|
-
q -= ((r) - (k + this.
|
|
170
|
-
r -= ((r) - (k + this.
|
|
168
|
+
else if (r > (k + this.tn)) {
|
|
169
|
+
q -= ((r) - (k + this.tn));
|
|
170
|
+
r -= ((r) - (k + this.tn));
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
c = SphericalMercatorVerticalScaler.aq(q);
|
|
@@ -177,76 +177,76 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
177
177
|
return s;
|
|
178
178
|
}
|
|
179
179
|
get backgroundContent() {
|
|
180
|
-
return this.
|
|
180
|
+
return this.s5;
|
|
181
181
|
}
|
|
182
182
|
set backgroundContent(a) {
|
|
183
183
|
let b = a != this.backgroundContent;
|
|
184
184
|
if (b) {
|
|
185
185
|
let c = this.backgroundContent;
|
|
186
|
-
this.
|
|
187
|
-
this.
|
|
186
|
+
this.s5 = a;
|
|
187
|
+
this.nl("BackgroundContent", c, a);
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
get
|
|
191
|
-
return this.
|
|
190
|
+
get s2() {
|
|
191
|
+
return this.s1;
|
|
192
192
|
}
|
|
193
|
-
set
|
|
194
|
-
let b = a != this.
|
|
193
|
+
set s2(a) {
|
|
194
|
+
let b = a != this.s2;
|
|
195
195
|
if (b) {
|
|
196
|
-
let c = this.
|
|
197
|
-
this.
|
|
198
|
-
this.
|
|
196
|
+
let c = this.s2;
|
|
197
|
+
this.s1 = a;
|
|
198
|
+
this.nl("XAxis", c, a);
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
|
-
get
|
|
202
|
-
return this.
|
|
201
|
+
get s4() {
|
|
202
|
+
return this.s3;
|
|
203
203
|
}
|
|
204
|
-
set
|
|
205
|
-
let b = a != this.
|
|
204
|
+
set s4(a) {
|
|
205
|
+
let b = a != this.s4;
|
|
206
206
|
if (b) {
|
|
207
|
-
let c = this.
|
|
208
|
-
this.
|
|
209
|
-
this.
|
|
207
|
+
let c = this.s4;
|
|
208
|
+
this.s3 = a;
|
|
209
|
+
this.nl("YAxis", c, a);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
getZoomRectFromGeoRect(a) {
|
|
213
213
|
return this.getZoomFromGeographicRect(a);
|
|
214
214
|
}
|
|
215
|
-
|
|
216
|
-
this.
|
|
215
|
+
uj(a) {
|
|
216
|
+
this.sv = a;
|
|
217
217
|
}
|
|
218
|
-
|
|
219
|
-
this.
|
|
218
|
+
ui(a) {
|
|
219
|
+
this.vf = a;
|
|
220
220
|
}
|
|
221
221
|
getZoomFromGeographicRect(a) {
|
|
222
|
-
return this.
|
|
222
|
+
return this.u5(a, true, 0);
|
|
223
223
|
}
|
|
224
|
-
|
|
225
|
-
return this.
|
|
224
|
+
u4(a, b) {
|
|
225
|
+
return this.u5(a, false, b);
|
|
226
226
|
}
|
|
227
|
-
|
|
227
|
+
u5(a, b, c) {
|
|
228
228
|
let d = a;
|
|
229
229
|
if (b) {
|
|
230
|
-
d = this.
|
|
231
|
-
}
|
|
232
|
-
let e = this.
|
|
233
|
-
let f = this.
|
|
234
|
-
let g = new ScalerParams(1, XamGeographicMap.
|
|
235
|
-
g.c = this.
|
|
236
|
-
let h = new ScalerParams(1, XamGeographicMap.
|
|
237
|
-
h.c = this.
|
|
238
|
-
let i = this.
|
|
239
|
-
let j = this.
|
|
240
|
-
let k = this.
|
|
241
|
-
let l = this.
|
|
242
|
-
let m = (i - c) / this.
|
|
243
|
-
let n = (l - c) / this.
|
|
244
|
-
let o = (j - i + (c * 2)) / this.
|
|
245
|
-
let p = (k - l + (c * 2)) / this.
|
|
230
|
+
d = this.vd(a, false);
|
|
231
|
+
}
|
|
232
|
+
let e = this.s2;
|
|
233
|
+
let f = this.s4;
|
|
234
|
+
let g = new ScalerParams(1, XamGeographicMap.u2, this.su, e.cg);
|
|
235
|
+
g.c = this.sj;
|
|
236
|
+
let h = new ScalerParams(1, XamGeographicMap.u2, this.su, f.cg);
|
|
237
|
+
h.c = this.sj;
|
|
238
|
+
let i = this.s2.ei(d.left, g);
|
|
239
|
+
let j = this.s2.ei(d.right, g);
|
|
240
|
+
let k = this.s4.ei(d.top, h);
|
|
241
|
+
let l = this.s4.ei(d.bottom, h);
|
|
242
|
+
let m = (i - c) / this.su.width;
|
|
243
|
+
let n = (l - c) / this.su.height;
|
|
244
|
+
let o = (j - i + (c * 2)) / this.su.width;
|
|
245
|
+
let p = (k - l + (c * 2)) / this.su.height;
|
|
246
246
|
let q = new Rect(0, m, n, o, p);
|
|
247
|
-
q.intersect(XamGeographicMap.
|
|
247
|
+
q.intersect(XamGeographicMap.u2);
|
|
248
248
|
if (q.isEmpty) {
|
|
249
|
-
q = XamGeographicMap.
|
|
249
|
+
q = XamGeographicMap.u2;
|
|
250
250
|
}
|
|
251
251
|
return q;
|
|
252
252
|
}
|
|
@@ -256,188 +256,188 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
256
256
|
let e = b.x - a.x;
|
|
257
257
|
let f = a.y - b.y;
|
|
258
258
|
if (e < 0 || f < 0) {
|
|
259
|
-
return XamGeographicMap.
|
|
259
|
+
return XamGeographicMap.u2;
|
|
260
260
|
}
|
|
261
261
|
else {
|
|
262
262
|
let g = new Rect(0, c, d, e, f);
|
|
263
263
|
return this.getZoomFromGeographicRect(g);
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
|
-
|
|
267
|
-
let b = this.
|
|
268
|
-
let c = this.
|
|
269
|
-
let d = new ScalerParams(1, a, this.
|
|
270
|
-
d.c = this.
|
|
271
|
-
let e = new ScalerParams(1, a, this.
|
|
272
|
-
e.c = this.
|
|
273
|
-
let f = this.
|
|
274
|
-
let g = b.
|
|
275
|
-
let h = c.
|
|
276
|
-
let i = b.
|
|
277
|
-
let j = c.
|
|
266
|
+
u9(a) {
|
|
267
|
+
let b = this.s2;
|
|
268
|
+
let c = this.s4;
|
|
269
|
+
let d = new ScalerParams(1, a, this.su, b.cg);
|
|
270
|
+
d.c = this.sj;
|
|
271
|
+
let e = new ScalerParams(1, a, this.su, c.cg);
|
|
272
|
+
e.c = this.sj;
|
|
273
|
+
let f = this.si;
|
|
274
|
+
let g = b.el(f.left, d);
|
|
275
|
+
let h = c.el(f.top, e);
|
|
276
|
+
let i = b.el(f.right, d);
|
|
277
|
+
let j = c.el(f.bottom, e);
|
|
278
278
|
let k = i - g;
|
|
279
279
|
let l = h - j;
|
|
280
280
|
let m = new Rect(0, g, j, k, l);
|
|
281
|
-
if (this.
|
|
282
|
-
m.intersect(XamGeographicMap.
|
|
281
|
+
if (this.b9 == 1) {
|
|
282
|
+
m.intersect(XamGeographicMap.uz);
|
|
283
283
|
if (m.isEmpty) {
|
|
284
|
-
m = XamGeographicMap.
|
|
284
|
+
m = XamGeographicMap.uz;
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
return m;
|
|
288
288
|
}
|
|
289
|
-
|
|
290
|
-
let b = this.
|
|
291
|
-
let c = this.
|
|
289
|
+
uv(a) {
|
|
290
|
+
let b = this.s2.l6(a.x);
|
|
291
|
+
let c = this.s4.l6(a.y);
|
|
292
292
|
return { $type: Point_$type, x: b, y: c };
|
|
293
293
|
}
|
|
294
|
-
|
|
295
|
-
let b = this.
|
|
296
|
-
let c = this.
|
|
294
|
+
uw(a) {
|
|
295
|
+
let b = this.s2.e3(a.x);
|
|
296
|
+
let c = this.s4.e3(a.y);
|
|
297
297
|
return { $type: Point_$type, x: b, y: c };
|
|
298
298
|
}
|
|
299
|
-
|
|
300
|
-
return this.
|
|
299
|
+
ux(a) {
|
|
300
|
+
return this.uw(a);
|
|
301
301
|
}
|
|
302
|
-
|
|
302
|
+
t6() {
|
|
303
303
|
let a = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
304
304
|
if (a != null) {
|
|
305
305
|
a.clearTileCache();
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
|
-
|
|
308
|
+
uc(a) {
|
|
309
309
|
}
|
|
310
|
-
|
|
310
|
+
fa() {
|
|
311
311
|
return true;
|
|
312
312
|
}
|
|
313
|
-
|
|
314
|
-
this.
|
|
313
|
+
ue() {
|
|
314
|
+
this.te.ee();
|
|
315
315
|
for (let a of fromEnum(this.series)) {
|
|
316
|
-
a.
|
|
316
|
+
a.mr();
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
|
-
|
|
320
|
-
if (this.
|
|
321
|
-
if (!this.
|
|
322
|
-
let a = this.
|
|
323
|
-
let b = this.
|
|
324
|
-
this.
|
|
319
|
+
uh() {
|
|
320
|
+
if (this.td == 2) {
|
|
321
|
+
if (!this.su.isEmpty && this.su.width > 0 && this.su.height > 0) {
|
|
322
|
+
let a = this.s2.l6(this.su.left + (this.su.width / 2));
|
|
323
|
+
let b = this.s4.l6(this.su.top + (this.su.height / 2));
|
|
324
|
+
this.uu = { $type: Point_$type, x: a, y: b };
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
327
|
else {
|
|
328
|
-
if (!this.
|
|
329
|
-
let c = this.
|
|
330
|
-
let d = this.
|
|
331
|
-
this.
|
|
328
|
+
if (!this.su.isEmpty && this.su.width > 0 && this.su.height > 0) {
|
|
329
|
+
let c = this.s2.l6(this.su.left);
|
|
330
|
+
let d = this.s4.l6(this.su.top);
|
|
331
|
+
this.uu = { $type: Point_$type, x: c, y: d };
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
|
-
|
|
336
|
-
if (isNaN_(this.
|
|
337
|
-
this.
|
|
335
|
+
ud() {
|
|
336
|
+
if (isNaN_(this.uu.x) || isNaN_(this.uu.y)) {
|
|
337
|
+
this.uh();
|
|
338
338
|
}
|
|
339
|
-
let a = this.
|
|
340
|
-
let b = this.
|
|
339
|
+
let a = this.uu.x;
|
|
340
|
+
let b = this.uu.y;
|
|
341
341
|
if (!isNaN_(a) && !isNaN_(b)) {
|
|
342
|
-
let c = this.
|
|
343
|
-
let d = this.
|
|
344
|
-
let e = this.
|
|
345
|
-
let f = this.
|
|
346
|
-
if (e > this.
|
|
342
|
+
let c = this.sf.left;
|
|
343
|
+
let d = this.sf.top;
|
|
344
|
+
let e = this.sf.width;
|
|
345
|
+
let f = this.sf.height;
|
|
346
|
+
if (e > this.u1.width) {
|
|
347
347
|
}
|
|
348
348
|
else {
|
|
349
|
-
let g = new ScalerParams(1, XamGeographicMap.
|
|
350
|
-
g.c = this.
|
|
351
|
-
let h = this.
|
|
352
|
-
if (this.
|
|
353
|
-
let i = h / this.
|
|
349
|
+
let g = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s2.cg);
|
|
350
|
+
g.c = this.sj;
|
|
351
|
+
let h = this.s2.ei(a, g);
|
|
352
|
+
if (this.td == 2) {
|
|
353
|
+
let i = h / this.su.width;
|
|
354
354
|
c = i - (e / 2);
|
|
355
355
|
}
|
|
356
356
|
else {
|
|
357
|
-
c = h / this.
|
|
357
|
+
c = h / this.su.width;
|
|
358
358
|
}
|
|
359
|
-
if (c + e > this.
|
|
360
|
-
c = this.
|
|
359
|
+
if (c + e > this.u1.right) {
|
|
360
|
+
c = this.u1.right - e;
|
|
361
361
|
}
|
|
362
|
-
else if (c < this.
|
|
363
|
-
c = this.
|
|
362
|
+
else if (c < this.u1.left) {
|
|
363
|
+
c = this.u1.left;
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
|
-
if (f > this.
|
|
366
|
+
if (f > this.u1.height) {
|
|
367
367
|
}
|
|
368
368
|
else {
|
|
369
|
-
let j = new ScalerParams(1, XamGeographicMap.
|
|
370
|
-
j.c = this.
|
|
371
|
-
let k = this.
|
|
372
|
-
if (this.
|
|
373
|
-
let l = k / this.
|
|
369
|
+
let j = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s4.cg);
|
|
370
|
+
j.c = this.sj;
|
|
371
|
+
let k = this.s4.ei(b, j);
|
|
372
|
+
if (this.td == 2) {
|
|
373
|
+
let l = k / this.su.height;
|
|
374
374
|
d = l - (f / 2);
|
|
375
375
|
}
|
|
376
376
|
else {
|
|
377
|
-
d = k / this.
|
|
377
|
+
d = k / this.su.height;
|
|
378
378
|
}
|
|
379
|
-
if (d + f > this.
|
|
380
|
-
d = this.
|
|
379
|
+
if (d + f > this.u1.bottom) {
|
|
380
|
+
d = this.u1.bottom - f;
|
|
381
381
|
}
|
|
382
|
-
else if (d < this.
|
|
383
|
-
d = this.
|
|
382
|
+
else if (d < this.u1.top) {
|
|
383
|
+
d = this.u1.top;
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
|
-
this.
|
|
386
|
+
this.ot(new Rect(0, c, d, e, f), false);
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
|
-
|
|
389
|
+
get_ef() {
|
|
390
390
|
return true;
|
|
391
391
|
}
|
|
392
|
-
|
|
393
|
-
let a = super.
|
|
394
|
-
if (this.
|
|
392
|
+
sg() {
|
|
393
|
+
let a = super.sg();
|
|
394
|
+
if (this.s2 == null || this.s4 == null) {
|
|
395
395
|
return a;
|
|
396
396
|
}
|
|
397
|
-
this.
|
|
397
|
+
this.sq();
|
|
398
398
|
let b = a.left;
|
|
399
399
|
let c = a.top;
|
|
400
|
-
if (this.
|
|
401
|
-
if (this.
|
|
402
|
-
b = 0.5 - (this.
|
|
400
|
+
if (this.b9 == 1) {
|
|
401
|
+
if (this.sv.width > this.u1.width) {
|
|
402
|
+
b = 0.5 - (this.sv.width / 2);
|
|
403
403
|
}
|
|
404
|
-
else if (b + a.width > this.
|
|
405
|
-
b = this.
|
|
404
|
+
else if (b + a.width > this.u1.right) {
|
|
405
|
+
b = this.u1.right - this.sv.width;
|
|
406
406
|
}
|
|
407
|
-
else if (b < this.
|
|
408
|
-
b = this.
|
|
407
|
+
else if (b < this.u1.left) {
|
|
408
|
+
b = this.u1.left;
|
|
409
409
|
}
|
|
410
|
-
if (this.
|
|
411
|
-
c = 0.5 - (this.
|
|
410
|
+
if (this.sv.height > this.u1.height) {
|
|
411
|
+
c = 0.5 - (this.sv.height / 2);
|
|
412
412
|
}
|
|
413
|
-
else if (c + this.
|
|
414
|
-
c = this.
|
|
413
|
+
else if (c + this.sv.height > this.u1.bottom) {
|
|
414
|
+
c = this.u1.bottom - this.sv.height;
|
|
415
415
|
}
|
|
416
|
-
else if (c < this.
|
|
417
|
-
c = this.
|
|
416
|
+
else if (c < this.u1.top) {
|
|
417
|
+
c = this.u1.top;
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
let d = false;
|
|
421
|
-
if (!this.
|
|
421
|
+
if (!this.tj && this.b9 == 2 && this.tg) {
|
|
422
422
|
if (b > 1) {
|
|
423
423
|
b = (b - Math.floor(b)) + 1;
|
|
424
424
|
}
|
|
425
425
|
if (b < 0) {
|
|
426
426
|
b = 0 - (Math.ceil(b) - b);
|
|
427
427
|
}
|
|
428
|
-
if ((a.right - this.
|
|
429
|
-
b = this.
|
|
428
|
+
if ((a.right - this.u1.right) > 0 && ((a.right - this.u1.right) / a.width) > 0.8) {
|
|
429
|
+
b = this.u1.left - (a.width - (a.right - this.u1.right));
|
|
430
430
|
d = true;
|
|
431
431
|
}
|
|
432
|
-
else if (a.left < this.
|
|
433
|
-
b = this.
|
|
432
|
+
else if (a.left < this.u1.left && (Math.abs(a.left - this.u1.left) / a.width) > 0.8) {
|
|
433
|
+
b = this.u1.right - (Math.abs(a.left - this.u1.left));
|
|
434
434
|
d = true;
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
let e = new Rect(0, b, c, a.width, a.height);
|
|
438
|
-
if (this.
|
|
439
|
-
let f = this.
|
|
440
|
-
f = this.
|
|
438
|
+
if (this.tj) {
|
|
439
|
+
let f = this.u4(this.vf, 1);
|
|
440
|
+
f = this.u6(f);
|
|
441
441
|
let g = e.left + e.width / 2;
|
|
442
442
|
let h = e.top + e.height / 2;
|
|
443
443
|
if (e.width > f.width) {
|
|
@@ -472,17 +472,17 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
474
|
if (d) {
|
|
475
|
-
this.
|
|
476
|
-
this.
|
|
477
|
-
this.
|
|
475
|
+
this.d2 = true;
|
|
476
|
+
this.sv = e;
|
|
477
|
+
this.d2 = false;
|
|
478
478
|
}
|
|
479
479
|
return e;
|
|
480
480
|
}
|
|
481
|
-
|
|
481
|
+
ku(a, b) {
|
|
482
482
|
let c = true;
|
|
483
483
|
let d = true;
|
|
484
484
|
let e = 0;
|
|
485
|
-
let f = this.
|
|
485
|
+
let f = this.sq();
|
|
486
486
|
let g = 0;
|
|
487
487
|
let h = 0;
|
|
488
488
|
if ((a.right - f.right) > 0) {
|
|
@@ -499,39 +499,39 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
499
499
|
}
|
|
500
500
|
if (c) {
|
|
501
501
|
if (d) {
|
|
502
|
-
let i = this.
|
|
503
|
-
let j = this.
|
|
502
|
+
let i = this.s1.ei(-180, b);
|
|
503
|
+
let j = this.s1.ei(180, b);
|
|
504
504
|
e = j - i;
|
|
505
505
|
}
|
|
506
506
|
else {
|
|
507
|
-
let k = this.
|
|
508
|
-
let l = this.
|
|
507
|
+
let k = this.s1.ei(-180, b);
|
|
508
|
+
let l = this.s1.ei(180, b);
|
|
509
509
|
e = k - l;
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
return new Tuple$2(Boolean_$type, Number_$type, c, e);
|
|
513
513
|
}
|
|
514
|
-
|
|
515
|
-
let a = new ScalerParams(1, XamGeographicMap.
|
|
516
|
-
a.c = this.
|
|
517
|
-
let b = new ScalerParams(1, XamGeographicMap.
|
|
518
|
-
b.c = this.
|
|
519
|
-
let c = this.
|
|
520
|
-
let d = this.
|
|
521
|
-
let e = this.
|
|
522
|
-
let f = this.
|
|
523
|
-
this.
|
|
524
|
-
return this.
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
let b = this.
|
|
514
|
+
sq() {
|
|
515
|
+
let a = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s2.cg);
|
|
516
|
+
a.c = this.sj;
|
|
517
|
+
let b = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s4.cg);
|
|
518
|
+
b.c = this.sj;
|
|
519
|
+
let c = this.s2.ei(XamGeographicMap.uz.left, a);
|
|
520
|
+
let d = this.s2.ei(XamGeographicMap.uz.right, a);
|
|
521
|
+
let e = this.s4.ei(XamGeographicMap.uz.top, b);
|
|
522
|
+
let f = this.s4.ei(XamGeographicMap.uz.bottom, b);
|
|
523
|
+
this.u1 = new Rect(0, c / this.su.width, f / this.su.height, (d - c) / this.su.width, (e - f) / this.su.height);
|
|
524
|
+
return this.u1;
|
|
525
|
+
}
|
|
526
|
+
u6(a) {
|
|
527
|
+
let b = this.g6;
|
|
528
528
|
let c = 0.5 * (a.left + a.right);
|
|
529
529
|
let d = 0.5 * (a.top + a.bottom);
|
|
530
530
|
let e = a.width;
|
|
531
531
|
let f = a.height;
|
|
532
|
-
let g = MathUtil.
|
|
533
|
-
let h = MathUtil.
|
|
534
|
-
let i = this.
|
|
532
|
+
let g = MathUtil.c(a.width, b, 1);
|
|
533
|
+
let h = MathUtil.c(a.height, b, 1);
|
|
534
|
+
let i = this.su;
|
|
535
535
|
let j = i.width / i.height;
|
|
536
536
|
let k = g * i.width;
|
|
537
537
|
let l = h * i.height;
|
|
@@ -570,8 +570,8 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
570
570
|
}
|
|
571
571
|
return new Rect(0, p, q, r - p, s - q);
|
|
572
572
|
}
|
|
573
|
-
|
|
574
|
-
super.
|
|
573
|
+
sh(a) {
|
|
574
|
+
super.sh(this.su);
|
|
575
575
|
if (a.isEmpty) {
|
|
576
576
|
return Rect.empty;
|
|
577
577
|
}
|
|
@@ -586,263 +586,263 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
586
586
|
}
|
|
587
587
|
return b;
|
|
588
588
|
}
|
|
589
|
-
|
|
590
|
-
return this.
|
|
589
|
+
u8(a) {
|
|
590
|
+
return this.sh(a);
|
|
591
591
|
}
|
|
592
|
-
|
|
592
|
+
cp() {
|
|
593
593
|
return new XamGeographicMapView(this);
|
|
594
594
|
}
|
|
595
|
-
|
|
595
|
+
t8(a) {
|
|
596
596
|
if (a != null) {
|
|
597
597
|
a.bh = this;
|
|
598
598
|
}
|
|
599
599
|
}
|
|
600
|
-
|
|
601
|
-
super.
|
|
602
|
-
this.
|
|
600
|
+
m5(a) {
|
|
601
|
+
super.m5(a);
|
|
602
|
+
this.te = a;
|
|
603
603
|
}
|
|
604
|
-
|
|
605
|
-
super.
|
|
606
|
-
this.
|
|
607
|
-
this.
|
|
604
|
+
ng(a, b) {
|
|
605
|
+
super.ng(a, b);
|
|
606
|
+
this.oh(this.s2);
|
|
607
|
+
this.oh(this.s4);
|
|
608
608
|
if (Rect.l_op_Inequality(a, b)) {
|
|
609
|
-
this.
|
|
609
|
+
this.ud();
|
|
610
610
|
}
|
|
611
|
-
if (this.
|
|
612
|
-
this.
|
|
611
|
+
if (this.tj) {
|
|
612
|
+
this.sf = this.sg();
|
|
613
613
|
}
|
|
614
|
-
this.
|
|
614
|
+
this.uk();
|
|
615
615
|
}
|
|
616
|
-
get
|
|
617
|
-
return this.
|
|
616
|
+
get to() {
|
|
617
|
+
return this.tm;
|
|
618
618
|
}
|
|
619
|
-
set
|
|
620
|
-
let b = this.
|
|
621
|
-
this.
|
|
622
|
-
this.
|
|
619
|
+
set to(a) {
|
|
620
|
+
let b = this.tm;
|
|
621
|
+
this.tm = a;
|
|
622
|
+
this.nl("ActualWindowScale", b, this.tm);
|
|
623
623
|
}
|
|
624
|
-
|
|
625
|
-
return this.
|
|
624
|
+
ga() {
|
|
625
|
+
return this.to;
|
|
626
626
|
}
|
|
627
|
-
|
|
628
|
-
return this.
|
|
627
|
+
gb() {
|
|
628
|
+
return this.to;
|
|
629
629
|
}
|
|
630
|
-
|
|
631
|
-
super.
|
|
632
|
-
let a = Math.min(this.
|
|
633
|
-
this.
|
|
630
|
+
og() {
|
|
631
|
+
super.og();
|
|
632
|
+
let a = Math.min(this.sf.width, this.sf.height);
|
|
633
|
+
this.to = a;
|
|
634
634
|
}
|
|
635
|
-
|
|
636
|
-
return this.
|
|
635
|
+
e3() {
|
|
636
|
+
return this.tg;
|
|
637
637
|
}
|
|
638
|
-
|
|
639
|
-
if (this.
|
|
640
|
-
if (this.
|
|
638
|
+
ca() {
|
|
639
|
+
if (this.cb == 0) {
|
|
640
|
+
if (this.th) {
|
|
641
641
|
return 2;
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
|
-
return this.
|
|
644
|
+
return this.cb;
|
|
645
645
|
}
|
|
646
|
-
|
|
647
|
-
super.
|
|
646
|
+
nh(a, b, c, d) {
|
|
647
|
+
super.nh(a, b, c, d);
|
|
648
648
|
switch (b) {
|
|
649
649
|
case "ZoomCoercionMode":
|
|
650
|
-
this.
|
|
650
|
+
this.t9();
|
|
651
651
|
break;
|
|
652
652
|
case "WindowRect":
|
|
653
|
-
this.
|
|
653
|
+
this.uh();
|
|
654
654
|
break;
|
|
655
655
|
case XamGeographicMap.$$p[0]:
|
|
656
|
-
this.
|
|
657
|
-
if (this.
|
|
658
|
-
this.
|
|
656
|
+
this.ta = this.tb();
|
|
657
|
+
if (this.s7 != null) {
|
|
658
|
+
this.s7.isHorizontalWrappingEnabled = this.ta == 2;
|
|
659
659
|
}
|
|
660
660
|
break;
|
|
661
661
|
case XamGeographicMap.$$p[1]:
|
|
662
|
-
this.
|
|
663
|
-
this.
|
|
664
|
-
this.
|
|
665
|
-
if (this.
|
|
666
|
-
this.
|
|
662
|
+
this.tg = this.th;
|
|
663
|
+
this.ta = this.tb();
|
|
664
|
+
this.b9 = this.ca();
|
|
665
|
+
if (this.s7 != null) {
|
|
666
|
+
this.s7.isHorizontalWrappingEnabled = this.ta == 2;
|
|
667
667
|
}
|
|
668
668
|
break;
|
|
669
669
|
case XamGeographicMap.$$p[4]:
|
|
670
|
-
this.
|
|
670
|
+
this.sf = this.sg();
|
|
671
671
|
break;
|
|
672
672
|
case "BackgroundContent":
|
|
673
|
-
if (this.
|
|
674
|
-
let e = this.
|
|
675
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
676
|
-
this.
|
|
673
|
+
if (this.s7 != null) {
|
|
674
|
+
let e = this.s7;
|
|
675
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.ua));
|
|
676
|
+
this.s7.deferralHandler = null;
|
|
677
677
|
}
|
|
678
|
-
this.
|
|
679
|
-
if (this.
|
|
680
|
-
let f = this.
|
|
681
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
682
|
-
this.
|
|
683
|
-
this.
|
|
678
|
+
this.s7 = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
679
|
+
if (this.s7 != null) {
|
|
680
|
+
let f = this.s7;
|
|
681
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.ua));
|
|
682
|
+
this.s7.deferralHandler = this;
|
|
683
|
+
this.s7.isHorizontalWrappingEnabled = this.ta == 2;
|
|
684
684
|
}
|
|
685
|
-
this.
|
|
686
|
-
if (this.
|
|
687
|
-
this.
|
|
688
|
-
this.
|
|
689
|
-
this.
|
|
685
|
+
this.te.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
|
|
686
|
+
if (this.s7 != null) {
|
|
687
|
+
this.s7.geographicMap = this;
|
|
688
|
+
this.te.fr(this.sf);
|
|
689
|
+
this.te.fv(this.f4);
|
|
690
690
|
}
|
|
691
691
|
break;
|
|
692
692
|
case "YAxis":
|
|
693
693
|
case "XAxis":
|
|
694
|
-
this.
|
|
695
|
-
this.
|
|
694
|
+
this.uf(c);
|
|
695
|
+
this.t8(d);
|
|
696
696
|
break;
|
|
697
697
|
case XamGeographicMap.$$p[6]:
|
|
698
|
-
if (!this.
|
|
699
|
-
this.
|
|
698
|
+
if (!this.ti) {
|
|
699
|
+
this.sv = XamGeographicMap.u2;
|
|
700
700
|
}
|
|
701
|
-
this.
|
|
702
|
-
this.
|
|
703
|
-
this.
|
|
704
|
-
this.
|
|
705
|
-
this.
|
|
701
|
+
this.t9();
|
|
702
|
+
this.ug();
|
|
703
|
+
this.uh();
|
|
704
|
+
this.sf = this.sg();
|
|
705
|
+
this.te.fs();
|
|
706
706
|
break;
|
|
707
707
|
case "ActualWindowRect":
|
|
708
|
-
this.
|
|
708
|
+
this.te.fr(this.sf);
|
|
709
709
|
break;
|
|
710
710
|
case "ActualWorldRect":
|
|
711
711
|
for (let g of fromEnum(this.series)) {
|
|
712
|
-
g.
|
|
712
|
+
g.mh(false);
|
|
713
713
|
}
|
|
714
714
|
break;
|
|
715
715
|
case XamGeographicMap.$$p[5]:
|
|
716
|
-
this.
|
|
716
|
+
this.to = this.tp;
|
|
717
717
|
break;
|
|
718
718
|
case "ActualWindowScale":
|
|
719
|
-
if (!this.
|
|
720
|
-
this.
|
|
719
|
+
if (!this.e9) {
|
|
720
|
+
this.os(this.ga(), this.gb());
|
|
721
721
|
}
|
|
722
722
|
break;
|
|
723
723
|
case "ActualPixelScalingRatio":
|
|
724
|
-
this.
|
|
724
|
+
this.te.fv(this.f4);
|
|
725
725
|
break;
|
|
726
726
|
case XamGeographicMap.$$p[7]:
|
|
727
|
-
this.
|
|
727
|
+
this.oo();
|
|
728
728
|
break;
|
|
729
729
|
case "MarkerAutomaticBehavior":
|
|
730
730
|
for (let h of fromEnum(this.series)) {
|
|
731
|
-
h.
|
|
731
|
+
h.lj();
|
|
732
732
|
}
|
|
733
733
|
break;
|
|
734
734
|
}
|
|
735
735
|
}
|
|
736
|
-
|
|
736
|
+
ua(a, b) {
|
|
737
737
|
if (this.imageTilesReady != null) {
|
|
738
738
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
739
739
|
}
|
|
740
740
|
}
|
|
741
|
-
|
|
741
|
+
uf(a) {
|
|
742
742
|
if (a != null) {
|
|
743
743
|
a.bh = null;
|
|
744
744
|
}
|
|
745
745
|
}
|
|
746
|
-
|
|
747
|
-
if (this.
|
|
748
|
-
this.
|
|
749
|
-
this.
|
|
746
|
+
ug() {
|
|
747
|
+
if (this.s2 != null) {
|
|
748
|
+
this.s2.l3 = this.u3.left;
|
|
749
|
+
this.s2.l2 = this.u3.right;
|
|
750
750
|
}
|
|
751
|
-
if (this.
|
|
752
|
-
this.
|
|
753
|
-
this.
|
|
751
|
+
if (this.s4 != null) {
|
|
752
|
+
this.s4.l3 = this.u3.top;
|
|
753
|
+
this.s4.l2 = this.u3.bottom;
|
|
754
754
|
}
|
|
755
|
-
this.
|
|
756
|
-
this.
|
|
755
|
+
this.s2.c1(true);
|
|
756
|
+
this.s4.c1(true);
|
|
757
757
|
}
|
|
758
758
|
getFontInfo() {
|
|
759
|
-
this.
|
|
760
|
-
return this.
|
|
759
|
+
this.tf = this.te.fo;
|
|
760
|
+
return this.tf;
|
|
761
761
|
}
|
|
762
|
-
|
|
763
|
-
return this.
|
|
762
|
+
rk() {
|
|
763
|
+
return this.te.fw;
|
|
764
764
|
}
|
|
765
765
|
getFontBrush() {
|
|
766
|
-
return this.
|
|
766
|
+
return this.te.fx;
|
|
767
767
|
}
|
|
768
|
-
|
|
768
|
+
n9(a, b) {
|
|
769
769
|
if (typeCast(ItfConverter.$, b) !== null) {
|
|
770
770
|
let c = b;
|
|
771
771
|
let d = a;
|
|
772
772
|
d.itemsSource = c.triangulationSource.points;
|
|
773
|
-
d.
|
|
773
|
+
d.qe = c.triangulationSource.triangles;
|
|
774
774
|
}
|
|
775
775
|
else {
|
|
776
|
-
super.
|
|
776
|
+
super.n9(a, b);
|
|
777
777
|
}
|
|
778
778
|
}
|
|
779
779
|
register(a, b) {
|
|
780
|
-
this.
|
|
780
|
+
this.nz(a, b);
|
|
781
781
|
}
|
|
782
782
|
unRegister(a) {
|
|
783
|
-
this.
|
|
783
|
+
this.of(a);
|
|
784
784
|
}
|
|
785
785
|
deferredRefresh() {
|
|
786
|
-
this.
|
|
786
|
+
this.k4();
|
|
787
787
|
}
|
|
788
788
|
deferAction(a) {
|
|
789
|
-
if (this.
|
|
790
|
-
this.
|
|
789
|
+
if (this.tr != null) {
|
|
790
|
+
this.tr.setTimeout(a, 0);
|
|
791
791
|
}
|
|
792
792
|
else {
|
|
793
793
|
window.setTimeout(a, 0);
|
|
794
794
|
}
|
|
795
795
|
}
|
|
796
|
-
|
|
797
|
-
this.
|
|
796
|
+
t7(a) {
|
|
797
|
+
this.on(a);
|
|
798
798
|
}
|
|
799
|
-
|
|
799
|
+
ts() {
|
|
800
800
|
let a = new ChartVisualData();
|
|
801
|
-
let b = this.
|
|
802
|
-
let c = this.
|
|
801
|
+
let b = this.s2.fv();
|
|
802
|
+
let c = this.s4.fv();
|
|
803
803
|
a.axes.add1(b);
|
|
804
804
|
a.axes.add1(c);
|
|
805
805
|
for (let d = 0; d < this.series.count; d++) {
|
|
806
|
-
let e = this.series._inner[d].
|
|
806
|
+
let e = this.series._inner[d].hs();
|
|
807
807
|
a.series.add1(e);
|
|
808
808
|
}
|
|
809
809
|
a.name = this.name;
|
|
810
|
-
a.contentArea = RectData.b(this.
|
|
811
|
-
a.centralArea = RectData.b(this.
|
|
812
|
-
a.plotArea = RectData.b(this.
|
|
810
|
+
a.contentArea = RectData.b(this.su);
|
|
811
|
+
a.centralArea = RectData.b(this.su);
|
|
812
|
+
a.plotArea = RectData.b(this.su);
|
|
813
813
|
return a;
|
|
814
814
|
}
|
|
815
|
-
|
|
815
|
+
sm(a, b, c) {
|
|
816
816
|
return a;
|
|
817
817
|
}
|
|
818
|
-
|
|
818
|
+
ub() {
|
|
819
819
|
}
|
|
820
|
-
get
|
|
821
|
-
return this.
|
|
820
|
+
get ve() {
|
|
821
|
+
return this.u0;
|
|
822
822
|
}
|
|
823
|
-
set
|
|
824
|
-
this.
|
|
823
|
+
set ve(a) {
|
|
824
|
+
this.u0 = a;
|
|
825
825
|
}
|
|
826
|
-
|
|
827
|
-
this.
|
|
828
|
-
this.
|
|
826
|
+
ul(a) {
|
|
827
|
+
this.ve = a;
|
|
828
|
+
this.uk();
|
|
829
829
|
}
|
|
830
|
-
|
|
831
|
-
if (this.
|
|
832
|
-
let a = this.getZoomFromGeographicRect(this.
|
|
833
|
-
this.
|
|
834
|
-
this.
|
|
830
|
+
uk() {
|
|
831
|
+
if (this.tl && !this.ve.isEmpty) {
|
|
832
|
+
let a = this.getZoomFromGeographicRect(this.ve);
|
|
833
|
+
this.ve = Rect.empty;
|
|
834
|
+
this.ot(a, false);
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
|
-
get
|
|
838
|
-
return !this.
|
|
837
|
+
get tl() {
|
|
838
|
+
return !this.su.isEmpty && !this.sj.isEmpty;
|
|
839
839
|
}
|
|
840
840
|
}
|
|
841
841
|
XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
|
|
842
|
-
XamGeographicMap.
|
|
843
|
-
XamGeographicMap.
|
|
844
|
-
XamGeographicMap.
|
|
845
|
-
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, '
|
|
842
|
+
XamGeographicMap.tc = 0;
|
|
843
|
+
XamGeographicMap.uz = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
|
|
844
|
+
XamGeographicMap.u2 = new Rect(0, 0, 0, 1, 1);
|
|
845
|
+
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'nl', ['BackgroundTilingMode:s9:um', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:th:un', [0, false], 'ResizeBehavior:td:uo', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.tc)], 'SuppressZoomResetOnWorldRectChange:ti:up', [0, false], 'UseWorldRectForZoomBounds:tj:uq', [0, false], 'WindowScale:tp:ur', [1, NaN], 'WorldRect:vf:us', [Rect.$, XamGeographicMap.uz], 'Zoomable:tk:ut', [0, true]]);
|
|
846
846
|
return XamGeographicMap;
|
|
847
847
|
})();
|
|
848
848
|
/**
|
|
@@ -972,20 +972,20 @@ export let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
|
972
972
|
return a;
|
|
973
973
|
}
|
|
974
974
|
let b = new Rect(0, 0, 0, a.width, a.height);
|
|
975
|
-
let c = this.geographicMap.
|
|
976
|
-
let d = XamGeographicMap.
|
|
977
|
-
let e = this.geographicMap.
|
|
975
|
+
let c = this.geographicMap.u8(b);
|
|
976
|
+
let d = XamGeographicMap.uz;
|
|
977
|
+
let e = this.geographicMap.u3;
|
|
978
978
|
let f = Math.min(this.windowRect.height, this.windowRect.width);
|
|
979
979
|
let g = e.width / d.width;
|
|
980
980
|
this.ao.a5 = (b.width / c.width) * f * g;
|
|
981
|
-
let h = this.geographicMap.
|
|
982
|
-
let i = this.geographicMap.
|
|
983
|
-
let j = new ScalerParams(1, this.windowRect, b, h.
|
|
981
|
+
let h = this.geographicMap.s2;
|
|
982
|
+
let i = this.geographicMap.s4;
|
|
983
|
+
let j = new ScalerParams(1, this.windowRect, b, h.cg);
|
|
984
984
|
j.c = c;
|
|
985
|
-
let k = new ScalerParams(1, this.windowRect, b, i.
|
|
985
|
+
let k = new ScalerParams(1, this.windowRect, b, i.cg);
|
|
986
986
|
k.c = c;
|
|
987
|
-
let l = h.
|
|
988
|
-
let m = i.
|
|
987
|
+
let l = h.ei(d.left, j);
|
|
988
|
+
let m = i.ei(d.bottom, k);
|
|
989
989
|
let n = (-l / b.width) * this.ao.a5;
|
|
990
990
|
let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
991
991
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1079,41 +1079,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1079
1079
|
}
|
|
1080
1080
|
b2() {
|
|
1081
1081
|
super.b2();
|
|
1082
|
-
let a = this.ce.
|
|
1083
|
-
a.
|
|
1084
|
-
a.
|
|
1085
|
-
a.trianglesSource = this.ce.
|
|
1086
|
-
a.
|
|
1087
|
-
a.
|
|
1088
|
-
a.
|
|
1082
|
+
let a = this.ce.p5;
|
|
1083
|
+
a.q5 = this.ce.qh;
|
|
1084
|
+
a.rd = this.ce.qf;
|
|
1085
|
+
a.trianglesSource = this.ce.qe;
|
|
1086
|
+
a.qt = this.ce.qk;
|
|
1087
|
+
a.qv = this.ce.qm;
|
|
1088
|
+
a.qx = this.ce.qo;
|
|
1089
1089
|
}
|
|
1090
1090
|
ch() {
|
|
1091
|
-
let a = this.ce.
|
|
1092
|
-
if (this.ce.
|
|
1093
|
-
a.
|
|
1094
|
-
a.
|
|
1091
|
+
let a = this.ce.p5;
|
|
1092
|
+
if (this.ce.cd == null) {
|
|
1093
|
+
a.p3 = null;
|
|
1094
|
+
a.p4 = null;
|
|
1095
1095
|
return;
|
|
1096
1096
|
}
|
|
1097
|
-
a.
|
|
1098
|
-
a.
|
|
1097
|
+
a.p3 = this.ce.cd.s2;
|
|
1098
|
+
a.p4 = this.ce.cd.s4;
|
|
1099
1099
|
}
|
|
1100
1100
|
cg() {
|
|
1101
|
-
this.ce.
|
|
1101
|
+
this.ce.p5.q5 = this.ce.qh;
|
|
1102
1102
|
}
|
|
1103
1103
|
cf() {
|
|
1104
|
-
this.ce.
|
|
1104
|
+
this.ce.p5.rd = this.ce.qf;
|
|
1105
1105
|
}
|
|
1106
1106
|
ci() {
|
|
1107
|
-
this.ce.
|
|
1107
|
+
this.ce.p5.trianglesSource = this.ce.qe;
|
|
1108
1108
|
}
|
|
1109
1109
|
cj() {
|
|
1110
|
-
this.ce.
|
|
1110
|
+
this.ce.p5.qt = this.ce.qk;
|
|
1111
1111
|
}
|
|
1112
1112
|
ck() {
|
|
1113
|
-
this.ce.
|
|
1113
|
+
this.ce.p5.qv = this.ce.qm;
|
|
1114
1114
|
}
|
|
1115
1115
|
cl() {
|
|
1116
|
-
this.ce.
|
|
1116
|
+
this.ce.p5.qx = this.ce.qo;
|
|
1117
1117
|
}
|
|
1118
1118
|
}
|
|
1119
1119
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1136,19 +1136,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1136
1136
|
}
|
|
1137
1137
|
b2() {
|
|
1138
1138
|
super.b2();
|
|
1139
|
-
if (this.cm.
|
|
1140
|
-
this.cm.
|
|
1141
|
-
this.cm.
|
|
1139
|
+
if (this.cm.qz != null) {
|
|
1140
|
+
this.cm.qz.sc = this.cm.q3;
|
|
1141
|
+
this.cm.qz.r0 = this.cm.qy;
|
|
1142
1142
|
}
|
|
1143
1143
|
}
|
|
1144
1144
|
cn() {
|
|
1145
|
-
if (this.cm.
|
|
1146
|
-
this.cm.
|
|
1145
|
+
if (this.cm.qz != null) {
|
|
1146
|
+
this.cm.qz.sc = this.cm.q3;
|
|
1147
1147
|
}
|
|
1148
1148
|
}
|
|
1149
1149
|
co() {
|
|
1150
|
-
if (this.cm.
|
|
1151
|
-
this.cm.
|
|
1150
|
+
if (this.cm.qz != null) {
|
|
1151
|
+
this.cm.qz.r0 = this.cm.qy;
|
|
1152
1152
|
}
|
|
1153
1153
|
}
|
|
1154
1154
|
}
|
|
@@ -1170,15 +1170,15 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1170
1170
|
this.fp = NaN;
|
|
1171
1171
|
this.fz = Rect.empty;
|
|
1172
1172
|
this.fn = a;
|
|
1173
|
-
this.fn.
|
|
1174
|
-
this.fn.
|
|
1173
|
+
this.fn.rf = 2;
|
|
1174
|
+
this.fn.g6 = 5E-06;
|
|
1175
1175
|
}
|
|
1176
1176
|
m(a) {
|
|
1177
1177
|
return 2;
|
|
1178
1178
|
}
|
|
1179
1179
|
bk(a) {
|
|
1180
1180
|
this.j.bv(a);
|
|
1181
|
-
this.fn.
|
|
1181
|
+
this.fn.t7(a);
|
|
1182
1182
|
this.el();
|
|
1183
1183
|
}
|
|
1184
1184
|
get_ap() {
|
|
@@ -1241,13 +1241,13 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1241
1241
|
}
|
|
1242
1242
|
}
|
|
1243
1243
|
fr(a) {
|
|
1244
|
-
if (this.fn.
|
|
1245
|
-
this.fn.
|
|
1244
|
+
if (this.fn.s7 != null) {
|
|
1245
|
+
this.fn.s7.windowRect = a;
|
|
1246
1246
|
}
|
|
1247
1247
|
}
|
|
1248
1248
|
fu(a, b) {
|
|
1249
|
-
if (this.fn.
|
|
1250
|
-
this.fn.
|
|
1249
|
+
if (this.fn.s7 != null) {
|
|
1250
|
+
this.fn.s7.windowRect = this.fn.sf;
|
|
1251
1251
|
}
|
|
1252
1252
|
if (a != null) {
|
|
1253
1253
|
let c = a.ao;
|
|
@@ -1274,7 +1274,7 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1274
1274
|
}
|
|
1275
1275
|
}
|
|
1276
1276
|
ft(a) {
|
|
1277
|
-
let b = this.fn.
|
|
1277
|
+
let b = this.fn.f4;
|
|
1278
1278
|
if (b != 1) {
|
|
1279
1279
|
a.z();
|
|
1280
1280
|
a.aa(b, b);
|
|
@@ -1343,42 +1343,42 @@ export let OpenStreetMapImagery = /*@__PURE__*/ (() => {
|
|
|
1343
1343
|
*/
|
|
1344
1344
|
export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
1345
1345
|
class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
1346
|
-
|
|
1346
|
+
bx() {
|
|
1347
1347
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1348
1348
|
}
|
|
1349
|
-
|
|
1350
|
-
super.
|
|
1351
|
-
this.
|
|
1349
|
+
ly(a) {
|
|
1350
|
+
super.ly(a);
|
|
1351
|
+
this.qd = a;
|
|
1352
1352
|
}
|
|
1353
|
-
|
|
1354
|
-
super.
|
|
1353
|
+
l3(a, b, c, d) {
|
|
1354
|
+
super.l3(a, b, c, d);
|
|
1355
1355
|
switch (b) {
|
|
1356
1356
|
case "SeriesViewer":
|
|
1357
|
-
this.
|
|
1357
|
+
this.qd.ch();
|
|
1358
1358
|
break;
|
|
1359
1359
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1360
|
-
this.
|
|
1360
|
+
this.qd.cg();
|
|
1361
1361
|
break;
|
|
1362
1362
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1363
|
-
this.
|
|
1363
|
+
this.qd.cf();
|
|
1364
1364
|
break;
|
|
1365
1365
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1366
|
-
this.
|
|
1366
|
+
this.qd.ci();
|
|
1367
1367
|
break;
|
|
1368
1368
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1369
|
-
this.
|
|
1369
|
+
this.qd.cj();
|
|
1370
1370
|
break;
|
|
1371
1371
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1372
|
-
this.
|
|
1372
|
+
this.qd.ck();
|
|
1373
1373
|
break;
|
|
1374
1374
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1375
|
-
this.
|
|
1375
|
+
this.qd.cl();
|
|
1376
1376
|
break;
|
|
1377
1377
|
}
|
|
1378
1378
|
}
|
|
1379
1379
|
}
|
|
1380
1380
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1381
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1381
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qf:qq', [2, "pointY"], 'LongitudeMemberPath:qh:qr', [2, "pointX"], 'TrianglesSource:qe:qs', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:qk:qt', [2, "v1"], 'TriangleVertexMemberPath2:qm:qu', [2, "v2"], 'TriangleVertexMemberPath3:qo:qv', [2, "v3"]]);
|
|
1382
1382
|
return GeographicXYTriangulatingSeries;
|
|
1383
1383
|
})();
|
|
1384
1384
|
/**
|
|
@@ -1388,87 +1388,87 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1388
1388
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
1389
1389
|
constructor() {
|
|
1390
1390
|
super();
|
|
1391
|
-
this.
|
|
1391
|
+
this.qw = null;
|
|
1392
1392
|
this.triangulationStatusChanged = null;
|
|
1393
1393
|
this.ab = GeographicScatterAreaSeries.$;
|
|
1394
1394
|
}
|
|
1395
|
-
|
|
1395
|
+
get_dd() {
|
|
1396
1396
|
return true;
|
|
1397
1397
|
}
|
|
1398
|
-
get
|
|
1399
|
-
return this.
|
|
1398
|
+
get qy() {
|
|
1399
|
+
return this.qw;
|
|
1400
1400
|
}
|
|
1401
|
-
set
|
|
1402
|
-
let b = this.
|
|
1401
|
+
set qy(a) {
|
|
1402
|
+
let b = this.qw != a;
|
|
1403
1403
|
if (b) {
|
|
1404
|
-
let c = this.
|
|
1405
|
-
if (this.
|
|
1406
|
-
let d = this.
|
|
1407
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1404
|
+
let c = this.qw;
|
|
1405
|
+
if (this.qw != null) {
|
|
1406
|
+
let d = this.qw;
|
|
1407
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q6));
|
|
1408
1408
|
}
|
|
1409
|
-
this.
|
|
1410
|
-
if (this.
|
|
1411
|
-
let e = this.
|
|
1412
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1409
|
+
this.qw = a;
|
|
1410
|
+
if (this.qw != null) {
|
|
1411
|
+
let e = this.qw;
|
|
1412
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q6));
|
|
1413
1413
|
}
|
|
1414
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1415
|
-
if (this.
|
|
1416
|
-
this.
|
|
1414
|
+
this.raisePropertyChanged("ColorScale", c, this.qw);
|
|
1415
|
+
if (this.qz != null) {
|
|
1416
|
+
this.qz.r0 = a;
|
|
1417
1417
|
}
|
|
1418
1418
|
}
|
|
1419
1419
|
}
|
|
1420
|
-
|
|
1421
|
-
this.
|
|
1422
|
-
this.
|
|
1423
|
-
this.
|
|
1420
|
+
q6(a, b) {
|
|
1421
|
+
this.q1.co();
|
|
1422
|
+
this.q8();
|
|
1423
|
+
this.mh(false);
|
|
1424
1424
|
}
|
|
1425
|
-
|
|
1426
|
-
if (this.
|
|
1427
|
-
this.
|
|
1425
|
+
q8() {
|
|
1426
|
+
if (this.qz != null) {
|
|
1427
|
+
this.qx = this.qz.rz;
|
|
1428
1428
|
}
|
|
1429
1429
|
}
|
|
1430
|
-
|
|
1431
|
-
super.
|
|
1432
|
-
this.
|
|
1430
|
+
mv() {
|
|
1431
|
+
super.mv();
|
|
1432
|
+
this.q8();
|
|
1433
1433
|
}
|
|
1434
|
-
|
|
1435
|
-
this.
|
|
1436
|
-
let a = this.
|
|
1437
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1438
|
-
return this.
|
|
1434
|
+
p4() {
|
|
1435
|
+
this.qz = new ScatterAreaSeries();
|
|
1436
|
+
let a = this.qz;
|
|
1437
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
|
|
1438
|
+
return this.qz;
|
|
1439
1439
|
}
|
|
1440
|
-
|
|
1440
|
+
q7(a, b) {
|
|
1441
1441
|
if (this.triangulationStatusChanged != null) {
|
|
1442
1442
|
this.triangulationStatusChanged(this, b);
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
|
-
|
|
1445
|
+
bx() {
|
|
1446
1446
|
return new GeographicScatterAreaSeriesView(this);
|
|
1447
1447
|
}
|
|
1448
|
-
|
|
1449
|
-
super.
|
|
1450
|
-
this.
|
|
1448
|
+
ly(a) {
|
|
1449
|
+
super.ly(a);
|
|
1450
|
+
this.q1 = a;
|
|
1451
1451
|
}
|
|
1452
|
-
|
|
1453
|
-
super.
|
|
1452
|
+
l3(a, b, c, d) {
|
|
1453
|
+
super.l3(a, b, c, d);
|
|
1454
1454
|
switch (b) {
|
|
1455
1455
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1456
|
-
this.
|
|
1456
|
+
this.q1.cn();
|
|
1457
1457
|
break;
|
|
1458
1458
|
case "ColorScale":
|
|
1459
|
-
this.
|
|
1460
|
-
this.
|
|
1459
|
+
this.q1.co();
|
|
1460
|
+
this.q8();
|
|
1461
1461
|
break;
|
|
1462
1462
|
}
|
|
1463
1463
|
}
|
|
1464
|
-
|
|
1464
|
+
get_e3() {
|
|
1465
1465
|
return true;
|
|
1466
1466
|
}
|
|
1467
|
-
|
|
1468
|
-
super.
|
|
1467
|
+
set_e3(a) {
|
|
1468
|
+
super.set_e3(a);
|
|
1469
1469
|
}
|
|
1470
1470
|
}
|
|
1471
1471
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1472
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1472
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qx:q9', [ColorScale.$, null], 'ColorMemberPath:q3:ra', [2, "value"]]);
|
|
1473
1473
|
return GeographicScatterAreaSeries;
|
|
1474
1474
|
})();
|