igniteui-angular-maps 14.1.1 → 14.1.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.
Files changed (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1470 -1458
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +4 -4
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +27 -27
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  43. package/esm5/lib/igx-geographic-map-component.js +50 -50
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +4 -4
  55. package/fesm2015/igniteui-angular-maps.js +1484 -1472
  56. package/fesm5/igniteui-angular-maps.js +1471 -1459
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
  60. package/lib/GeographicMarkerSeries.d.ts +18 -18
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  70. package/lib/GeographicTileSeries.d.ts +10 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +21 -21
  73. package/lib/XamGeographicMap_combined.d.ts +112 -112
  74. package/package.json +2 -2
@@ -25,7 +25,7 @@ import { ItfConverter } from "igniteui-angular-core";
25
25
  import { ChartVisualData } from "igniteui-angular-charts";
26
26
  import { RectData } from "igniteui-angular-core";
27
27
  import { PropertyMetadata } from "igniteui-angular-core";
28
- import { truncate, intDivide, isNaN_ } from "igniteui-angular-core";
28
+ import { truncate, intDivide, isNaN_, isInfinity } from "igniteui-angular-core";
29
29
  import { XamMultiScaleImage } from "igniteui-angular-core";
30
30
  import { Size } from "igniteui-angular-core";
31
31
  import { ImagesChangedEventArgs } from "./ImagesChangedEventArgs";
@@ -43,22 +43,22 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
43
43
  class XamGeographicMap extends SeriesViewer {
44
44
  constructor() {
45
45
  super();
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;
46
+ this.ul = null;
47
+ this.ua = false;
48
+ this.t2 = 1;
49
+ this.uh = 0;
50
+ this.vs = null;
51
+ this.tz = null;
52
+ this.tv = null;
53
+ this.tx = null;
54
+ this.t1 = null;
55
+ this.vo = { $type: Point_$type, x: NaN, y: NaN };
56
+ this.vv = null;
57
+ this.ug = 1;
58
58
  this.imageTilesReady = null;
59
- this.tf = null;
60
- this.u0 = Rect.empty;
61
- this.tn = SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.top);
59
+ this.t9 = null;
60
+ this.vu = Rect.empty;
61
+ this.uh = SphericalMercatorVerticalScaler.am(XamGeographicMap.vt.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.vt.top);
62
62
  this.ab = XamGeographicMap.$;
63
63
  this.backgroundContent = new OpenStreetMapImagery();
64
64
  let a = ((() => {
@@ -67,70 +67,70 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
67
67
  return $ret;
68
68
  })());
69
69
  a.ce = true;
70
- this.s2 = a;
71
- this.s2.nj = new SphericalMercatorHorizontalScaler();
70
+ this.tw = a;
71
+ this.tw.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
77
  b.ce = true;
78
- this.s4 = b;
79
- this.s4.nj = new SphericalMercatorVerticalScaler();
80
- this.t9();
81
- this.ug();
82
- this.lg();
78
+ this.ty = b;
79
+ this.ty.nj = new SphericalMercatorVerticalScaler();
80
+ this.u3();
81
+ this.va();
82
+ this.l3();
83
83
  }
84
84
  provideContainer(a) {
85
85
  super.provideContainer(a);
86
- this.s2.provideRenderer(a);
87
- this.s4.provideRenderer(a);
86
+ this.tw.provideRenderer(a);
87
+ this.ty.provideRenderer(a);
88
88
  }
89
- lg() {
90
- super.lg();
91
- this.te.fv(this.f4);
89
+ l3() {
90
+ super.l3();
91
+ this.t8.fv(this.gc);
92
92
  }
93
- em() {
94
- return this.tk;
93
+ er() {
94
+ return this.ue;
95
95
  }
96
- en() {
97
- return this.tk;
96
+ es() {
97
+ return this.ue;
98
98
  }
99
- tb() {
100
- if (this.s9 == 0) {
101
- if (this.tg) {
99
+ t5() {
100
+ if (this.t3 == 0) {
101
+ if (this.ua) {
102
102
  return 2;
103
103
  }
104
104
  }
105
105
  return 1;
106
106
  }
107
- get ta() {
108
- return this.s8;
107
+ get t4() {
108
+ return this.t2;
109
109
  }
110
- set ta(a) {
111
- this.s8 = a;
110
+ set t4(a) {
111
+ this.t2 = a;
112
112
  }
113
- get u3() {
114
- return this.uy;
113
+ get vx() {
114
+ return this.vs;
115
115
  }
116
- set u3(a) {
117
- let b = Rect.l_op_Inequality(this.uy, a);
116
+ set vx(a) {
117
+ let b = Rect.l_op_Inequality(this.vs, a);
118
118
  if (b) {
119
- let c = this.uy;
120
- this.uy = a;
121
- this.nl("ActualWorldRect", c, a);
119
+ let c = this.vs;
120
+ this.vs = a;
121
+ this.n8("ActualWorldRect", c, a);
122
122
  }
123
123
  }
124
- u7() {
125
- return this.u3;
124
+ v1() {
125
+ return this.vx;
126
126
  }
127
- t9() {
128
- if (this.vf.isEmpty) {
127
+ u3() {
128
+ if (this.v9.isEmpty) {
129
129
  return;
130
130
  }
131
- this.u3 = this.vd(this.vf, this.b9 == 1);
131
+ this.vx = this.v7(this.v9, this.cd == 1);
132
132
  }
133
- vd(a, b) {
133
+ v7(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.uz.width;
142
- let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.top);
141
+ let j = a.width / XamGeographicMap.vt.width;
142
+ let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.vt.top);
143
143
  let l = i / j;
144
- if (i / j > this.tn) {
145
- let m = i / this.tn;
144
+ if (i / j > this.uh) {
145
+ let m = i / this.uh;
146
146
  let n = m - j;
147
- d = d - (n / 2) * XamGeographicMap.uz.width;
148
- e = m * XamGeographicMap.uz.width;
147
+ d = d - (n / 2) * XamGeographicMap.vt.width;
148
+ e = m * XamGeographicMap.vt.width;
149
149
  if (b) {
150
- if (d < XamGeographicMap.uz.left) {
151
- d += (XamGeographicMap.uz.left - d);
150
+ if (d < XamGeographicMap.vt.left) {
151
+ d += (XamGeographicMap.vt.left - d);
152
152
  }
153
- else if ((d + e) > XamGeographicMap.uz.right) {
154
- d -= ((d + e) - XamGeographicMap.uz.right);
153
+ else if ((d + e) > XamGeographicMap.vt.right) {
154
+ d -= ((d + e) - XamGeographicMap.vt.right);
155
155
  }
156
156
  }
157
157
  }
158
- else if (i / j < this.tn) {
159
- let o = this.tn * j;
158
+ else if (i / j < this.uh) {
159
+ let o = this.uh * 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.tn)) {
169
- q -= ((r) - (k + this.tn));
170
- r -= ((r) - (k + this.tn));
168
+ else if (r > (k + this.uh)) {
169
+ q -= ((r) - (k + this.uh));
170
+ r -= ((r) - (k + this.uh));
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.s5;
180
+ return this.tz;
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.s5 = a;
187
- this.nl("BackgroundContent", c, a);
186
+ this.tz = a;
187
+ this.n8("BackgroundContent", c, a);
188
188
  }
189
189
  }
190
- get s2() {
191
- return this.s1;
190
+ get tw() {
191
+ return this.tv;
192
192
  }
193
- set s2(a) {
194
- let b = a != this.s2;
193
+ set tw(a) {
194
+ let b = a != this.tw;
195
195
  if (b) {
196
- let c = this.s2;
197
- this.s1 = a;
198
- this.nl("XAxis", c, a);
196
+ let c = this.tw;
197
+ this.tv = a;
198
+ this.n8("XAxis", c, a);
199
199
  }
200
200
  }
201
- get s4() {
202
- return this.s3;
201
+ get ty() {
202
+ return this.tx;
203
203
  }
204
- set s4(a) {
205
- let b = a != this.s4;
204
+ set ty(a) {
205
+ let b = a != this.ty;
206
206
  if (b) {
207
- let c = this.s4;
208
- this.s3 = a;
209
- this.nl("YAxis", c, a);
207
+ let c = this.ty;
208
+ this.tx = a;
209
+ this.n8("YAxis", c, a);
210
210
  }
211
211
  }
212
212
  getZoomRectFromGeoRect(a) {
213
213
  return this.getZoomFromGeographicRect(a);
214
214
  }
215
- uj(a) {
216
- this.sv = a;
215
+ vd(a) {
216
+ this.tp = a;
217
217
  }
218
- ui(a) {
219
- this.vf = a;
218
+ vc(a) {
219
+ this.v9 = a;
220
220
  }
221
221
  getZoomFromGeographicRect(a) {
222
- return this.u5(a, true, 0);
222
+ return this.vz(a, true, 0);
223
223
  }
224
- u4(a, b) {
225
- return this.u5(a, false, b);
224
+ vy(a, b) {
225
+ return this.vz(a, false, b);
226
226
  }
227
- u5(a, b, c) {
227
+ vz(a, b, c) {
228
228
  let d = a;
229
229
  if (b) {
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;
230
+ d = this.v7(a, false);
231
+ }
232
+ let e = this.tw;
233
+ let f = this.ty;
234
+ let g = new ScalerParams(1, XamGeographicMap.vw, this.to, e.cg);
235
+ g.c = this.td;
236
+ let h = new ScalerParams(1, XamGeographicMap.vw, this.to, f.cg);
237
+ h.c = this.td;
238
+ let i = this.tw.ei(d.left, g);
239
+ let j = this.tw.ei(d.right, g);
240
+ let k = this.ty.ei(d.top, h);
241
+ let l = this.ty.ei(d.bottom, h);
242
+ let m = (i - c) / this.to.width;
243
+ let n = (l - c) / this.to.height;
244
+ let o = (j - i + (c * 2)) / this.to.width;
245
+ let p = (k - l + (c * 2)) / this.to.height;
246
246
  let q = new Rect(0, m, n, o, p);
247
- q.intersect(XamGeographicMap.u2);
247
+ q.intersect(XamGeographicMap.vw);
248
248
  if (q.isEmpty) {
249
- q = XamGeographicMap.u2;
249
+ q = XamGeographicMap.vw;
250
250
  }
251
251
  return q;
252
252
  }
@@ -256,21 +256,21 @@ 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.u2;
259
+ return XamGeographicMap.vw;
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
- 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;
266
+ v3(a) {
267
+ let b = this.tw;
268
+ let c = this.ty;
269
+ let d = new ScalerParams(1, a, this.to, b.cg);
270
+ d.c = this.td;
271
+ let e = new ScalerParams(1, a, this.to, c.cg);
272
+ e.c = this.td;
273
+ let f = this.tc;
274
274
  let g = b.el(f.left, d);
275
275
  let h = c.el(f.top, e);
276
276
  let i = b.el(f.right, d);
@@ -278,166 +278,166 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
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.b9 == 1) {
282
- m.intersect(XamGeographicMap.uz);
281
+ if (this.cd == 1) {
282
+ m.intersect(XamGeographicMap.vt);
283
283
  if (m.isEmpty) {
284
- m = XamGeographicMap.uz;
284
+ m = XamGeographicMap.vt;
285
285
  }
286
286
  }
287
287
  return m;
288
288
  }
289
- uv(a) {
290
- let b = this.s2.l6(a.x);
291
- let c = this.s4.l6(a.y);
289
+ vp(a) {
290
+ let b = this.tw.l6(a.x);
291
+ let c = this.ty.l6(a.y);
292
292
  return { $type: Point_$type, x: b, y: c };
293
293
  }
294
- uw(a) {
295
- let b = this.s2.e3(a.x);
296
- let c = this.s4.e3(a.y);
294
+ vq(a) {
295
+ let b = this.tw.e3(a.x);
296
+ let c = this.ty.e3(a.y);
297
297
  return { $type: Point_$type, x: b, y: c };
298
298
  }
299
- ux(a) {
300
- return this.uw(a);
299
+ vr(a) {
300
+ return this.vq(a);
301
301
  }
302
- t6() {
302
+ u0() {
303
303
  let a = typeCast(GeographicMapImagery.$, this.backgroundContent);
304
304
  if (a != null) {
305
305
  a.clearTileCache();
306
306
  }
307
307
  }
308
- uc(a) {
308
+ u6(a) {
309
309
  }
310
- fa() {
310
+ fg() {
311
311
  return true;
312
312
  }
313
- ue() {
314
- this.te.ee();
313
+ u8() {
314
+ this.t8.ee();
315
315
  for (let a of fromEnum(this.series)) {
316
- a.ms();
316
+ a.mv();
317
317
  }
318
318
  }
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 };
319
+ vb() {
320
+ if (this.t7 == 2) {
321
+ if (!this.to.isEmpty && this.to.width > 0 && this.to.height > 0) {
322
+ let a = this.tw.l6(this.to.left + (this.to.width / 2));
323
+ let b = this.ty.l6(this.to.top + (this.to.height / 2));
324
+ this.vo = { $type: Point_$type, x: a, y: b };
325
325
  }
326
326
  }
327
327
  else {
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 };
328
+ if (!this.to.isEmpty && this.to.width > 0 && this.to.height > 0) {
329
+ let c = this.tw.l6(this.to.left);
330
+ let d = this.ty.l6(this.to.top);
331
+ this.vo = { $type: Point_$type, x: c, y: d };
332
332
  }
333
333
  }
334
334
  }
335
- ud() {
336
- if (isNaN_(this.uu.x) || isNaN_(this.uu.y)) {
337
- this.uh();
335
+ u7() {
336
+ if (isNaN_(this.vo.x) || isNaN_(this.vo.y)) {
337
+ this.vb();
338
338
  }
339
- let a = this.uu.x;
340
- let b = this.uu.y;
339
+ let a = this.vo.x;
340
+ let b = this.vo.y;
341
341
  if (!isNaN_(a) && !isNaN_(b)) {
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) {
342
+ let c = this.s9.left;
343
+ let d = this.s9.top;
344
+ let e = this.s9.width;
345
+ let f = this.s9.height;
346
+ if (e > this.vv.width) {
347
347
  }
348
348
  else {
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;
349
+ let g = new ScalerParams(1, XamGeographicMap.vw, this.to, this.tw.cg);
350
+ g.c = this.td;
351
+ let h = this.tw.ei(a, g);
352
+ if (this.t7 == 2) {
353
+ let i = h / this.to.width;
354
354
  c = i - (e / 2);
355
355
  }
356
356
  else {
357
- c = h / this.su.width;
357
+ c = h / this.to.width;
358
358
  }
359
- if (c + e > this.u1.right) {
360
- c = this.u1.right - e;
359
+ if (c + e > this.vv.right) {
360
+ c = this.vv.right - e;
361
361
  }
362
- else if (c < this.u1.left) {
363
- c = this.u1.left;
362
+ else if (c < this.vv.left) {
363
+ c = this.vv.left;
364
364
  }
365
365
  }
366
- if (f > this.u1.height) {
366
+ if (f > this.vv.height) {
367
367
  }
368
368
  else {
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;
369
+ let j = new ScalerParams(1, XamGeographicMap.vw, this.to, this.ty.cg);
370
+ j.c = this.td;
371
+ let k = this.ty.ei(b, j);
372
+ if (this.t7 == 2) {
373
+ let l = k / this.to.height;
374
374
  d = l - (f / 2);
375
375
  }
376
376
  else {
377
- d = k / this.su.height;
377
+ d = k / this.to.height;
378
378
  }
379
- if (d + f > this.u1.bottom) {
380
- d = this.u1.bottom - f;
379
+ if (d + f > this.vv.bottom) {
380
+ d = this.vv.bottom - f;
381
381
  }
382
- else if (d < this.u1.top) {
383
- d = this.u1.top;
382
+ else if (d < this.vv.top) {
383
+ d = this.vv.top;
384
384
  }
385
385
  }
386
- this.ot(new Rect(0, c, d, e, f), false);
386
+ this.ph(new Rect(0, c, d, e, f), false);
387
387
  }
388
388
  }
389
- get_ef() {
389
+ get_ej() {
390
390
  return true;
391
391
  }
392
- sg() {
393
- let a = super.sg();
394
- if (this.s2 == null || this.s4 == null) {
392
+ ta() {
393
+ let a = super.ta();
394
+ if (this.tw == null || this.ty == null) {
395
395
  return a;
396
396
  }
397
- this.sq();
397
+ this.tk();
398
398
  let b = a.left;
399
399
  let c = a.top;
400
- if (this.b9 == 1) {
401
- if (this.sv.width > this.u1.width) {
402
- b = 0.5 - (this.sv.width / 2);
400
+ if (this.cd == 1) {
401
+ if (this.tp.width > this.vv.width) {
402
+ b = 0.5 - (this.tp.width / 2);
403
403
  }
404
- else if (b + a.width > this.u1.right) {
405
- b = this.u1.right - this.sv.width;
404
+ else if (b + a.width > this.vv.right) {
405
+ b = this.vv.right - this.tp.width;
406
406
  }
407
- else if (b < this.u1.left) {
408
- b = this.u1.left;
407
+ else if (b < this.vv.left) {
408
+ b = this.vv.left;
409
409
  }
410
- if (this.sv.height > this.u1.height) {
411
- c = 0.5 - (this.sv.height / 2);
410
+ if (this.tp.height > this.vv.height) {
411
+ c = 0.5 - (this.tp.height / 2);
412
412
  }
413
- else if (c + this.sv.height > this.u1.bottom) {
414
- c = this.u1.bottom - this.sv.height;
413
+ else if (c + this.tp.height > this.vv.bottom) {
414
+ c = this.vv.bottom - this.tp.height;
415
415
  }
416
- else if (c < this.u1.top) {
417
- c = this.u1.top;
416
+ else if (c < this.vv.top) {
417
+ c = this.vv.top;
418
418
  }
419
419
  }
420
420
  let d = false;
421
- if (!this.tj && this.b9 == 2 && this.tg) {
421
+ if (!this.ud && this.cd == 2 && this.ua) {
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.u1.right) > 0 && ((a.right - this.u1.right) / a.width) > 0.8) {
429
- b = this.u1.left - (a.width - (a.right - this.u1.right));
428
+ if ((a.right - this.vv.right) > 0 && ((a.right - this.vv.right) / a.width) > 0.8) {
429
+ b = this.vv.left - (a.width - (a.right - this.vv.right));
430
430
  d = true;
431
431
  }
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));
432
+ else if (a.left < this.vv.left && (Math.abs(a.left - this.vv.left) / a.width) > 0.8) {
433
+ b = this.vv.right - (Math.abs(a.left - this.vv.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.tj) {
439
- let f = this.u4(this.vf, 1);
440
- f = this.u6(f);
438
+ if (this.ud) {
439
+ let f = this.vy(this.v9, 1);
440
+ f = this.v0(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.d2 = true;
476
- this.sv = e;
477
- this.d2 = false;
475
+ this.d6 = true;
476
+ this.tp = e;
477
+ this.d6 = false;
478
478
  }
479
479
  return e;
480
480
  }
481
- ku(a, b) {
481
+ lh(a, b) {
482
482
  let c = true;
483
483
  let d = true;
484
484
  let e = 0;
485
- let f = this.sq();
485
+ let f = this.tk();
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.s1.ei(-180, b);
503
- let j = this.s1.ei(180, b);
502
+ let i = this.tv.ei(-180, b);
503
+ let j = this.tv.ei(180, b);
504
504
  e = j - i;
505
505
  }
506
506
  else {
507
- let k = this.s1.ei(-180, b);
508
- let l = this.s1.ei(180, b);
507
+ let k = this.tv.ei(-180, b);
508
+ let l = this.tv.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
- 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;
514
+ tk() {
515
+ let a = new ScalerParams(1, XamGeographicMap.vw, this.to, this.tw.cg);
516
+ a.c = this.td;
517
+ let b = new ScalerParams(1, XamGeographicMap.vw, this.to, this.ty.cg);
518
+ b.c = this.td;
519
+ let c = this.tw.ei(XamGeographicMap.vt.left, a);
520
+ let d = this.tw.ei(XamGeographicMap.vt.right, a);
521
+ let e = this.ty.ei(XamGeographicMap.vt.top, b);
522
+ let f = this.ty.ei(XamGeographicMap.vt.bottom, b);
523
+ this.vv = new Rect(0, c / this.to.width, f / this.to.height, (d - c) / this.to.width, (e - f) / this.to.height);
524
+ return this.vv;
525
+ }
526
+ v0(a) {
527
+ let b = this.gg;
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.c(a.width, b, 1);
533
- let h = MathUtil.c(a.height, b, 1);
534
- let i = this.su;
532
+ let g = MathUtil.d(a.width, b, 1);
533
+ let h = MathUtil.d(a.height, b, 1);
534
+ let i = this.to;
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
- sh(a) {
574
- super.sh(this.su);
573
+ tb(a) {
574
+ super.tb(this.to);
575
575
  if (a.isEmpty) {
576
576
  return Rect.empty;
577
577
  }
@@ -586,263 +586,275 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
586
586
  }
587
587
  return b;
588
588
  }
589
- u8(a) {
590
- return this.sh(a);
589
+ v2(a) {
590
+ return this.tb(a);
591
591
  }
592
- cp() {
592
+ ct() {
593
593
  return new XamGeographicMapView(this);
594
594
  }
595
- t8(a) {
595
+ u2(a) {
596
596
  if (a != null) {
597
597
  a.bh = this;
598
598
  }
599
599
  }
600
- m5(a) {
601
- super.m5(a);
602
- this.te = a;
600
+ ns(a) {
601
+ super.ns(a);
602
+ this.t8 = a;
603
603
  }
604
- ng(a, b) {
605
- super.ng(a, b);
606
- this.oh(this.s2);
607
- this.oh(this.s4);
604
+ n3(a, b) {
605
+ super.n3(a, b);
606
+ this.o4(this.tw);
607
+ this.o4(this.ty);
608
608
  if (Rect.l_op_Inequality(a, b)) {
609
- this.ud();
609
+ this.u7();
610
610
  }
611
- if (this.tj) {
612
- this.sf = this.sg();
611
+ if (this.ud) {
612
+ this.s9 = this.ta();
613
613
  }
614
- this.uk();
614
+ this.ve();
615
615
  }
616
- get to() {
617
- return this.tm;
616
+ get ui() {
617
+ return this.ug;
618
618
  }
619
- set to(a) {
620
- let b = this.tm;
621
- this.tm = a;
622
- this.nl("ActualWindowScale", b, this.tm);
619
+ set ui(a) {
620
+ let b = this.ug;
621
+ this.ug = a;
622
+ this.n8("ActualWindowScale", b, this.ug);
623
623
  }
624
- ga() {
625
- return this.to;
624
+ gm() {
625
+ return this.ui;
626
626
  }
627
- gb() {
628
- return this.to;
627
+ gn() {
628
+ return this.ui;
629
629
  }
630
- og() {
631
- super.og();
632
- let a = Math.min(this.sf.width, this.sf.height);
633
- this.to = a;
630
+ o3() {
631
+ super.o3();
632
+ let a = Math.min(this.s9.width, this.s9.height);
633
+ this.ui = a;
634
634
  }
635
- e3() {
636
- return this.tg;
635
+ e8() {
636
+ return this.ua;
637
637
  }
638
- ca() {
639
- if (this.cb == 0) {
640
- if (this.th) {
638
+ ce() {
639
+ if (this.cf == 0) {
640
+ if (this.ub) {
641
641
  return 2;
642
642
  }
643
643
  }
644
- return this.cb;
644
+ return this.cf;
645
645
  }
646
- nh(a, b, c, d) {
647
- super.nh(a, b, c, d);
646
+ n4(a, b, c, d) {
647
+ super.n4(a, b, c, d);
648
648
  switch (b) {
649
649
  case "ZoomCoercionMode":
650
- this.t9();
650
+ this.u3();
651
651
  break;
652
652
  case "WindowRect":
653
- this.uh();
653
+ this.vb();
654
654
  break;
655
655
  case XamGeographicMap.$$p[0]:
656
- this.ta = this.tb();
657
- if (this.s7 != null) {
658
- this.s7.isHorizontalWrappingEnabled = this.ta == 2;
656
+ this.t4 = this.t5();
657
+ if (this.t1 != null) {
658
+ this.t1.isHorizontalWrappingEnabled = this.t4 == 2;
659
659
  }
660
660
  break;
661
661
  case XamGeographicMap.$$p[1]:
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;
662
+ this.ua = this.ub;
663
+ this.t4 = this.t5();
664
+ this.cd = this.ce();
665
+ if (this.t1 != null) {
666
+ this.t1.isHorizontalWrappingEnabled = this.t4 == 2;
667
667
  }
668
668
  break;
669
669
  case XamGeographicMap.$$p[4]:
670
- this.sf = this.sg();
670
+ this.s9 = this.ta();
671
671
  break;
672
672
  case "BackgroundContent":
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;
673
+ if (this.t1 != null) {
674
+ let e = this.t1;
675
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.u4));
676
+ this.t1.deferralHandler = null;
677
677
  }
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;
678
+ this.t1 = typeCast(GeographicMapImagery.$, this.backgroundContent);
679
+ if (this.t1 != null) {
680
+ let f = this.t1;
681
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.u4));
682
+ this.t1.deferralHandler = this;
683
+ this.t1.isHorizontalWrappingEnabled = this.t4 == 2;
684
684
  }
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);
685
+ this.t8.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
686
+ if (this.t1 != null) {
687
+ this.t1.geographicMap = this;
688
+ this.t8.fr(this.s9);
689
+ this.t8.fv(this.gc);
690
690
  }
691
691
  break;
692
692
  case "YAxis":
693
693
  case "XAxis":
694
- this.uf(c);
695
- this.t8(d);
694
+ this.u9(c);
695
+ this.u2(d);
696
696
  break;
697
697
  case XamGeographicMap.$$p[6]:
698
- if (!this.ti) {
699
- this.sv = XamGeographicMap.u2;
698
+ if (!this.uc) {
699
+ this.tp = XamGeographicMap.vw;
700
700
  }
701
- this.t9();
702
- this.ug();
703
- this.uh();
704
- this.sf = this.sg();
705
- this.te.fs();
701
+ this.u3();
702
+ this.va();
703
+ this.vb();
704
+ this.s9 = this.ta();
705
+ this.t8.fs();
706
706
  break;
707
707
  case "ActualWindowRect":
708
- this.te.fr(this.sf);
708
+ this.t8.fr(this.s9);
709
709
  break;
710
710
  case "ActualWorldRect":
711
711
  for (let g of fromEnum(this.series)) {
712
- g.mi(false);
712
+ g.ml(false);
713
713
  }
714
714
  break;
715
715
  case XamGeographicMap.$$p[5]:
716
- this.to = this.tp;
716
+ this.ui = this.uj;
717
717
  break;
718
718
  case "ActualWindowScale":
719
- if (!this.e9) {
720
- this.os(this.ga(), this.gb());
719
+ if (!this.ff) {
720
+ this.pf(this.gm(), this.gn());
721
721
  }
722
722
  break;
723
723
  case "ActualPixelScalingRatio":
724
- this.te.fv(this.f4);
724
+ this.t8.fv(this.gc);
725
+ break;
726
+ case "WindowRectMinWidth":
727
+ case "WindowRectMinHeight":
728
+ let h = d;
729
+ if (isNaN_(h) || isInfinity(h)) {
730
+ this.gg = 5E-06;
731
+ this.gf = 5E-06;
732
+ }
733
+ else {
734
+ this.gg = h;
735
+ this.gf = h;
736
+ }
725
737
  break;
726
738
  case XamGeographicMap.$$p[7]:
727
- this.oo();
739
+ this.pb();
728
740
  break;
729
741
  case "MarkerAutomaticBehavior":
730
- for (let h of fromEnum(this.series)) {
731
- h.lk();
742
+ for (let i of fromEnum(this.series)) {
743
+ i.ln();
732
744
  }
733
745
  break;
734
746
  }
735
747
  }
736
- ua(a, b) {
748
+ u4(a, b) {
737
749
  if (this.imageTilesReady != null) {
738
750
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
739
751
  }
740
752
  }
741
- uf(a) {
753
+ u9(a) {
742
754
  if (a != null) {
743
755
  a.bh = null;
744
756
  }
745
757
  }
746
- ug() {
747
- if (this.s2 != null) {
748
- this.s2.l3 = this.u3.left;
749
- this.s2.l2 = this.u3.right;
758
+ va() {
759
+ if (this.tw != null) {
760
+ this.tw.l3 = this.vx.left;
761
+ this.tw.l2 = this.vx.right;
750
762
  }
751
- if (this.s4 != null) {
752
- this.s4.l3 = this.u3.top;
753
- this.s4.l2 = this.u3.bottom;
763
+ if (this.ty != null) {
764
+ this.ty.l3 = this.vx.top;
765
+ this.ty.l2 = this.vx.bottom;
754
766
  }
755
- this.s2.c1(true);
756
- this.s4.c1(true);
767
+ this.tw.c1(true);
768
+ this.ty.c1(true);
757
769
  }
758
770
  getFontInfo() {
759
- this.tf = this.te.fo;
760
- return this.tf;
771
+ this.t9 = this.t8.fo;
772
+ return this.t9;
761
773
  }
762
- rk() {
763
- return this.te.fw;
774
+ se() {
775
+ return this.t8.fw;
764
776
  }
765
777
  getFontBrush() {
766
- return this.te.fx;
778
+ return this.t8.fx;
767
779
  }
768
- n9(a, b) {
780
+ ow(a, b) {
769
781
  if (typeCast(ItfConverter.$, b) !== null) {
770
782
  let c = b;
771
783
  let d = a;
772
784
  d.itemsSource = c.triangulationSource.points;
773
- d.qf = c.triangulationSource.triangles;
785
+ d.qj = c.triangulationSource.triangles;
774
786
  }
775
787
  else {
776
- super.n9(a, b);
788
+ super.ow(a, b);
777
789
  }
778
790
  }
779
791
  register(a, b) {
780
- this.nz(a, b);
792
+ this.om(a, b);
781
793
  }
782
794
  unRegister(a) {
783
- this.of(a);
795
+ this.o2(a);
784
796
  }
785
797
  deferredRefresh() {
786
- this.k4();
798
+ this.lr();
787
799
  }
788
800
  deferAction(a) {
789
- if (this.tr != null) {
790
- this.tr.setTimeout(a, 0);
801
+ if (this.ul != null) {
802
+ this.ul.setTimeout(a, 0);
791
803
  }
792
804
  else {
793
805
  window.setTimeout(a, 0);
794
806
  }
795
807
  }
796
- t7(a) {
797
- this.on(a);
808
+ u1(a) {
809
+ this.pa(a);
798
810
  }
799
- ts() {
811
+ um() {
800
812
  let a = new ChartVisualData();
801
- let b = this.s2.fv();
802
- let c = this.s4.fv();
813
+ let b = this.tw.fv();
814
+ let c = this.ty.fv();
803
815
  a.axes.add1(b);
804
816
  a.axes.add1(c);
805
817
  for (let d = 0; d < this.series.count; d++) {
806
- let e = this.series._inner[d].hs();
818
+ let e = this.series._inner[d].hu();
807
819
  a.series.add1(e);
808
820
  }
809
821
  a.name = this.name;
810
- a.contentArea = RectData.b(this.su);
811
- a.centralArea = RectData.b(this.su);
812
- a.plotArea = RectData.b(this.su);
822
+ a.contentArea = RectData.b(this.to);
823
+ a.centralArea = RectData.b(this.to);
824
+ a.plotArea = RectData.b(this.to);
813
825
  return a;
814
826
  }
815
- sm(a, b, c) {
827
+ tg(a, b, c) {
816
828
  return a;
817
829
  }
818
- ub() {
830
+ u5() {
819
831
  }
820
- get ve() {
821
- return this.u0;
832
+ get v8() {
833
+ return this.vu;
822
834
  }
823
- set ve(a) {
824
- this.u0 = a;
835
+ set v8(a) {
836
+ this.vu = a;
825
837
  }
826
- ul(a) {
827
- this.ve = a;
828
- this.uk();
838
+ vf(a) {
839
+ this.v8 = a;
840
+ this.ve();
829
841
  }
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);
842
+ ve() {
843
+ if (this.uf && !this.v8.isEmpty) {
844
+ let a = this.getZoomFromGeographicRect(this.v8);
845
+ this.v8 = Rect.empty;
846
+ this.ph(a, false);
835
847
  }
836
848
  }
837
- get tl() {
838
- return !this.su.isEmpty && !this.sj.isEmpty;
849
+ get uf() {
850
+ return !this.to.isEmpty && !this.td.isEmpty;
839
851
  }
840
852
  }
841
853
  XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
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]]);
854
+ XamGeographicMap.t6 = 0;
855
+ XamGeographicMap.vt = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
856
+ XamGeographicMap.vw = new Rect(0, 0, 0, 1, 1);
857
+ XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'n8', ['BackgroundTilingMode:t3:vg', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:ub:vh', [0, false], 'ResizeBehavior:t7:vi', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.t6)], 'SuppressZoomResetOnWorldRectChange:uc:vj', [0, false], 'UseWorldRectForZoomBounds:ud:vk', [0, false], 'WindowScale:uj:vl', [1, NaN], 'WorldRect:v9:vm', [Rect.$, XamGeographicMap.vt], 'Zoomable:ue:vn', [0, true]]);
846
858
  return XamGeographicMap;
847
859
  })();
848
860
  /**
@@ -972,14 +984,14 @@ export let GeographicMapImagery = /*@__PURE__*/ (() => {
972
984
  return a;
973
985
  }
974
986
  let b = new Rect(0, 0, 0, a.width, a.height);
975
- let c = this.geographicMap.u8(b);
976
- let d = XamGeographicMap.uz;
977
- let e = this.geographicMap.u3;
987
+ let c = this.geographicMap.v2(b);
988
+ let d = XamGeographicMap.vt;
989
+ let e = this.geographicMap.vx;
978
990
  let f = Math.min(this.windowRect.height, this.windowRect.width);
979
991
  let g = e.width / d.width;
980
992
  this.ao.a5 = (b.width / c.width) * f * g;
981
- let h = this.geographicMap.s2;
982
- let i = this.geographicMap.s4;
993
+ let h = this.geographicMap.tw;
994
+ let i = this.geographicMap.ty;
983
995
  let j = new ScalerParams(1, this.windowRect, b, h.cg);
984
996
  j.c = c;
985
997
  let k = new ScalerParams(1, this.windowRect, b, i.cg);
@@ -1079,41 +1091,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1079
1091
  }
1080
1092
  b2() {
1081
1093
  super.b2();
1082
- let a = this.ce.p6;
1083
- a.q6 = this.ce.qi;
1084
- a.re = this.ce.qg;
1085
- a.trianglesSource = this.ce.qf;
1086
- a.qu = this.ce.ql;
1087
- a.qw = this.ce.qn;
1094
+ let a = this.ce.qa;
1095
+ a.ra = this.ce.qm;
1096
+ a.ri = this.ce.qk;
1097
+ a.trianglesSource = this.ce.qj;
1088
1098
  a.qy = this.ce.qp;
1099
+ a.q0 = this.ce.qr;
1100
+ a.q2 = this.ce.qt;
1089
1101
  }
1090
1102
  ch() {
1091
- let a = this.ce.p6;
1103
+ let a = this.ce.qa;
1092
1104
  if (this.ce.cd == null) {
1093
- a.p4 = null;
1094
- a.p5 = null;
1105
+ a.p8 = null;
1106
+ a.p9 = null;
1095
1107
  return;
1096
1108
  }
1097
- a.p4 = this.ce.cd.s2;
1098
- a.p5 = this.ce.cd.s4;
1109
+ a.p8 = this.ce.cd.tw;
1110
+ a.p9 = this.ce.cd.ty;
1099
1111
  }
1100
1112
  cg() {
1101
- this.ce.p6.q6 = this.ce.qi;
1113
+ this.ce.qa.ra = this.ce.qm;
1102
1114
  }
1103
1115
  cf() {
1104
- this.ce.p6.re = this.ce.qg;
1116
+ this.ce.qa.ri = this.ce.qk;
1105
1117
  }
1106
1118
  ci() {
1107
- this.ce.p6.trianglesSource = this.ce.qf;
1119
+ this.ce.qa.trianglesSource = this.ce.qj;
1108
1120
  }
1109
1121
  cj() {
1110
- this.ce.p6.qu = this.ce.ql;
1122
+ this.ce.qa.qy = this.ce.qp;
1111
1123
  }
1112
1124
  ck() {
1113
- this.ce.p6.qw = this.ce.qn;
1125
+ this.ce.qa.q0 = this.ce.qr;
1114
1126
  }
1115
1127
  cl() {
1116
- this.ce.p6.qy = this.ce.qp;
1128
+ this.ce.qa.q2 = this.ce.qt;
1117
1129
  }
1118
1130
  }
1119
1131
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1136,19 +1148,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1136
1148
  }
1137
1149
  b2() {
1138
1150
  super.b2();
1139
- if (this.cm.q0 != null) {
1140
- this.cm.q0.sd = this.cm.q4;
1141
- this.cm.q0.r1 = this.cm.qz;
1151
+ if (this.cm.q4 != null) {
1152
+ this.cm.q4.sh = this.cm.q8;
1153
+ this.cm.q4.r5 = this.cm.q3;
1142
1154
  }
1143
1155
  }
1144
1156
  cn() {
1145
- if (this.cm.q0 != null) {
1146
- this.cm.q0.sd = this.cm.q4;
1157
+ if (this.cm.q4 != null) {
1158
+ this.cm.q4.sh = this.cm.q8;
1147
1159
  }
1148
1160
  }
1149
1161
  co() {
1150
- if (this.cm.q0 != null) {
1151
- this.cm.q0.r1 = this.cm.qz;
1162
+ if (this.cm.q4 != null) {
1163
+ this.cm.q4.r5 = this.cm.q3;
1152
1164
  }
1153
1165
  }
1154
1166
  }
@@ -1170,15 +1182,15 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
1170
1182
  this.fp = NaN;
1171
1183
  this.fz = Rect.empty;
1172
1184
  this.fn = a;
1173
- this.fn.rf = 2;
1174
- this.fn.g6 = 5E-06;
1185
+ this.fn.r9 = 2;
1186
+ this.fn.hl = 5E-06;
1175
1187
  }
1176
1188
  m(a) {
1177
1189
  return 2;
1178
1190
  }
1179
1191
  bk(a) {
1180
1192
  this.j.bv(a);
1181
- this.fn.t7(a);
1193
+ this.fn.u1(a);
1182
1194
  this.el();
1183
1195
  }
1184
1196
  get_ap() {
@@ -1241,13 +1253,13 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
1241
1253
  }
1242
1254
  }
1243
1255
  fr(a) {
1244
- if (this.fn.s7 != null) {
1245
- this.fn.s7.windowRect = a;
1256
+ if (this.fn.t1 != null) {
1257
+ this.fn.t1.windowRect = a;
1246
1258
  }
1247
1259
  }
1248
1260
  fu(a, b) {
1249
- if (this.fn.s7 != null) {
1250
- this.fn.s7.windowRect = this.fn.sf;
1261
+ if (this.fn.t1 != null) {
1262
+ this.fn.t1.windowRect = this.fn.s9;
1251
1263
  }
1252
1264
  if (a != null) {
1253
1265
  let c = a.ao;
@@ -1274,7 +1286,7 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
1274
1286
  }
1275
1287
  }
1276
1288
  ft(a) {
1277
- let b = this.fn.f4;
1289
+ let b = this.fn.gc;
1278
1290
  if (b != 1) {
1279
1291
  a.z();
1280
1292
  a.aa(b, b);
@@ -1346,39 +1358,39 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1346
1358
  bx() {
1347
1359
  return new GeographicXYTriangulatingSeriesView(this);
1348
1360
  }
1349
- lz(a) {
1350
- super.lz(a);
1351
- this.qe = a;
1361
+ l2(a) {
1362
+ super.l2(a);
1363
+ this.qi = a;
1352
1364
  }
1353
- l4(a, b, c, d) {
1354
- super.l4(a, b, c, d);
1365
+ l7(a, b, c, d) {
1366
+ super.l7(a, b, c, d);
1355
1367
  switch (b) {
1356
1368
  case "SeriesViewer":
1357
- this.qe.ch();
1369
+ this.qi.ch();
1358
1370
  break;
1359
1371
  case GeographicXYTriangulatingSeries.$$p[1]:
1360
- this.qe.cg();
1372
+ this.qi.cg();
1361
1373
  break;
1362
1374
  case GeographicXYTriangulatingSeries.$$p[0]:
1363
- this.qe.cf();
1375
+ this.qi.cf();
1364
1376
  break;
1365
1377
  case GeographicXYTriangulatingSeries.$$p[2]:
1366
- this.qe.ci();
1378
+ this.qi.ci();
1367
1379
  break;
1368
1380
  case GeographicXYTriangulatingSeries.$$p[3]:
1369
- this.qe.cj();
1381
+ this.qi.cj();
1370
1382
  break;
1371
1383
  case GeographicXYTriangulatingSeries.$$p[4]:
1372
- this.qe.ck();
1384
+ this.qi.ck();
1373
1385
  break;
1374
1386
  case GeographicXYTriangulatingSeries.$$p[5]:
1375
- this.qe.cl();
1387
+ this.qi.cl();
1376
1388
  break;
1377
1389
  }
1378
1390
  }
1379
1391
  }
1380
1392
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1381
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qg:qr', [2, "pointY"], 'LongitudeMemberPath:qi:qs', [2, "pointX"], 'TrianglesSource:qf:qt', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:ql:qu', [2, "v1"], 'TriangleVertexMemberPath2:qn:qv', [2, "v2"], 'TriangleVertexMemberPath3:qp:qw', [2, "v3"]]);
1393
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qk:qv', [2, "pointY"], 'LongitudeMemberPath:qm:qw', [2, "pointX"], 'TrianglesSource:qj:qx', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:qp:qy', [2, "v1"], 'TriangleVertexMemberPath2:qr:qz', [2, "v2"], 'TriangleVertexMemberPath3:qt:q0', [2, "v3"]]);
1382
1394
  return GeographicXYTriangulatingSeries;
1383
1395
  })();
1384
1396
  /**
@@ -1388,56 +1400,56 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1388
1400
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
1389
1401
  constructor() {
1390
1402
  super();
1391
- this.qx = null;
1403
+ this.q1 = null;
1392
1404
  this.triangulationStatusChanged = null;
1393
1405
  this.ab = GeographicScatterAreaSeries.$;
1394
1406
  }
1395
1407
  get_dd() {
1396
1408
  return true;
1397
1409
  }
1398
- get qz() {
1399
- return this.qx;
1410
+ get q3() {
1411
+ return this.q1;
1400
1412
  }
1401
- set qz(a) {
1402
- let b = this.qx != a;
1413
+ set q3(a) {
1414
+ let b = this.q1 != a;
1403
1415
  if (b) {
1404
- let c = this.qx;
1405
- if (this.qx != null) {
1406
- let d = this.qx;
1407
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q7));
1416
+ let c = this.q1;
1417
+ if (this.q1 != null) {
1418
+ let d = this.q1;
1419
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.rb));
1408
1420
  }
1409
- this.qx = a;
1410
- if (this.qx != null) {
1411
- let e = this.qx;
1412
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q7));
1421
+ this.q1 = a;
1422
+ if (this.q1 != null) {
1423
+ let e = this.q1;
1424
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.rb));
1413
1425
  }
1414
- this.raisePropertyChanged("ColorScale", c, this.qx);
1415
- if (this.q0 != null) {
1416
- this.q0.r1 = a;
1426
+ this.raisePropertyChanged("ColorScale", c, this.q1);
1427
+ if (this.q4 != null) {
1428
+ this.q4.r5 = a;
1417
1429
  }
1418
1430
  }
1419
1431
  }
1420
- q7(a, b) {
1421
- this.q2.co();
1422
- this.q9();
1423
- this.mi(false);
1432
+ rb(a, b) {
1433
+ this.q6.co();
1434
+ this.rd();
1435
+ this.ml(false);
1424
1436
  }
1425
- q9() {
1426
- if (this.q0 != null) {
1427
- this.qy = this.q0.r0;
1437
+ rd() {
1438
+ if (this.q4 != null) {
1439
+ this.q2 = this.q4.r4;
1428
1440
  }
1429
1441
  }
1430
- mw() {
1431
- super.mw();
1432
- this.q9();
1442
+ mz() {
1443
+ super.mz();
1444
+ this.rd();
1433
1445
  }
1434
- p5() {
1435
- this.q0 = new ScatterAreaSeries();
1436
- let a = this.q0;
1437
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
1438
- return this.q0;
1446
+ p9() {
1447
+ this.q4 = new ScatterAreaSeries();
1448
+ let a = this.q4;
1449
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.rc));
1450
+ return this.q4;
1439
1451
  }
1440
- q8(a, b) {
1452
+ rc(a, b) {
1441
1453
  if (this.triangulationStatusChanged != null) {
1442
1454
  this.triangulationStatusChanged(this, b);
1443
1455
  }
@@ -1445,30 +1457,30 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1445
1457
  bx() {
1446
1458
  return new GeographicScatterAreaSeriesView(this);
1447
1459
  }
1448
- lz(a) {
1449
- super.lz(a);
1450
- this.q2 = a;
1460
+ l2(a) {
1461
+ super.l2(a);
1462
+ this.q6 = a;
1451
1463
  }
1452
- l4(a, b, c, d) {
1453
- super.l4(a, b, c, d);
1464
+ l7(a, b, c, d) {
1465
+ super.l7(a, b, c, d);
1454
1466
  switch (b) {
1455
1467
  case GeographicScatterAreaSeries.$$p[1]:
1456
- this.q2.cn();
1468
+ this.q6.cn();
1457
1469
  break;
1458
1470
  case "ColorScale":
1459
- this.q2.co();
1460
- this.q9();
1471
+ this.q6.co();
1472
+ this.rd();
1461
1473
  break;
1462
1474
  }
1463
1475
  }
1464
- get_e3() {
1476
+ get_e5() {
1465
1477
  return true;
1466
1478
  }
1467
- set_e3(a) {
1468
- super.set_e3(a);
1479
+ set_e5(a) {
1480
+ super.set_e5(a);
1469
1481
  }
1470
1482
  }
1471
1483
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1472
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qy:ra', [ColorScale.$, null], 'ColorMemberPath:q4:rb', [2, "value"]]);
1484
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:q2:re', [ColorScale.$, null], 'ColorMemberPath:q8:rf', [2, "value"]]);
1473
1485
  return GeographicScatterAreaSeries;
1474
1486
  })();