igniteui-angular-maps 21.0.0 → 21.0.1
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 +1415 -1415
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +456 -456
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +449 -449
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1429 -1429
- package/fesm5/igniteui-angular-maps.js +1415 -1415
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +102 -102
- package/package.json +2 -2
|
@@ -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.z7 = null;
|
|
47
|
+
this.zw = false;
|
|
48
|
+
this.zo = 1;
|
|
49
|
+
this.z3 = 0;
|
|
50
|
+
this.abe = null;
|
|
51
|
+
this.zl = null;
|
|
52
|
+
this.zh = null;
|
|
53
|
+
this.zj = null;
|
|
54
|
+
this.zn = null;
|
|
55
|
+
this.aba = { $type: Point_$type, x: NaN, y: NaN };
|
|
56
|
+
this.abh = null;
|
|
57
|
+
this.z2 = 1;
|
|
58
58
|
this.imageTilesReady = null;
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
59
|
+
this.zv = null;
|
|
60
|
+
this.abg = Rect.empty;
|
|
61
|
+
this.z3 = SphericalMercatorVerticalScaler.am(XamGeographicMap.abf.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.abf.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.dk = true;
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
70
|
+
this.zi = a;
|
|
71
|
+
this.zi.tf = new SphericalMercatorHorizontalScaler();
|
|
72
72
|
let b = ((() => {
|
|
73
73
|
let $ret = new NumericYAxis();
|
|
74
74
|
$ret.b7 = this;
|
|
75
75
|
return $ret;
|
|
76
76
|
})());
|
|
77
77
|
b.dk = true;
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
78
|
+
this.zk = b;
|
|
79
|
+
this.zk.tf = new SphericalMercatorVerticalScaler();
|
|
80
|
+
this.aap();
|
|
81
|
+
this.aaw();
|
|
82
|
+
this.pp();
|
|
83
83
|
}
|
|
84
84
|
provideContainer(a) {
|
|
85
85
|
super.provideContainer(a);
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
86
|
+
this.zi.provideRenderer(a);
|
|
87
|
+
this.zk.provideRenderer(a);
|
|
88
88
|
}
|
|
89
|
-
|
|
90
|
-
super.
|
|
91
|
-
this.
|
|
92
|
-
}
|
|
93
|
-
gg() {
|
|
94
|
-
return this.zz;
|
|
89
|
+
pp() {
|
|
90
|
+
super.pp();
|
|
91
|
+
this.zu.fy(this.ik);
|
|
95
92
|
}
|
|
96
93
|
gh() {
|
|
97
|
-
return this.
|
|
94
|
+
return this.z0;
|
|
95
|
+
}
|
|
96
|
+
gi() {
|
|
97
|
+
return this.z0;
|
|
98
98
|
}
|
|
99
|
-
|
|
100
|
-
if (this.
|
|
101
|
-
if (this.
|
|
99
|
+
zr() {
|
|
100
|
+
if (this.zp == 0) {
|
|
101
|
+
if (this.zw) {
|
|
102
102
|
return 2;
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
return 1;
|
|
106
106
|
}
|
|
107
|
-
get
|
|
108
|
-
return this.
|
|
107
|
+
get zq() {
|
|
108
|
+
return this.zo;
|
|
109
109
|
}
|
|
110
|
-
set
|
|
111
|
-
this.
|
|
110
|
+
set zq(a) {
|
|
111
|
+
this.zo = a;
|
|
112
112
|
}
|
|
113
|
-
get
|
|
114
|
-
return this.
|
|
113
|
+
get abj() {
|
|
114
|
+
return this.abe;
|
|
115
115
|
}
|
|
116
|
-
set
|
|
117
|
-
let b = Rect.l_op_Inequality(this.
|
|
116
|
+
set abj(a) {
|
|
117
|
+
let b = Rect.l_op_Inequality(this.abe, a);
|
|
118
118
|
if (b) {
|
|
119
|
-
let c = this.
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
119
|
+
let c = this.abe;
|
|
120
|
+
this.abe = a;
|
|
121
|
+
this.ss("ActualWorldRect", c, a);
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
return this.
|
|
124
|
+
abn() {
|
|
125
|
+
return this.abj;
|
|
126
126
|
}
|
|
127
|
-
|
|
128
|
-
if (this.
|
|
127
|
+
aap() {
|
|
128
|
+
if (this.abv.isEmpty) {
|
|
129
129
|
return;
|
|
130
130
|
}
|
|
131
|
-
this.
|
|
131
|
+
this.abj = this.abt(this.abv, this.db == 1);
|
|
132
132
|
}
|
|
133
|
-
|
|
133
|
+
abt(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.abf.width;
|
|
142
|
+
let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.abf.top);
|
|
143
143
|
let l = i / j;
|
|
144
|
-
if (i / j > this.
|
|
145
|
-
let m = i / this.
|
|
144
|
+
if (i / j > this.z3) {
|
|
145
|
+
let m = i / this.z3;
|
|
146
146
|
let n = m - j;
|
|
147
|
-
d = d - (n / 2) * XamGeographicMap.
|
|
148
|
-
e = m * XamGeographicMap.
|
|
147
|
+
d = d - (n / 2) * XamGeographicMap.abf.width;
|
|
148
|
+
e = m * XamGeographicMap.abf.width;
|
|
149
149
|
if (b) {
|
|
150
|
-
if (d < XamGeographicMap.
|
|
151
|
-
d += (XamGeographicMap.
|
|
150
|
+
if (d < XamGeographicMap.abf.left) {
|
|
151
|
+
d += (XamGeographicMap.abf.left - d);
|
|
152
152
|
}
|
|
153
|
-
else if ((d + e) > XamGeographicMap.
|
|
154
|
-
d -= ((d + e) - XamGeographicMap.
|
|
153
|
+
else if ((d + e) > XamGeographicMap.abf.right) {
|
|
154
|
+
d -= ((d + e) - XamGeographicMap.abf.right);
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
-
else if (i / j < this.
|
|
159
|
-
let o = this.
|
|
158
|
+
else if (i / j < this.z3) {
|
|
159
|
+
let o = this.z3 * 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.z3)) {
|
|
169
|
+
q -= ((r) - (k + this.z3));
|
|
170
|
+
r -= ((r) - (k + this.z3));
|
|
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.zl;
|
|
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.zl = a;
|
|
187
|
+
this.ss("BackgroundContent", c, a);
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
get
|
|
191
|
-
return this.
|
|
190
|
+
get zi() {
|
|
191
|
+
return this.zh;
|
|
192
192
|
}
|
|
193
|
-
set
|
|
194
|
-
let b = a != this.
|
|
193
|
+
set zi(a) {
|
|
194
|
+
let b = a != this.zi;
|
|
195
195
|
if (b) {
|
|
196
|
-
let c = this.
|
|
197
|
-
this.
|
|
198
|
-
this.
|
|
196
|
+
let c = this.zi;
|
|
197
|
+
this.zh = a;
|
|
198
|
+
this.ss("XAxis", c, a);
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
|
-
get
|
|
202
|
-
return this.
|
|
201
|
+
get zk() {
|
|
202
|
+
return this.zj;
|
|
203
203
|
}
|
|
204
|
-
set
|
|
205
|
-
let b = a != this.
|
|
204
|
+
set zk(a) {
|
|
205
|
+
let b = a != this.zk;
|
|
206
206
|
if (b) {
|
|
207
|
-
let c = this.
|
|
208
|
-
this.
|
|
209
|
-
this.
|
|
207
|
+
let c = this.zk;
|
|
208
|
+
this.zj = a;
|
|
209
|
+
this.ss("YAxis", c, a);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
getZoomRectFromGeoRect(a) {
|
|
213
213
|
return this.getZoomFromGeographicRect(a);
|
|
214
214
|
}
|
|
215
|
-
|
|
216
|
-
this.
|
|
215
|
+
aaz(a) {
|
|
216
|
+
this.zb = a;
|
|
217
217
|
}
|
|
218
|
-
|
|
219
|
-
this.
|
|
218
|
+
aay(a) {
|
|
219
|
+
this.abv = a;
|
|
220
220
|
}
|
|
221
221
|
getZoomFromGeographicRect(a) {
|
|
222
|
-
return this.
|
|
222
|
+
return this.abl(a, true, 0);
|
|
223
223
|
}
|
|
224
|
-
|
|
225
|
-
return this.
|
|
224
|
+
abk(a, b) {
|
|
225
|
+
return this.abl(a, false, b);
|
|
226
226
|
}
|
|
227
|
-
|
|
227
|
+
abl(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.abt(a, false);
|
|
231
|
+
}
|
|
232
|
+
let e = this.zi;
|
|
233
|
+
let f = this.zk;
|
|
234
|
+
let g = new ScalerParams(1, XamGeographicMap.abi, this.za, e.dn);
|
|
235
|
+
g.c = this.yw;
|
|
236
|
+
let h = new ScalerParams(1, XamGeographicMap.abi, this.za, f.dn);
|
|
237
|
+
h.c = this.yw;
|
|
238
|
+
let i = this.zi.f7(d.left, g);
|
|
239
|
+
let j = this.zi.f7(d.right, g);
|
|
240
|
+
let k = this.zk.f7(d.top, h);
|
|
241
|
+
let l = this.zk.f7(d.bottom, h);
|
|
242
|
+
let m = (i - c) / this.za.width;
|
|
243
|
+
let n = (l - c) / this.za.height;
|
|
244
|
+
let o = (j - i + (c * 2)) / this.za.width;
|
|
245
|
+
let p = (k - l + (c * 2)) / this.za.height;
|
|
246
246
|
let q = new Rect(0, m, n, o, p);
|
|
247
|
-
q.intersect(XamGeographicMap.
|
|
247
|
+
q.intersect(XamGeographicMap.abi);
|
|
248
248
|
if (q.isEmpty) {
|
|
249
|
-
q = XamGeographicMap.
|
|
249
|
+
q = XamGeographicMap.abi;
|
|
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.abi;
|
|
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
|
+
abp(a) {
|
|
267
|
+
let b = this.zi;
|
|
268
|
+
let c = this.zk;
|
|
269
|
+
let d = new ScalerParams(1, a, this.za, b.dn);
|
|
270
|
+
d.c = this.yw;
|
|
271
|
+
let e = new ScalerParams(1, a, this.za, c.dn);
|
|
272
|
+
e.c = this.yw;
|
|
273
|
+
let f = this.yv;
|
|
274
|
+
let g = b.ga(f.left, d);
|
|
275
|
+
let h = c.ga(f.top, e);
|
|
276
|
+
let i = b.ga(f.right, d);
|
|
277
|
+
let j = c.ga(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
281
|
if (this.db == 1) {
|
|
282
|
-
m.intersect(XamGeographicMap.
|
|
282
|
+
m.intersect(XamGeographicMap.abf);
|
|
283
283
|
if (m.isEmpty) {
|
|
284
|
-
m = XamGeographicMap.
|
|
284
|
+
m = XamGeographicMap.abf;
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
return m;
|
|
288
288
|
}
|
|
289
|
-
aba(a) {
|
|
290
|
-
let b = this.zh.rc(a.x);
|
|
291
|
-
let c = this.zj.rc(a.y);
|
|
292
|
-
return { $type: Point_$type, x: b, y: c };
|
|
293
|
-
}
|
|
294
289
|
abb(a) {
|
|
295
|
-
let b = this.
|
|
296
|
-
let c = this.
|
|
290
|
+
let b = this.zi.re(a.x);
|
|
291
|
+
let c = this.zk.re(a.y);
|
|
297
292
|
return { $type: Point_$type, x: b, y: c };
|
|
298
293
|
}
|
|
299
294
|
abc(a) {
|
|
300
|
-
|
|
295
|
+
let b = this.zi.gv(a.x);
|
|
296
|
+
let c = this.zk.gv(a.y);
|
|
297
|
+
return { $type: Point_$type, x: b, y: c };
|
|
301
298
|
}
|
|
302
|
-
|
|
299
|
+
abd(a) {
|
|
300
|
+
return this.abc(a);
|
|
301
|
+
}
|
|
302
|
+
aam() {
|
|
303
303
|
let a = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
304
304
|
if (a != null) {
|
|
305
305
|
a.clearTileCache();
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
|
-
|
|
308
|
+
aas(a) {
|
|
309
309
|
}
|
|
310
|
-
|
|
310
|
+
hd() {
|
|
311
311
|
return true;
|
|
312
312
|
}
|
|
313
|
-
|
|
314
|
-
this.
|
|
313
|
+
aau() {
|
|
314
|
+
this.zu.eh();
|
|
315
315
|
for (let a of fromEnum(this.b9)) {
|
|
316
|
-
a.
|
|
316
|
+
a.sv();
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
|
-
|
|
320
|
-
if (this.
|
|
321
|
-
if (!this.
|
|
322
|
-
let a = this.
|
|
323
|
-
let b = this.
|
|
324
|
-
this.
|
|
319
|
+
aax() {
|
|
320
|
+
if (this.zt == 2) {
|
|
321
|
+
if (!this.za.isEmpty && this.za.width > 0 && this.za.height > 0) {
|
|
322
|
+
let a = this.zi.re(this.za.left + (this.za.width / 2));
|
|
323
|
+
let b = this.zk.re(this.za.top + (this.za.height / 2));
|
|
324
|
+
this.aba = { $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.za.isEmpty && this.za.width > 0 && this.za.height > 0) {
|
|
329
|
+
let c = this.zi.re(this.za.left);
|
|
330
|
+
let d = this.zk.re(this.za.top);
|
|
331
|
+
this.aba = { $type: Point_$type, x: c, y: d };
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
|
-
|
|
336
|
-
if (isNaN_(this.
|
|
337
|
-
this.
|
|
335
|
+
aat() {
|
|
336
|
+
if (isNaN_(this.aba.x) || isNaN_(this.aba.y)) {
|
|
337
|
+
this.aax();
|
|
338
338
|
}
|
|
339
|
-
let a = this.
|
|
340
|
-
let b = this.
|
|
339
|
+
let a = this.aba.x;
|
|
340
|
+
let b = this.aba.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.ys.left;
|
|
343
|
+
let d = this.ys.top;
|
|
344
|
+
let e = this.ys.width;
|
|
345
|
+
let f = this.ys.height;
|
|
346
|
+
if (e > this.abh.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.abi, this.za, this.zi.dn);
|
|
350
|
+
g.c = this.yw;
|
|
351
|
+
let h = this.zi.f7(a, g);
|
|
352
|
+
if (this.zt == 2) {
|
|
353
|
+
let i = h / this.za.width;
|
|
354
354
|
c = i - (e / 2);
|
|
355
355
|
}
|
|
356
356
|
else {
|
|
357
|
-
c = h / this.
|
|
357
|
+
c = h / this.za.width;
|
|
358
358
|
}
|
|
359
|
-
if (c + e > this.
|
|
360
|
-
c = this.
|
|
359
|
+
if (c + e > this.abh.right) {
|
|
360
|
+
c = this.abh.right - e;
|
|
361
361
|
}
|
|
362
|
-
else if (c < this.
|
|
363
|
-
c = this.
|
|
362
|
+
else if (c < this.abh.left) {
|
|
363
|
+
c = this.abh.left;
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
|
-
if (f > this.
|
|
366
|
+
if (f > this.abh.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.abi, this.za, this.zk.dn);
|
|
370
|
+
j.c = this.yw;
|
|
371
|
+
let k = this.zk.f7(b, j);
|
|
372
|
+
if (this.zt == 2) {
|
|
373
|
+
let l = k / this.za.height;
|
|
374
374
|
d = l - (f / 2);
|
|
375
375
|
}
|
|
376
376
|
else {
|
|
377
|
-
d = k / this.
|
|
377
|
+
d = k / this.za.height;
|
|
378
378
|
}
|
|
379
|
-
if (d + f > this.
|
|
380
|
-
d = this.
|
|
379
|
+
if (d + f > this.abh.bottom) {
|
|
380
|
+
d = this.abh.bottom - f;
|
|
381
381
|
}
|
|
382
|
-
else if (d < this.
|
|
383
|
-
d = this.
|
|
382
|
+
else if (d < this.abh.top) {
|
|
383
|
+
d = this.abh.top;
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
|
-
this.
|
|
386
|
+
this.ue(new Rect(0, c, d, e, f), false);
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
|
-
|
|
389
|
+
get_f7() {
|
|
390
390
|
return true;
|
|
391
391
|
}
|
|
392
|
-
|
|
393
|
-
let a = super.
|
|
394
|
-
if (this.
|
|
392
|
+
yt() {
|
|
393
|
+
let a = super.yt();
|
|
394
|
+
if (this.zi == null || this.zk == null) {
|
|
395
395
|
return a;
|
|
396
396
|
}
|
|
397
|
-
this.
|
|
397
|
+
this.y4();
|
|
398
398
|
let b = a.left;
|
|
399
399
|
let c = a.top;
|
|
400
400
|
if (this.db == 1) {
|
|
401
|
-
if (this.
|
|
402
|
-
b = 0.5 - (this.
|
|
401
|
+
if (this.zb.width > this.abh.width) {
|
|
402
|
+
b = 0.5 - (this.zb.width / 2);
|
|
403
403
|
}
|
|
404
|
-
else if (b + a.width > this.
|
|
405
|
-
b = this.
|
|
404
|
+
else if (b + a.width > this.abh.right) {
|
|
405
|
+
b = this.abh.right - this.zb.width;
|
|
406
406
|
}
|
|
407
|
-
else if (b < this.
|
|
408
|
-
b = this.
|
|
407
|
+
else if (b < this.abh.left) {
|
|
408
|
+
b = this.abh.left;
|
|
409
409
|
}
|
|
410
|
-
if (this.
|
|
411
|
-
c = 0.5 - (this.
|
|
410
|
+
if (this.zb.height > this.abh.height) {
|
|
411
|
+
c = 0.5 - (this.zb.height / 2);
|
|
412
412
|
}
|
|
413
|
-
else if (c + this.
|
|
414
|
-
c = this.
|
|
413
|
+
else if (c + this.zb.height > this.abh.bottom) {
|
|
414
|
+
c = this.abh.bottom - this.zb.height;
|
|
415
415
|
}
|
|
416
|
-
else if (c < this.
|
|
417
|
-
c = this.
|
|
416
|
+
else if (c < this.abh.top) {
|
|
417
|
+
c = this.abh.top;
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
let d = false;
|
|
421
|
-
if (!this.
|
|
421
|
+
if (!this.zz && this.db == 2 && this.zw) {
|
|
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.abh.right) > 0 && ((a.right - this.abh.right) / a.width) > 0.8) {
|
|
429
|
+
b = this.abh.left - (a.width - (a.right - this.abh.right));
|
|
430
430
|
d = true;
|
|
431
431
|
}
|
|
432
|
-
else if (a.left < this.
|
|
433
|
-
b = this.
|
|
432
|
+
else if (a.left < this.abh.left && (Math.abs(a.left - this.abh.left) / a.width) > 0.8) {
|
|
433
|
+
b = this.abh.right - (Math.abs(a.left - this.abh.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.zz) {
|
|
439
|
+
let f = this.abk(this.abv, 1);
|
|
440
|
+
f = this.abm(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.fq = true;
|
|
476
|
+
this.zb = e;
|
|
477
|
+
this.fq = false;
|
|
478
478
|
}
|
|
479
479
|
return e;
|
|
480
480
|
}
|
|
481
|
-
|
|
481
|
+
ok(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.y4();
|
|
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.zh.f7(-180, b);
|
|
503
|
+
let j = this.zh.f7(180, b);
|
|
504
504
|
e = j - i;
|
|
505
505
|
}
|
|
506
506
|
else {
|
|
507
|
-
let k = this.
|
|
508
|
-
let l = this.
|
|
507
|
+
let k = this.zh.f7(-180, b);
|
|
508
|
+
let l = this.zh.f7(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
|
+
y4() {
|
|
515
|
+
let a = new ScalerParams(1, XamGeographicMap.abi, this.za, this.zi.dn);
|
|
516
|
+
a.c = this.yw;
|
|
517
|
+
let b = new ScalerParams(1, XamGeographicMap.abi, this.za, this.zk.dn);
|
|
518
|
+
b.c = this.yw;
|
|
519
|
+
let c = this.zi.f7(XamGeographicMap.abf.left, a);
|
|
520
|
+
let d = this.zi.f7(XamGeographicMap.abf.right, a);
|
|
521
|
+
let e = this.zk.f7(XamGeographicMap.abf.top, b);
|
|
522
|
+
let f = this.zk.f7(XamGeographicMap.abf.bottom, b);
|
|
523
|
+
this.abh = new Rect(0, c / this.za.width, f / this.za.height, (d - c) / this.za.width, (e - f) / this.za.height);
|
|
524
|
+
return this.abh;
|
|
525
|
+
}
|
|
526
|
+
abm(a) {
|
|
527
|
+
let b = this.ip;
|
|
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
532
|
let g = MathUtil.e(a.width, b, 1);
|
|
533
533
|
let h = MathUtil.e(a.height, b, 1);
|
|
534
|
-
let i = this.
|
|
534
|
+
let i = this.za;
|
|
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
|
+
yu(a) {
|
|
574
|
+
super.yu(this.za);
|
|
575
575
|
if (a.isEmpty) {
|
|
576
576
|
return Rect.empty;
|
|
577
577
|
}
|
|
@@ -586,275 +586,275 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
586
586
|
}
|
|
587
587
|
return b;
|
|
588
588
|
}
|
|
589
|
-
|
|
590
|
-
return this.
|
|
589
|
+
abo(a) {
|
|
590
|
+
return this.yu(a);
|
|
591
591
|
}
|
|
592
592
|
dv() {
|
|
593
593
|
return new XamGeographicMapView(this);
|
|
594
594
|
}
|
|
595
|
-
|
|
595
|
+
aao(a) {
|
|
596
596
|
if (a != null) {
|
|
597
597
|
a.b7 = this;
|
|
598
598
|
}
|
|
599
599
|
}
|
|
600
|
-
|
|
601
|
-
super.
|
|
602
|
-
this.
|
|
600
|
+
rx(a) {
|
|
601
|
+
super.rx(a);
|
|
602
|
+
this.zu = a;
|
|
603
603
|
}
|
|
604
|
-
|
|
605
|
-
super.
|
|
606
|
-
this.
|
|
607
|
-
this.
|
|
604
|
+
r8(a, b) {
|
|
605
|
+
super.r8(a, b);
|
|
606
|
+
this.t0(this.zi);
|
|
607
|
+
this.t0(this.zk);
|
|
608
608
|
if (Rect.l_op_Inequality(a, b)) {
|
|
609
|
-
this.
|
|
609
|
+
this.aat();
|
|
610
610
|
}
|
|
611
|
-
if (this.
|
|
612
|
-
this.
|
|
611
|
+
if (this.zz) {
|
|
612
|
+
this.ys = this.yt();
|
|
613
613
|
}
|
|
614
|
-
this.
|
|
615
|
-
}
|
|
616
|
-
get z3() {
|
|
617
|
-
return this.z1;
|
|
614
|
+
this.aa0();
|
|
618
615
|
}
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
this.z1 = a;
|
|
622
|
-
this.sr("ActualWindowScale", b, this.z1);
|
|
616
|
+
get z4() {
|
|
617
|
+
return this.z2;
|
|
623
618
|
}
|
|
624
|
-
|
|
625
|
-
|
|
619
|
+
set z4(a) {
|
|
620
|
+
let b = this.z2;
|
|
621
|
+
this.z2 = a;
|
|
622
|
+
this.ss("ActualWindowScale", b, this.z2);
|
|
626
623
|
}
|
|
627
624
|
iv() {
|
|
628
|
-
return this.
|
|
625
|
+
return this.z4;
|
|
629
626
|
}
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
let a = Math.min(this.yr.width, this.yr.height);
|
|
633
|
-
this.z3 = a;
|
|
627
|
+
iw() {
|
|
628
|
+
return this.z4;
|
|
634
629
|
}
|
|
635
|
-
|
|
636
|
-
|
|
630
|
+
tz() {
|
|
631
|
+
super.tz();
|
|
632
|
+
let a = Math.min(this.ys.width, this.ys.height);
|
|
633
|
+
this.z4 = a;
|
|
634
|
+
}
|
|
635
|
+
g1() {
|
|
636
|
+
return this.zw;
|
|
637
637
|
}
|
|
638
638
|
dc() {
|
|
639
639
|
if (this.dd == 0) {
|
|
640
|
-
if (this.
|
|
640
|
+
if (this.zx) {
|
|
641
641
|
return 2;
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
return this.dd;
|
|
645
645
|
}
|
|
646
|
-
|
|
647
|
-
super.
|
|
646
|
+
r9(a, b, c, d) {
|
|
647
|
+
super.r9(a, b, c, d);
|
|
648
648
|
switch (b) {
|
|
649
649
|
case "ZoomCoercionMode":
|
|
650
|
-
this.
|
|
650
|
+
this.aap();
|
|
651
651
|
break;
|
|
652
652
|
case "WindowRect":
|
|
653
|
-
this.
|
|
653
|
+
this.aax();
|
|
654
654
|
break;
|
|
655
655
|
case XamGeographicMap.$$p[0]:
|
|
656
|
-
this.
|
|
657
|
-
if (this.
|
|
658
|
-
this.
|
|
656
|
+
this.zq = this.zr();
|
|
657
|
+
if (this.zn != null) {
|
|
658
|
+
this.zn.isHorizontalWrappingEnabled = this.zq == 2;
|
|
659
659
|
}
|
|
660
660
|
break;
|
|
661
661
|
case XamGeographicMap.$$p[1]:
|
|
662
|
-
this.
|
|
663
|
-
this.
|
|
662
|
+
this.zw = this.zx;
|
|
663
|
+
this.zq = this.zr();
|
|
664
664
|
this.db = this.dc();
|
|
665
|
-
if (this.
|
|
666
|
-
this.
|
|
665
|
+
if (this.zn != null) {
|
|
666
|
+
this.zn.isHorizontalWrappingEnabled = this.zq == 2;
|
|
667
667
|
}
|
|
668
668
|
break;
|
|
669
669
|
case XamGeographicMap.$$p[4]:
|
|
670
|
-
this.
|
|
670
|
+
this.ys = this.yt();
|
|
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.zn != null) {
|
|
674
|
+
let e = this.zn;
|
|
675
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aaq));
|
|
676
|
+
this.zn.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.zn = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
679
|
+
if (this.zn != null) {
|
|
680
|
+
let f = this.zn;
|
|
681
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aaq));
|
|
682
|
+
this.zn.deferralHandler = this;
|
|
683
|
+
this.zn.isHorizontalWrappingEnabled = this.zq == 2;
|
|
684
684
|
}
|
|
685
|
-
this.
|
|
686
|
-
if (this.
|
|
687
|
-
this.
|
|
688
|
-
this.
|
|
689
|
-
this.
|
|
685
|
+
this.zu.fx(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
|
|
686
|
+
if (this.zn != null) {
|
|
687
|
+
this.zn.geographicMap = this;
|
|
688
|
+
this.zu.fu(this.ys);
|
|
689
|
+
this.zu.fy(this.ik);
|
|
690
690
|
}
|
|
691
691
|
break;
|
|
692
692
|
case "YAxis":
|
|
693
693
|
case "XAxis":
|
|
694
|
-
this.
|
|
695
|
-
this.
|
|
694
|
+
this.aav(c);
|
|
695
|
+
this.aao(d);
|
|
696
696
|
break;
|
|
697
697
|
case XamGeographicMap.$$p[6]:
|
|
698
|
-
if (!this.
|
|
699
|
-
this.
|
|
698
|
+
if (!this.zy) {
|
|
699
|
+
this.zb = XamGeographicMap.abi;
|
|
700
700
|
}
|
|
701
|
-
this.
|
|
702
|
-
this.aav();
|
|
701
|
+
this.aap();
|
|
703
702
|
this.aaw();
|
|
704
|
-
this.
|
|
705
|
-
this.
|
|
703
|
+
this.aax();
|
|
704
|
+
this.ys = this.yt();
|
|
705
|
+
this.zu.fv();
|
|
706
706
|
break;
|
|
707
707
|
case "ActualWindowRect":
|
|
708
|
-
this.
|
|
708
|
+
this.zu.fu(this.ys);
|
|
709
709
|
break;
|
|
710
710
|
case "ActualWorldRect":
|
|
711
711
|
for (let g of fromEnum(this.b9)) {
|
|
712
|
-
g.
|
|
712
|
+
g.r9(false);
|
|
713
713
|
}
|
|
714
714
|
break;
|
|
715
715
|
case XamGeographicMap.$$p[5]:
|
|
716
|
-
this.
|
|
716
|
+
this.z4 = this.z5;
|
|
717
717
|
break;
|
|
718
718
|
case "ActualWindowScale":
|
|
719
|
-
if (!this.
|
|
720
|
-
this.
|
|
719
|
+
if (!this.g9) {
|
|
720
|
+
this.ub(this.iv(), this.iw());
|
|
721
721
|
}
|
|
722
722
|
break;
|
|
723
723
|
case "ActualPixelScalingRatio":
|
|
724
|
-
this.
|
|
724
|
+
this.zu.fy(this.ik);
|
|
725
725
|
break;
|
|
726
726
|
case "WindowRectMinWidth":
|
|
727
727
|
case "WindowRectMinHeight":
|
|
728
728
|
let h = d;
|
|
729
729
|
if (isNaN_(h) || isInfinity(h)) {
|
|
730
|
+
this.ip = 5E-06;
|
|
730
731
|
this.io = 5E-06;
|
|
731
|
-
this.im = 5E-06;
|
|
732
732
|
}
|
|
733
733
|
else {
|
|
734
|
+
this.ip = h;
|
|
734
735
|
this.io = h;
|
|
735
|
-
this.im = h;
|
|
736
736
|
}
|
|
737
737
|
break;
|
|
738
738
|
case XamGeographicMap.$$p[7]:
|
|
739
|
-
this.
|
|
739
|
+
this.t6();
|
|
740
740
|
break;
|
|
741
741
|
case "MarkerAutomaticBehavior":
|
|
742
742
|
for (let i of fromEnum(this.b9)) {
|
|
743
|
-
i.
|
|
743
|
+
i.qw();
|
|
744
744
|
}
|
|
745
745
|
break;
|
|
746
746
|
}
|
|
747
747
|
}
|
|
748
|
-
|
|
748
|
+
aaq(a, b) {
|
|
749
749
|
if (this.imageTilesReady != null) {
|
|
750
750
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
751
751
|
}
|
|
752
752
|
}
|
|
753
|
-
|
|
753
|
+
aav(a) {
|
|
754
754
|
if (a != null) {
|
|
755
755
|
a.b7 = null;
|
|
756
756
|
}
|
|
757
757
|
}
|
|
758
|
-
|
|
759
|
-
if (this.
|
|
760
|
-
this.
|
|
761
|
-
this.
|
|
758
|
+
aaw() {
|
|
759
|
+
if (this.zi != null) {
|
|
760
|
+
this.zi.rb = this.abj.left;
|
|
761
|
+
this.zi.ra = this.abj.right;
|
|
762
762
|
}
|
|
763
|
-
if (this.
|
|
764
|
-
this.
|
|
765
|
-
this.
|
|
763
|
+
if (this.zk != null) {
|
|
764
|
+
this.zk.rb = this.abj.top;
|
|
765
|
+
this.zk.ra = this.abj.bottom;
|
|
766
766
|
}
|
|
767
|
-
this.
|
|
768
|
-
this.
|
|
767
|
+
this.zi.ef(true);
|
|
768
|
+
this.zk.ef(true);
|
|
769
769
|
}
|
|
770
770
|
getFontInfo() {
|
|
771
|
-
this.
|
|
772
|
-
return this.
|
|
771
|
+
this.zv = this.zu.fr;
|
|
772
|
+
return this.zv;
|
|
773
773
|
}
|
|
774
|
-
|
|
775
|
-
return this.
|
|
774
|
+
xw() {
|
|
775
|
+
return this.zu.fz;
|
|
776
776
|
}
|
|
777
777
|
getFontBrush() {
|
|
778
|
-
return this.
|
|
778
|
+
return this.zu.f0;
|
|
779
779
|
}
|
|
780
|
-
|
|
780
|
+
tl(a, b) {
|
|
781
781
|
if (typeCast(ItfConverter.$, b) !== null) {
|
|
782
782
|
let c = b;
|
|
783
783
|
let d = a;
|
|
784
784
|
d.itemsSource = c.triangulationSource.points;
|
|
785
|
-
d.
|
|
785
|
+
d.xv = c.triangulationSource.triangles;
|
|
786
786
|
}
|
|
787
787
|
else {
|
|
788
|
-
super.
|
|
788
|
+
super.tl(a, b);
|
|
789
789
|
}
|
|
790
790
|
}
|
|
791
791
|
register(a, b) {
|
|
792
|
-
this.
|
|
792
|
+
this.s7(a, b);
|
|
793
793
|
}
|
|
794
794
|
unRegister(a) {
|
|
795
|
-
this.
|
|
795
|
+
this.ty(a);
|
|
796
796
|
}
|
|
797
797
|
deferredRefresh() {
|
|
798
|
-
this.
|
|
798
|
+
this.o1();
|
|
799
799
|
}
|
|
800
800
|
deferAction(a) {
|
|
801
|
-
if (this.
|
|
802
|
-
this.
|
|
801
|
+
if (this.z7 != null) {
|
|
802
|
+
this.z7.setTimeout(a, 0);
|
|
803
803
|
}
|
|
804
804
|
else {
|
|
805
805
|
window.setTimeout(a, 0);
|
|
806
806
|
}
|
|
807
807
|
}
|
|
808
|
-
|
|
809
|
-
this.
|
|
808
|
+
aan(a) {
|
|
809
|
+
this.t5(a);
|
|
810
810
|
}
|
|
811
|
-
|
|
811
|
+
z8() {
|
|
812
812
|
let a = new ChartVisualData();
|
|
813
|
-
let b = this.
|
|
814
|
-
let c = this.
|
|
813
|
+
let b = this.zi.hu();
|
|
814
|
+
let c = this.zk.hu();
|
|
815
815
|
a.axes.add1(b);
|
|
816
816
|
a.axes.add1(c);
|
|
817
817
|
for (let d = 0; d < this.b9.count; d++) {
|
|
818
|
-
let e = this.b9._inner[d].
|
|
818
|
+
let e = this.b9._inner[d].kw();
|
|
819
819
|
a.series.add1(e);
|
|
820
820
|
}
|
|
821
821
|
a.name = this.name;
|
|
822
|
-
a.contentArea = RectData.b(this.
|
|
823
|
-
a.centralArea = RectData.b(this.
|
|
824
|
-
a.plotArea = RectData.b(this.
|
|
822
|
+
a.contentArea = RectData.b(this.za);
|
|
823
|
+
a.centralArea = RectData.b(this.za);
|
|
824
|
+
a.plotArea = RectData.b(this.za);
|
|
825
825
|
return a;
|
|
826
826
|
}
|
|
827
|
-
|
|
827
|
+
y0(a, b, c) {
|
|
828
828
|
return a;
|
|
829
829
|
}
|
|
830
|
-
|
|
830
|
+
aar() {
|
|
831
831
|
}
|
|
832
|
-
get
|
|
833
|
-
return this.
|
|
832
|
+
get abu() {
|
|
833
|
+
return this.abg;
|
|
834
834
|
}
|
|
835
|
-
set
|
|
836
|
-
this.
|
|
835
|
+
set abu(a) {
|
|
836
|
+
this.abg = a;
|
|
837
837
|
}
|
|
838
|
-
|
|
839
|
-
this.
|
|
840
|
-
this.
|
|
838
|
+
aa1(a) {
|
|
839
|
+
this.abu = a;
|
|
840
|
+
this.aa0();
|
|
841
841
|
}
|
|
842
|
-
|
|
843
|
-
if (this.
|
|
844
|
-
let a = this.getZoomFromGeographicRect(this.
|
|
845
|
-
this.
|
|
846
|
-
this.
|
|
842
|
+
aa0() {
|
|
843
|
+
if (this.z1 && !this.abu.isEmpty) {
|
|
844
|
+
let a = this.getZoomFromGeographicRect(this.abu);
|
|
845
|
+
this.abu = Rect.empty;
|
|
846
|
+
this.ue(a, false);
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
|
-
get
|
|
850
|
-
return !this.
|
|
849
|
+
get z1() {
|
|
850
|
+
return !this.za.isEmpty && !this.yw.isEmpty;
|
|
851
851
|
}
|
|
852
852
|
}
|
|
853
853
|
XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
|
|
854
|
-
XamGeographicMap.
|
|
855
|
-
XamGeographicMap.
|
|
856
|
-
XamGeographicMap.
|
|
857
|
-
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, '
|
|
854
|
+
XamGeographicMap.zs = 0;
|
|
855
|
+
XamGeographicMap.abf = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
|
|
856
|
+
XamGeographicMap.abi = new Rect(0, 0, 0, 1, 1);
|
|
857
|
+
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'ss', ['BackgroundTilingMode:zp:aa2', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:zx:aa3', [0, false], 'ResizeBehavior:zt:aa4', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zs)], 'SuppressZoomResetOnWorldRectChange:zy:aa5', [0, false], 'UseWorldRectForZoomBounds:zz:aa6', [0, false], 'WindowScale:z5:aa7', [1, NaN], 'WorldRect:abv:aa8', [Rect.$, XamGeographicMap.abf], 'Zoomable:z0:aa9', [0, true]]);
|
|
858
858
|
return XamGeographicMap;
|
|
859
859
|
})();
|
|
860
860
|
/**
|
|
@@ -984,20 +984,20 @@ export let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
|
984
984
|
return a;
|
|
985
985
|
}
|
|
986
986
|
let b = new Rect(0, 0, 0, a.width, a.height);
|
|
987
|
-
let c = this.geographicMap.
|
|
988
|
-
let d = XamGeographicMap.
|
|
989
|
-
let e = this.geographicMap.
|
|
987
|
+
let c = this.geographicMap.abo(b);
|
|
988
|
+
let d = XamGeographicMap.abf;
|
|
989
|
+
let e = this.geographicMap.abj;
|
|
990
990
|
let f = Math.min(this.windowRect.height, this.windowRect.width);
|
|
991
991
|
let g = e.width / d.width;
|
|
992
992
|
this.ao.a5 = (b.width / c.width) * f * g;
|
|
993
|
-
let h = this.geographicMap.
|
|
994
|
-
let i = this.geographicMap.
|
|
993
|
+
let h = this.geographicMap.zi;
|
|
994
|
+
let i = this.geographicMap.zk;
|
|
995
995
|
let j = new ScalerParams(1, this.windowRect, b, h.dn);
|
|
996
996
|
j.c = c;
|
|
997
997
|
let k = new ScalerParams(1, this.windowRect, b, i.dn);
|
|
998
998
|
k.c = c;
|
|
999
|
-
let l = h.
|
|
1000
|
-
let m = i.
|
|
999
|
+
let l = h.f7(d.left, j);
|
|
1000
|
+
let m = i.f7(d.bottom, k);
|
|
1001
1001
|
let n = (-l / b.width) * this.ao.a5;
|
|
1002
1002
|
let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1003
1003
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1091,41 +1091,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1091
1091
|
}
|
|
1092
1092
|
ci() {
|
|
1093
1093
|
super.ci();
|
|
1094
|
-
let a = this.cu.
|
|
1095
|
-
a.
|
|
1096
|
-
a.
|
|
1097
|
-
a.trianglesSource = this.cu.
|
|
1098
|
-
a.
|
|
1099
|
-
a.
|
|
1100
|
-
a.
|
|
1094
|
+
let a = this.cu.xm;
|
|
1095
|
+
a.ym = this.cu.xy;
|
|
1096
|
+
a.yu = this.cu.xw;
|
|
1097
|
+
a.trianglesSource = this.cu.xv;
|
|
1098
|
+
a.ya = this.cu.x1;
|
|
1099
|
+
a.yc = this.cu.x3;
|
|
1100
|
+
a.ye = this.cu.x5;
|
|
1101
1101
|
}
|
|
1102
1102
|
cx() {
|
|
1103
|
-
let a = this.cu.
|
|
1103
|
+
let a = this.cu.xm;
|
|
1104
1104
|
if (this.cu.dc == null) {
|
|
1105
|
-
a.xj = null;
|
|
1106
1105
|
a.xk = null;
|
|
1106
|
+
a.xl = null;
|
|
1107
1107
|
return;
|
|
1108
1108
|
}
|
|
1109
|
-
a.
|
|
1110
|
-
a.
|
|
1109
|
+
a.xk = this.cu.dc.zi;
|
|
1110
|
+
a.xl = this.cu.dc.zk;
|
|
1111
1111
|
}
|
|
1112
1112
|
cw() {
|
|
1113
|
-
this.cu.
|
|
1113
|
+
this.cu.xm.ym = this.cu.xy;
|
|
1114
1114
|
}
|
|
1115
1115
|
cv() {
|
|
1116
|
-
this.cu.
|
|
1116
|
+
this.cu.xm.yu = this.cu.xw;
|
|
1117
1117
|
}
|
|
1118
1118
|
cy() {
|
|
1119
|
-
this.cu.
|
|
1119
|
+
this.cu.xm.trianglesSource = this.cu.xv;
|
|
1120
1120
|
}
|
|
1121
1121
|
cz() {
|
|
1122
|
-
this.cu.
|
|
1122
|
+
this.cu.xm.ya = this.cu.x1;
|
|
1123
1123
|
}
|
|
1124
1124
|
c0() {
|
|
1125
|
-
this.cu.
|
|
1125
|
+
this.cu.xm.yc = this.cu.x3;
|
|
1126
1126
|
}
|
|
1127
1127
|
c1() {
|
|
1128
|
-
this.cu.
|
|
1128
|
+
this.cu.xm.ye = this.cu.x5;
|
|
1129
1129
|
}
|
|
1130
1130
|
}
|
|
1131
1131
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1148,19 +1148,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1148
1148
|
}
|
|
1149
1149
|
ci() {
|
|
1150
1150
|
super.ci();
|
|
1151
|
-
if (this.c2.
|
|
1152
|
-
this.c2.
|
|
1153
|
-
this.c2.
|
|
1151
|
+
if (this.c2.yg != null) {
|
|
1152
|
+
this.c2.yg.zt = this.c2.yk;
|
|
1153
|
+
this.c2.yg.zh = this.c2.yf;
|
|
1154
1154
|
}
|
|
1155
1155
|
}
|
|
1156
1156
|
c3() {
|
|
1157
|
-
if (this.c2.
|
|
1158
|
-
this.c2.
|
|
1157
|
+
if (this.c2.yg != null) {
|
|
1158
|
+
this.c2.yg.zt = this.c2.yk;
|
|
1159
1159
|
}
|
|
1160
1160
|
}
|
|
1161
1161
|
c4() {
|
|
1162
|
-
if (this.c2.
|
|
1163
|
-
this.c2.
|
|
1162
|
+
if (this.c2.yg != null) {
|
|
1163
|
+
this.c2.yg.zh = this.c2.yf;
|
|
1164
1164
|
}
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
@@ -1182,15 +1182,15 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1182
1182
|
this.fs = NaN;
|
|
1183
1183
|
this.f2 = Rect.empty;
|
|
1184
1184
|
this.fq = a;
|
|
1185
|
-
this.fq.
|
|
1186
|
-
this.fq.
|
|
1185
|
+
this.fq.xp = 2;
|
|
1186
|
+
this.fq.jx = 5E-06;
|
|
1187
1187
|
}
|
|
1188
1188
|
m(a) {
|
|
1189
1189
|
return 2;
|
|
1190
1190
|
}
|
|
1191
1191
|
bn(a) {
|
|
1192
1192
|
this.j.bw(a);
|
|
1193
|
-
this.fq.
|
|
1193
|
+
this.fq.aan(a);
|
|
1194
1194
|
this.eo();
|
|
1195
1195
|
}
|
|
1196
1196
|
get_aq() {
|
|
@@ -1253,13 +1253,13 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1253
1253
|
}
|
|
1254
1254
|
}
|
|
1255
1255
|
fu(a) {
|
|
1256
|
-
if (this.fq.
|
|
1257
|
-
this.fq.
|
|
1256
|
+
if (this.fq.zn != null) {
|
|
1257
|
+
this.fq.zn.windowRect = a;
|
|
1258
1258
|
}
|
|
1259
1259
|
}
|
|
1260
1260
|
fx(a, b) {
|
|
1261
|
-
if (this.fq.
|
|
1262
|
-
this.fq.
|
|
1261
|
+
if (this.fq.zn != null) {
|
|
1262
|
+
this.fq.zn.windowRect = this.fq.ys;
|
|
1263
1263
|
}
|
|
1264
1264
|
if (a != null) {
|
|
1265
1265
|
let c = a.ao;
|
|
@@ -1286,7 +1286,7 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1286
1286
|
}
|
|
1287
1287
|
}
|
|
1288
1288
|
fw(a) {
|
|
1289
|
-
let b = this.fq.
|
|
1289
|
+
let b = this.fq.ik;
|
|
1290
1290
|
if (b != 1) {
|
|
1291
1291
|
a.aa();
|
|
1292
1292
|
a.ab(b, b);
|
|
@@ -1358,39 +1358,39 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
1358
1358
|
ct() {
|
|
1359
1359
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1360
1360
|
}
|
|
1361
|
-
|
|
1362
|
-
super.
|
|
1363
|
-
this.
|
|
1361
|
+
ri(a) {
|
|
1362
|
+
super.ri(a);
|
|
1363
|
+
this.xu = a;
|
|
1364
1364
|
}
|
|
1365
|
-
|
|
1366
|
-
super.
|
|
1365
|
+
rr(a, b, c, d) {
|
|
1366
|
+
super.rr(a, b, c, d);
|
|
1367
1367
|
switch (b) {
|
|
1368
1368
|
case "SeriesViewer":
|
|
1369
|
-
this.
|
|
1369
|
+
this.xu.cx();
|
|
1370
1370
|
break;
|
|
1371
1371
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1372
|
-
this.
|
|
1372
|
+
this.xu.cw();
|
|
1373
1373
|
break;
|
|
1374
1374
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1375
|
-
this.
|
|
1375
|
+
this.xu.cv();
|
|
1376
1376
|
break;
|
|
1377
1377
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1378
|
-
this.
|
|
1378
|
+
this.xu.cy();
|
|
1379
1379
|
break;
|
|
1380
1380
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1381
|
-
this.
|
|
1381
|
+
this.xu.cz();
|
|
1382
1382
|
break;
|
|
1383
1383
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1384
|
-
this.
|
|
1384
|
+
this.xu.c0();
|
|
1385
1385
|
break;
|
|
1386
1386
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1387
|
-
this.
|
|
1387
|
+
this.xu.c1();
|
|
1388
1388
|
break;
|
|
1389
1389
|
}
|
|
1390
1390
|
}
|
|
1391
1391
|
}
|
|
1392
1392
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1393
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1393
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xw:x7', [2, "pointY"], 'LongitudeMemberPath:xy:x8', [2, "pointX"], 'TriangleVertexMemberPath1:x1:ya', [2, "v1"], 'TriangleVertexMemberPath2:x3:yb', [2, "v2"], 'TriangleVertexMemberPath3:x5:yc', [2, "v3"], 'TrianglesSource:xv:x9', [IEnumerable_$type, null]]);
|
|
1394
1394
|
return GeographicXYTriangulatingSeries;
|
|
1395
1395
|
})();
|
|
1396
1396
|
/**
|
|
@@ -1400,7 +1400,7 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1400
1400
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
1401
1401
|
constructor() {
|
|
1402
1402
|
super();
|
|
1403
|
-
this.
|
|
1403
|
+
this.yd = null;
|
|
1404
1404
|
this.triangulationStatusChanged = null;
|
|
1405
1405
|
this.ab = GeographicScatterAreaSeries.$;
|
|
1406
1406
|
}
|
|
@@ -1410,49 +1410,49 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1410
1410
|
get_ex() {
|
|
1411
1411
|
return true;
|
|
1412
1412
|
}
|
|
1413
|
-
get
|
|
1414
|
-
return this.
|
|
1413
|
+
get yf() {
|
|
1414
|
+
return this.yd;
|
|
1415
1415
|
}
|
|
1416
|
-
set
|
|
1417
|
-
let b = this.
|
|
1416
|
+
set yf(a) {
|
|
1417
|
+
let b = this.yd != a;
|
|
1418
1418
|
if (b) {
|
|
1419
|
-
let c = this.
|
|
1420
|
-
if (this.
|
|
1421
|
-
let d = this.
|
|
1422
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1419
|
+
let c = this.yd;
|
|
1420
|
+
if (this.yd != null) {
|
|
1421
|
+
let d = this.yd;
|
|
1422
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
|
|
1423
1423
|
}
|
|
1424
|
-
this.
|
|
1425
|
-
if (this.
|
|
1426
|
-
let e = this.
|
|
1427
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1424
|
+
this.yd = a;
|
|
1425
|
+
if (this.yd != null) {
|
|
1426
|
+
let e = this.yd;
|
|
1427
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
|
|
1428
1428
|
}
|
|
1429
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1430
|
-
if (this.
|
|
1431
|
-
this.
|
|
1429
|
+
this.raisePropertyChanged("ColorScale", c, this.yd);
|
|
1430
|
+
if (this.yg != null) {
|
|
1431
|
+
this.yg.zh = a;
|
|
1432
1432
|
}
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
|
-
|
|
1436
|
-
this.
|
|
1437
|
-
this.
|
|
1438
|
-
this.
|
|
1435
|
+
yn(a, b) {
|
|
1436
|
+
this.yi.c4();
|
|
1437
|
+
this.yp();
|
|
1438
|
+
this.r9(false);
|
|
1439
1439
|
}
|
|
1440
|
-
|
|
1441
|
-
if (this.
|
|
1442
|
-
this.
|
|
1440
|
+
yp() {
|
|
1441
|
+
if (this.yg != null) {
|
|
1442
|
+
this.ye = this.yg.zg;
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
|
-
|
|
1446
|
-
super.
|
|
1447
|
-
this.
|
|
1445
|
+
s0() {
|
|
1446
|
+
super.s0();
|
|
1447
|
+
this.yp();
|
|
1448
1448
|
}
|
|
1449
|
-
|
|
1450
|
-
this.
|
|
1451
|
-
let a = this.
|
|
1452
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1453
|
-
return this.
|
|
1449
|
+
xl() {
|
|
1450
|
+
this.yg = new ScatterAreaSeries();
|
|
1451
|
+
let a = this.yg;
|
|
1452
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
|
|
1453
|
+
return this.yg;
|
|
1454
1454
|
}
|
|
1455
|
-
|
|
1455
|
+
yo(a, b) {
|
|
1456
1456
|
if (this.triangulationStatusChanged != null) {
|
|
1457
1457
|
this.triangulationStatusChanged(this, b);
|
|
1458
1458
|
}
|
|
@@ -1460,30 +1460,30 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1460
1460
|
ct() {
|
|
1461
1461
|
return new GeographicScatterAreaSeriesView(this);
|
|
1462
1462
|
}
|
|
1463
|
-
|
|
1464
|
-
super.
|
|
1465
|
-
this.
|
|
1463
|
+
ri(a) {
|
|
1464
|
+
super.ri(a);
|
|
1465
|
+
this.yi = a;
|
|
1466
1466
|
}
|
|
1467
|
-
|
|
1468
|
-
super.
|
|
1467
|
+
rr(a, b, c, d) {
|
|
1468
|
+
super.rr(a, b, c, d);
|
|
1469
1469
|
switch (b) {
|
|
1470
1470
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1471
|
-
this.
|
|
1471
|
+
this.yi.c3();
|
|
1472
1472
|
break;
|
|
1473
1473
|
case "ColorScale":
|
|
1474
|
-
this.
|
|
1475
|
-
this.
|
|
1474
|
+
this.yi.c4();
|
|
1475
|
+
this.yp();
|
|
1476
1476
|
break;
|
|
1477
1477
|
}
|
|
1478
1478
|
}
|
|
1479
|
-
|
|
1479
|
+
get_he() {
|
|
1480
1480
|
return true;
|
|
1481
1481
|
}
|
|
1482
|
-
|
|
1483
|
-
super.
|
|
1482
|
+
set_he(a) {
|
|
1483
|
+
super.set_he(a);
|
|
1484
1484
|
}
|
|
1485
1485
|
}
|
|
1486
1486
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1487
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1487
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
|
|
1488
1488
|
return GeographicScatterAreaSeries;
|
|
1489
1489
|
})();
|