igniteui-angular-maps 20.1.0 → 20.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +1518 -1521
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +542 -542
- 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-imagery.js +0 -3
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- 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 +8 -8
- 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 +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +534 -534
- 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-imagery.js +0 -3
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- 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 +8 -8
- 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 +1532 -1535
- package/fesm5/igniteui-angular-maps.js +1518 -1521
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- 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 +26 -26
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +26 -26
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +132 -132
- package/package.json +2 -2
|
@@ -43,94 +43,94 @@ 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.z6 = null;
|
|
47
|
+
this.zv = false;
|
|
48
|
+
this.zn = 1;
|
|
49
|
+
this.z2 = 0;
|
|
50
|
+
this.abd = null;
|
|
51
|
+
this.zk = null;
|
|
52
|
+
this.zg = null;
|
|
53
|
+
this.zi = null;
|
|
54
|
+
this.zm = null;
|
|
55
|
+
this.aa9 = { $type: Point_$type, x: NaN, y: NaN };
|
|
56
|
+
this.abg = null;
|
|
57
|
+
this.z1 = 1;
|
|
58
58
|
this.imageTilesReady = null;
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
59
|
+
this.zu = null;
|
|
60
|
+
this.abf = Rect.empty;
|
|
61
|
+
this.z2 = SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.top);
|
|
62
62
|
this.ab = XamGeographicMap.$;
|
|
63
63
|
this.backgroundContent = new OpenStreetMapImagery();
|
|
64
64
|
let a = ((() => {
|
|
65
65
|
let $ret = new NumericXAxis();
|
|
66
|
-
$ret.
|
|
66
|
+
$ret.b2 = this;
|
|
67
67
|
return $ret;
|
|
68
68
|
})());
|
|
69
|
-
a.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
69
|
+
a.dk = true;
|
|
70
|
+
this.zh = a;
|
|
71
|
+
this.zh.ta = new SphericalMercatorHorizontalScaler();
|
|
72
72
|
let b = ((() => {
|
|
73
73
|
let $ret = new NumericYAxis();
|
|
74
|
-
$ret.
|
|
74
|
+
$ret.b2 = this;
|
|
75
75
|
return $ret;
|
|
76
76
|
})());
|
|
77
|
-
b.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
77
|
+
b.dk = true;
|
|
78
|
+
this.zj = b;
|
|
79
|
+
this.zj.ta = new SphericalMercatorVerticalScaler();
|
|
80
|
+
this.aao();
|
|
81
|
+
this.aav();
|
|
82
|
+
this.po();
|
|
83
83
|
}
|
|
84
84
|
provideContainer(a) {
|
|
85
85
|
super.provideContainer(a);
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
86
|
+
this.zh.provideRenderer(a);
|
|
87
|
+
this.zj.provideRenderer(a);
|
|
88
88
|
}
|
|
89
|
-
|
|
90
|
-
super.
|
|
91
|
-
this.
|
|
89
|
+
po() {
|
|
90
|
+
super.po();
|
|
91
|
+
this.zt.fy(this.ij);
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
return this.
|
|
93
|
+
gg() {
|
|
94
|
+
return this.zz;
|
|
95
95
|
}
|
|
96
|
-
|
|
97
|
-
return this.
|
|
96
|
+
gh() {
|
|
97
|
+
return this.zz;
|
|
98
98
|
}
|
|
99
|
-
|
|
100
|
-
if (this.
|
|
101
|
-
if (this.
|
|
99
|
+
zq() {
|
|
100
|
+
if (this.zo == 0) {
|
|
101
|
+
if (this.zv) {
|
|
102
102
|
return 2;
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
return 1;
|
|
106
106
|
}
|
|
107
|
-
get
|
|
108
|
-
return this.
|
|
107
|
+
get zp() {
|
|
108
|
+
return this.zn;
|
|
109
109
|
}
|
|
110
|
-
set
|
|
111
|
-
this.
|
|
110
|
+
set zp(a) {
|
|
111
|
+
this.zn = a;
|
|
112
112
|
}
|
|
113
|
-
get
|
|
114
|
-
return this.
|
|
113
|
+
get abi() {
|
|
114
|
+
return this.abd;
|
|
115
115
|
}
|
|
116
|
-
set
|
|
117
|
-
let b = Rect.l_op_Inequality(this.
|
|
116
|
+
set abi(a) {
|
|
117
|
+
let b = Rect.l_op_Inequality(this.abd, a);
|
|
118
118
|
if (b) {
|
|
119
|
-
let c = this.
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
119
|
+
let c = this.abd;
|
|
120
|
+
this.abd = a;
|
|
121
|
+
this.sr("ActualWorldRect", c, a);
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
return this.
|
|
124
|
+
abm() {
|
|
125
|
+
return this.abi;
|
|
126
126
|
}
|
|
127
|
-
|
|
128
|
-
if (this.
|
|
127
|
+
aao() {
|
|
128
|
+
if (this.abu.isEmpty) {
|
|
129
129
|
return;
|
|
130
130
|
}
|
|
131
|
-
this.
|
|
131
|
+
this.abi = this.abs(this.abu, this.db == 1);
|
|
132
132
|
}
|
|
133
|
-
|
|
133
|
+
abs(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.abe.width;
|
|
142
|
+
let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.top);
|
|
143
143
|
let l = i / j;
|
|
144
|
-
if (i / j > this.
|
|
145
|
-
let m = i / this.
|
|
144
|
+
if (i / j > this.z2) {
|
|
145
|
+
let m = i / this.z2;
|
|
146
146
|
let n = m - j;
|
|
147
|
-
d = d - (n / 2) * XamGeographicMap.
|
|
148
|
-
e = m * XamGeographicMap.
|
|
147
|
+
d = d - (n / 2) * XamGeographicMap.abe.width;
|
|
148
|
+
e = m * XamGeographicMap.abe.width;
|
|
149
149
|
if (b) {
|
|
150
|
-
if (d < XamGeographicMap.
|
|
151
|
-
d += (XamGeographicMap.
|
|
150
|
+
if (d < XamGeographicMap.abe.left) {
|
|
151
|
+
d += (XamGeographicMap.abe.left - d);
|
|
152
152
|
}
|
|
153
|
-
else if ((d + e) > XamGeographicMap.
|
|
154
|
-
d -= ((d + e) - XamGeographicMap.
|
|
153
|
+
else if ((d + e) > XamGeographicMap.abe.right) {
|
|
154
|
+
d -= ((d + e) - XamGeographicMap.abe.right);
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
-
else if (i / j < this.
|
|
159
|
-
let o = this.
|
|
158
|
+
else if (i / j < this.z2) {
|
|
159
|
+
let o = this.z2 * 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.z2)) {
|
|
169
|
+
q -= ((r) - (k + this.z2));
|
|
170
|
+
r -= ((r) - (k + this.z2));
|
|
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.zk;
|
|
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.zk = a;
|
|
187
|
+
this.sr("BackgroundContent", c, a);
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
get
|
|
191
|
-
return this.
|
|
190
|
+
get zh() {
|
|
191
|
+
return this.zg;
|
|
192
192
|
}
|
|
193
|
-
set
|
|
194
|
-
let b = a != this.
|
|
193
|
+
set zh(a) {
|
|
194
|
+
let b = a != this.zh;
|
|
195
195
|
if (b) {
|
|
196
|
-
let c = this.
|
|
197
|
-
this.
|
|
198
|
-
this.
|
|
196
|
+
let c = this.zh;
|
|
197
|
+
this.zg = a;
|
|
198
|
+
this.sr("XAxis", c, a);
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
|
-
get
|
|
202
|
-
return this.
|
|
201
|
+
get zj() {
|
|
202
|
+
return this.zi;
|
|
203
203
|
}
|
|
204
|
-
set
|
|
205
|
-
let b = a != this.
|
|
204
|
+
set zj(a) {
|
|
205
|
+
let b = a != this.zj;
|
|
206
206
|
if (b) {
|
|
207
|
-
let c = this.
|
|
208
|
-
this.
|
|
209
|
-
this.
|
|
207
|
+
let c = this.zj;
|
|
208
|
+
this.zi = a;
|
|
209
|
+
this.sr("YAxis", c, a);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
getZoomRectFromGeoRect(a) {
|
|
213
213
|
return this.getZoomFromGeographicRect(a);
|
|
214
214
|
}
|
|
215
|
-
|
|
216
|
-
this.
|
|
215
|
+
aay(a) {
|
|
216
|
+
this.za = a;
|
|
217
217
|
}
|
|
218
|
-
|
|
219
|
-
this.
|
|
218
|
+
aax(a) {
|
|
219
|
+
this.abu = a;
|
|
220
220
|
}
|
|
221
221
|
getZoomFromGeographicRect(a) {
|
|
222
|
-
return this.
|
|
222
|
+
return this.abk(a, true, 0);
|
|
223
223
|
}
|
|
224
|
-
|
|
225
|
-
return this.
|
|
224
|
+
abj(a, b) {
|
|
225
|
+
return this.abk(a, false, b);
|
|
226
226
|
}
|
|
227
|
-
|
|
227
|
+
abk(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.abs(a, false);
|
|
231
|
+
}
|
|
232
|
+
let e = this.zh;
|
|
233
|
+
let f = this.zj;
|
|
234
|
+
let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, e.dn);
|
|
235
|
+
g.c = this.yv;
|
|
236
|
+
let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
|
|
237
|
+
h.c = this.yv;
|
|
238
|
+
let i = this.zh.f5(d.left, g);
|
|
239
|
+
let j = this.zh.f5(d.right, g);
|
|
240
|
+
let k = this.zj.f5(d.top, h);
|
|
241
|
+
let l = this.zj.f5(d.bottom, h);
|
|
242
|
+
let m = (i - c) / this.y9.width;
|
|
243
|
+
let n = (l - c) / this.y9.height;
|
|
244
|
+
let o = (j - i + (c * 2)) / this.y9.width;
|
|
245
|
+
let p = (k - l + (c * 2)) / this.y9.height;
|
|
246
246
|
let q = new Rect(0, m, n, o, p);
|
|
247
|
-
q.intersect(XamGeographicMap.
|
|
247
|
+
q.intersect(XamGeographicMap.abh);
|
|
248
248
|
if (q.isEmpty) {
|
|
249
|
-
q = XamGeographicMap.
|
|
249
|
+
q = XamGeographicMap.abh;
|
|
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.abh;
|
|
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
|
+
abo(a) {
|
|
267
|
+
let b = this.zh;
|
|
268
|
+
let c = this.zj;
|
|
269
|
+
let d = new ScalerParams(1, a, this.y9, b.dn);
|
|
270
|
+
d.c = this.yv;
|
|
271
|
+
let e = new ScalerParams(1, a, this.y9, c.dn);
|
|
272
|
+
e.c = this.yv;
|
|
273
|
+
let f = this.yu;
|
|
274
|
+
let g = b.f8(f.left, d);
|
|
275
|
+
let h = c.f8(f.top, e);
|
|
276
|
+
let i = b.f8(f.right, d);
|
|
277
|
+
let j = c.f8(f.bottom, e);
|
|
278
278
|
let k = i - g;
|
|
279
279
|
let l = h - j;
|
|
280
280
|
let m = new Rect(0, g, j, k, l);
|
|
281
|
-
if (this.
|
|
282
|
-
m.intersect(XamGeographicMap.
|
|
281
|
+
if (this.db == 1) {
|
|
282
|
+
m.intersect(XamGeographicMap.abe);
|
|
283
283
|
if (m.isEmpty) {
|
|
284
|
-
m = XamGeographicMap.
|
|
284
|
+
m = XamGeographicMap.abe;
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
return m;
|
|
288
288
|
}
|
|
289
|
-
|
|
290
|
-
let b = this.
|
|
291
|
-
let c = this.
|
|
289
|
+
aba(a) {
|
|
290
|
+
let b = this.zh.q8(a.x);
|
|
291
|
+
let c = this.zj.q8(a.y);
|
|
292
292
|
return { $type: Point_$type, x: b, y: c };
|
|
293
293
|
}
|
|
294
|
-
|
|
295
|
-
let b = this.
|
|
296
|
-
let c = this.
|
|
294
|
+
abb(a) {
|
|
295
|
+
let b = this.zh.gs(a.x);
|
|
296
|
+
let c = this.zj.gs(a.y);
|
|
297
297
|
return { $type: Point_$type, x: b, y: c };
|
|
298
298
|
}
|
|
299
|
-
|
|
300
|
-
return this.
|
|
299
|
+
abc(a) {
|
|
300
|
+
return this.abb(a);
|
|
301
301
|
}
|
|
302
|
-
|
|
302
|
+
aal() {
|
|
303
303
|
let a = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
304
304
|
if (a != null) {
|
|
305
305
|
a.clearTileCache();
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
|
-
|
|
308
|
+
aar(a) {
|
|
309
309
|
}
|
|
310
|
-
|
|
310
|
+
hc() {
|
|
311
311
|
return true;
|
|
312
312
|
}
|
|
313
|
-
|
|
314
|
-
this.
|
|
315
|
-
for (let a of fromEnum(this.
|
|
316
|
-
a.
|
|
313
|
+
aat() {
|
|
314
|
+
this.zt.eh();
|
|
315
|
+
for (let a of fromEnum(this.b9)) {
|
|
316
|
+
a.st();
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
|
-
|
|
320
|
-
if (this.
|
|
321
|
-
if (!this.
|
|
322
|
-
let a = this.
|
|
323
|
-
let b = this.
|
|
324
|
-
this.
|
|
319
|
+
aaw() {
|
|
320
|
+
if (this.zs == 2) {
|
|
321
|
+
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
322
|
+
let a = this.zh.q8(this.y9.left + (this.y9.width / 2));
|
|
323
|
+
let b = this.zj.q8(this.y9.top + (this.y9.height / 2));
|
|
324
|
+
this.aa9 = { $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.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
329
|
+
let c = this.zh.q8(this.y9.left);
|
|
330
|
+
let d = this.zj.q8(this.y9.top);
|
|
331
|
+
this.aa9 = { $type: Point_$type, x: c, y: d };
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
|
-
|
|
336
|
-
if (isNaN_(this.
|
|
337
|
-
this.
|
|
335
|
+
aas() {
|
|
336
|
+
if (isNaN_(this.aa9.x) || isNaN_(this.aa9.y)) {
|
|
337
|
+
this.aaw();
|
|
338
338
|
}
|
|
339
|
-
let a = this.
|
|
340
|
-
let b = this.
|
|
339
|
+
let a = this.aa9.x;
|
|
340
|
+
let b = this.aa9.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.yr.left;
|
|
343
|
+
let d = this.yr.top;
|
|
344
|
+
let e = this.yr.width;
|
|
345
|
+
let f = this.yr.height;
|
|
346
|
+
if (e > this.abg.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.abh, this.y9, this.zh.dn);
|
|
350
|
+
g.c = this.yv;
|
|
351
|
+
let h = this.zh.f5(a, g);
|
|
352
|
+
if (this.zs == 2) {
|
|
353
|
+
let i = h / this.y9.width;
|
|
354
354
|
c = i - (e / 2);
|
|
355
355
|
}
|
|
356
356
|
else {
|
|
357
|
-
c = h / this.
|
|
357
|
+
c = h / this.y9.width;
|
|
358
358
|
}
|
|
359
|
-
if (c + e > this.
|
|
360
|
-
c = this.
|
|
359
|
+
if (c + e > this.abg.right) {
|
|
360
|
+
c = this.abg.right - e;
|
|
361
361
|
}
|
|
362
|
-
else if (c < this.
|
|
363
|
-
c = this.
|
|
362
|
+
else if (c < this.abg.left) {
|
|
363
|
+
c = this.abg.left;
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
|
-
if (f > this.
|
|
366
|
+
if (f > this.abg.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.abh, this.y9, this.zj.dn);
|
|
370
|
+
j.c = this.yv;
|
|
371
|
+
let k = this.zj.f5(b, j);
|
|
372
|
+
if (this.zs == 2) {
|
|
373
|
+
let l = k / this.y9.height;
|
|
374
374
|
d = l - (f / 2);
|
|
375
375
|
}
|
|
376
376
|
else {
|
|
377
|
-
d = k / this.
|
|
377
|
+
d = k / this.y9.height;
|
|
378
378
|
}
|
|
379
|
-
if (d + f > this.
|
|
380
|
-
d = this.
|
|
379
|
+
if (d + f > this.abg.bottom) {
|
|
380
|
+
d = this.abg.bottom - f;
|
|
381
381
|
}
|
|
382
|
-
else if (d < this.
|
|
383
|
-
d = this.
|
|
382
|
+
else if (d < this.abg.top) {
|
|
383
|
+
d = this.abg.top;
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
|
-
this.
|
|
386
|
+
this.ud(new Rect(0, c, d, e, f), false);
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
|
-
|
|
389
|
+
get_f6() {
|
|
390
390
|
return true;
|
|
391
391
|
}
|
|
392
|
-
|
|
393
|
-
let a = super.
|
|
394
|
-
if (this.
|
|
392
|
+
ys() {
|
|
393
|
+
let a = super.ys();
|
|
394
|
+
if (this.zh == null || this.zj == null) {
|
|
395
395
|
return a;
|
|
396
396
|
}
|
|
397
|
-
this.
|
|
397
|
+
this.y3();
|
|
398
398
|
let b = a.left;
|
|
399
399
|
let c = a.top;
|
|
400
|
-
if (this.
|
|
401
|
-
if (this.
|
|
402
|
-
b = 0.5 - (this.
|
|
400
|
+
if (this.db == 1) {
|
|
401
|
+
if (this.za.width > this.abg.width) {
|
|
402
|
+
b = 0.5 - (this.za.width / 2);
|
|
403
403
|
}
|
|
404
|
-
else if (b + a.width > this.
|
|
405
|
-
b = this.
|
|
404
|
+
else if (b + a.width > this.abg.right) {
|
|
405
|
+
b = this.abg.right - this.za.width;
|
|
406
406
|
}
|
|
407
|
-
else if (b < this.
|
|
408
|
-
b = this.
|
|
407
|
+
else if (b < this.abg.left) {
|
|
408
|
+
b = this.abg.left;
|
|
409
409
|
}
|
|
410
|
-
if (this.
|
|
411
|
-
c = 0.5 - (this.
|
|
410
|
+
if (this.za.height > this.abg.height) {
|
|
411
|
+
c = 0.5 - (this.za.height / 2);
|
|
412
412
|
}
|
|
413
|
-
else if (c + this.
|
|
414
|
-
c = this.
|
|
413
|
+
else if (c + this.za.height > this.abg.bottom) {
|
|
414
|
+
c = this.abg.bottom - this.za.height;
|
|
415
415
|
}
|
|
416
|
-
else if (c < this.
|
|
417
|
-
c = this.
|
|
416
|
+
else if (c < this.abg.top) {
|
|
417
|
+
c = this.abg.top;
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
let d = false;
|
|
421
|
-
if (!this.
|
|
421
|
+
if (!this.zy && this.db == 2 && this.zv) {
|
|
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.abg.right) > 0 && ((a.right - this.abg.right) / a.width) > 0.8) {
|
|
429
|
+
b = this.abg.left - (a.width - (a.right - this.abg.right));
|
|
430
430
|
d = true;
|
|
431
431
|
}
|
|
432
|
-
else if (a.left < this.
|
|
433
|
-
b = this.
|
|
432
|
+
else if (a.left < this.abg.left && (Math.abs(a.left - this.abg.left) / a.width) > 0.8) {
|
|
433
|
+
b = this.abg.right - (Math.abs(a.left - this.abg.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.zy) {
|
|
439
|
+
let f = this.abj(this.abu, 1);
|
|
440
|
+
f = this.abl(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.fp = true;
|
|
476
|
+
this.za = e;
|
|
477
|
+
this.fp = false;
|
|
478
478
|
}
|
|
479
479
|
return e;
|
|
480
480
|
}
|
|
481
|
-
|
|
481
|
+
oj(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.y3();
|
|
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.zg.f5(-180, b);
|
|
503
|
+
let j = this.zg.f5(180, b);
|
|
504
504
|
e = j - i;
|
|
505
505
|
}
|
|
506
506
|
else {
|
|
507
|
-
let k = this.
|
|
508
|
-
let l = this.
|
|
507
|
+
let k = this.zg.f5(-180, b);
|
|
508
|
+
let l = this.zg.f5(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
|
+
y3() {
|
|
515
|
+
let a = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
|
|
516
|
+
a.c = this.yv;
|
|
517
|
+
let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
518
|
+
b.c = this.yv;
|
|
519
|
+
let c = this.zh.f5(XamGeographicMap.abe.left, a);
|
|
520
|
+
let d = this.zh.f5(XamGeographicMap.abe.right, a);
|
|
521
|
+
let e = this.zj.f5(XamGeographicMap.abe.top, b);
|
|
522
|
+
let f = this.zj.f5(XamGeographicMap.abe.bottom, b);
|
|
523
|
+
this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
|
|
524
|
+
return this.abg;
|
|
525
|
+
}
|
|
526
|
+
abl(a) {
|
|
527
|
+
let b = this.io;
|
|
528
528
|
let c = 0.5 * (a.left + a.right);
|
|
529
529
|
let d = 0.5 * (a.top + a.bottom);
|
|
530
530
|
let e = a.width;
|
|
531
531
|
let f = a.height;
|
|
532
|
-
let g = MathUtil.
|
|
533
|
-
let h = MathUtil.
|
|
534
|
-
let i = this.
|
|
532
|
+
let g = MathUtil.e(a.width, b, 1);
|
|
533
|
+
let h = MathUtil.e(a.height, b, 1);
|
|
534
|
+
let i = this.y9;
|
|
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
|
+
yt(a) {
|
|
574
|
+
super.yt(this.y9);
|
|
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
|
+
abn(a) {
|
|
590
|
+
return this.yt(a);
|
|
591
591
|
}
|
|
592
|
-
|
|
592
|
+
dv() {
|
|
593
593
|
return new XamGeographicMapView(this);
|
|
594
594
|
}
|
|
595
|
-
|
|
595
|
+
aan(a) {
|
|
596
596
|
if (a != null) {
|
|
597
|
-
a.
|
|
597
|
+
a.b2 = this;
|
|
598
598
|
}
|
|
599
599
|
}
|
|
600
|
-
|
|
601
|
-
super.
|
|
602
|
-
this.
|
|
600
|
+
rw(a) {
|
|
601
|
+
super.rw(a);
|
|
602
|
+
this.zt = a;
|
|
603
603
|
}
|
|
604
|
-
|
|
605
|
-
super.
|
|
606
|
-
this.
|
|
607
|
-
this.
|
|
604
|
+
r7(a, b) {
|
|
605
|
+
super.r7(a, b);
|
|
606
|
+
this.tz(this.zh);
|
|
607
|
+
this.tz(this.zj);
|
|
608
608
|
if (Rect.l_op_Inequality(a, b)) {
|
|
609
|
-
this.
|
|
609
|
+
this.aas();
|
|
610
610
|
}
|
|
611
|
-
if (this.
|
|
612
|
-
this.
|
|
611
|
+
if (this.zy) {
|
|
612
|
+
this.yr = this.ys();
|
|
613
613
|
}
|
|
614
|
-
this.
|
|
614
|
+
this.aaz();
|
|
615
615
|
}
|
|
616
|
-
get
|
|
617
|
-
return this.
|
|
616
|
+
get z3() {
|
|
617
|
+
return this.z1;
|
|
618
618
|
}
|
|
619
|
-
set
|
|
620
|
-
let b = this.
|
|
621
|
-
this.
|
|
622
|
-
this.
|
|
619
|
+
set z3(a) {
|
|
620
|
+
let b = this.z1;
|
|
621
|
+
this.z1 = a;
|
|
622
|
+
this.sr("ActualWindowScale", b, this.z1);
|
|
623
623
|
}
|
|
624
|
-
|
|
625
|
-
return this.
|
|
624
|
+
iu() {
|
|
625
|
+
return this.z3;
|
|
626
626
|
}
|
|
627
|
-
|
|
628
|
-
return this.
|
|
627
|
+
iv() {
|
|
628
|
+
return this.z3;
|
|
629
629
|
}
|
|
630
|
-
|
|
631
|
-
super.
|
|
632
|
-
let a = Math.min(this.
|
|
633
|
-
this.
|
|
630
|
+
ty() {
|
|
631
|
+
super.ty();
|
|
632
|
+
let a = Math.min(this.yr.width, this.yr.height);
|
|
633
|
+
this.z3 = a;
|
|
634
634
|
}
|
|
635
|
-
|
|
636
|
-
return this.
|
|
635
|
+
g0() {
|
|
636
|
+
return this.zv;
|
|
637
637
|
}
|
|
638
|
-
|
|
639
|
-
if (this.
|
|
640
|
-
if (this.
|
|
638
|
+
dc() {
|
|
639
|
+
if (this.dd == 0) {
|
|
640
|
+
if (this.zw) {
|
|
641
641
|
return 2;
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
|
-
return this.
|
|
644
|
+
return this.dd;
|
|
645
645
|
}
|
|
646
|
-
|
|
647
|
-
super.
|
|
646
|
+
r8(a, b, c, d) {
|
|
647
|
+
super.r8(a, b, c, d);
|
|
648
648
|
switch (b) {
|
|
649
649
|
case "ZoomCoercionMode":
|
|
650
|
-
this.
|
|
650
|
+
this.aao();
|
|
651
651
|
break;
|
|
652
652
|
case "WindowRect":
|
|
653
|
-
this.
|
|
653
|
+
this.aaw();
|
|
654
654
|
break;
|
|
655
655
|
case XamGeographicMap.$$p[0]:
|
|
656
|
-
this.
|
|
657
|
-
if (this.
|
|
658
|
-
this.
|
|
656
|
+
this.zp = this.zq();
|
|
657
|
+
if (this.zm != null) {
|
|
658
|
+
this.zm.isHorizontalWrappingEnabled = this.zp == 2;
|
|
659
659
|
}
|
|
660
660
|
break;
|
|
661
661
|
case XamGeographicMap.$$p[1]:
|
|
662
|
-
this.
|
|
663
|
-
this.
|
|
664
|
-
this.
|
|
665
|
-
if (this.
|
|
666
|
-
this.
|
|
662
|
+
this.zv = this.zw;
|
|
663
|
+
this.zp = this.zq();
|
|
664
|
+
this.db = this.dc();
|
|
665
|
+
if (this.zm != null) {
|
|
666
|
+
this.zm.isHorizontalWrappingEnabled = this.zp == 2;
|
|
667
667
|
}
|
|
668
668
|
break;
|
|
669
669
|
case XamGeographicMap.$$p[4]:
|
|
670
|
-
this.
|
|
670
|
+
this.yr = this.ys();
|
|
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.zm != null) {
|
|
674
|
+
let e = this.zm;
|
|
675
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aap));
|
|
676
|
+
this.zm.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.zm = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
679
|
+
if (this.zm != null) {
|
|
680
|
+
let f = this.zm;
|
|
681
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aap));
|
|
682
|
+
this.zm.deferralHandler = this;
|
|
683
|
+
this.zm.isHorizontalWrappingEnabled = this.zp == 2;
|
|
684
684
|
}
|
|
685
|
-
this.
|
|
686
|
-
if (this.
|
|
687
|
-
this.
|
|
688
|
-
this.
|
|
689
|
-
this.
|
|
685
|
+
this.zt.fx(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
|
|
686
|
+
if (this.zm != null) {
|
|
687
|
+
this.zm.geographicMap = this;
|
|
688
|
+
this.zt.fu(this.yr);
|
|
689
|
+
this.zt.fy(this.ij);
|
|
690
690
|
}
|
|
691
691
|
break;
|
|
692
692
|
case "YAxis":
|
|
693
693
|
case "XAxis":
|
|
694
|
-
this.
|
|
695
|
-
this.
|
|
694
|
+
this.aau(c);
|
|
695
|
+
this.aan(d);
|
|
696
696
|
break;
|
|
697
697
|
case XamGeographicMap.$$p[6]:
|
|
698
|
-
if (!this.
|
|
699
|
-
this.
|
|
698
|
+
if (!this.zx) {
|
|
699
|
+
this.za = XamGeographicMap.abh;
|
|
700
700
|
}
|
|
701
|
-
this.
|
|
702
|
-
this.
|
|
703
|
-
this.
|
|
704
|
-
this.
|
|
705
|
-
this.
|
|
701
|
+
this.aao();
|
|
702
|
+
this.aav();
|
|
703
|
+
this.aaw();
|
|
704
|
+
this.yr = this.ys();
|
|
705
|
+
this.zt.fv();
|
|
706
706
|
break;
|
|
707
707
|
case "ActualWindowRect":
|
|
708
|
-
this.
|
|
708
|
+
this.zt.fu(this.yr);
|
|
709
709
|
break;
|
|
710
710
|
case "ActualWorldRect":
|
|
711
|
-
for (let g of fromEnum(this.
|
|
712
|
-
g.
|
|
711
|
+
for (let g of fromEnum(this.b9)) {
|
|
712
|
+
g.r7(false);
|
|
713
713
|
}
|
|
714
714
|
break;
|
|
715
715
|
case XamGeographicMap.$$p[5]:
|
|
716
|
-
this.
|
|
716
|
+
this.z3 = this.z4;
|
|
717
717
|
break;
|
|
718
718
|
case "ActualWindowScale":
|
|
719
|
-
if (!this.
|
|
720
|
-
this.
|
|
719
|
+
if (!this.g8) {
|
|
720
|
+
this.ua(this.iu(), this.iv());
|
|
721
721
|
}
|
|
722
722
|
break;
|
|
723
723
|
case "ActualPixelScalingRatio":
|
|
724
|
-
this.
|
|
724
|
+
this.zt.fy(this.ij);
|
|
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.
|
|
731
|
-
this.
|
|
730
|
+
this.io = 5E-06;
|
|
731
|
+
this.im = 5E-06;
|
|
732
732
|
}
|
|
733
733
|
else {
|
|
734
|
-
this.
|
|
735
|
-
this.
|
|
734
|
+
this.io = h;
|
|
735
|
+
this.im = h;
|
|
736
736
|
}
|
|
737
737
|
break;
|
|
738
738
|
case XamGeographicMap.$$p[7]:
|
|
739
|
-
this.
|
|
739
|
+
this.t5();
|
|
740
740
|
break;
|
|
741
741
|
case "MarkerAutomaticBehavior":
|
|
742
|
-
for (let i of fromEnum(this.
|
|
743
|
-
i.
|
|
742
|
+
for (let i of fromEnum(this.b9)) {
|
|
743
|
+
i.qu();
|
|
744
744
|
}
|
|
745
745
|
break;
|
|
746
746
|
}
|
|
747
747
|
}
|
|
748
|
-
|
|
748
|
+
aap(a, b) {
|
|
749
749
|
if (this.imageTilesReady != null) {
|
|
750
750
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
751
751
|
}
|
|
752
752
|
}
|
|
753
|
-
|
|
753
|
+
aau(a) {
|
|
754
754
|
if (a != null) {
|
|
755
|
-
a.
|
|
755
|
+
a.b2 = null;
|
|
756
756
|
}
|
|
757
757
|
}
|
|
758
|
-
|
|
759
|
-
if (this.
|
|
760
|
-
this.
|
|
761
|
-
this.
|
|
758
|
+
aav() {
|
|
759
|
+
if (this.zh != null) {
|
|
760
|
+
this.zh.q5 = this.abi.left;
|
|
761
|
+
this.zh.q4 = this.abi.right;
|
|
762
762
|
}
|
|
763
|
-
if (this.
|
|
764
|
-
this.
|
|
765
|
-
this.
|
|
763
|
+
if (this.zj != null) {
|
|
764
|
+
this.zj.q5 = this.abi.top;
|
|
765
|
+
this.zj.q4 = this.abi.bottom;
|
|
766
766
|
}
|
|
767
|
-
this.
|
|
768
|
-
this.
|
|
767
|
+
this.zh.ed(true);
|
|
768
|
+
this.zj.ed(true);
|
|
769
769
|
}
|
|
770
770
|
getFontInfo() {
|
|
771
|
-
this.
|
|
772
|
-
return this.
|
|
771
|
+
this.zu = this.zt.fr;
|
|
772
|
+
return this.zu;
|
|
773
773
|
}
|
|
774
|
-
|
|
775
|
-
return this.
|
|
774
|
+
xv() {
|
|
775
|
+
return this.zt.fz;
|
|
776
776
|
}
|
|
777
777
|
getFontBrush() {
|
|
778
|
-
return this.
|
|
778
|
+
return this.zt.f0;
|
|
779
779
|
}
|
|
780
|
-
|
|
780
|
+
tk(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.xt = c.triangulationSource.triangles;
|
|
786
786
|
}
|
|
787
787
|
else {
|
|
788
|
-
super.
|
|
788
|
+
super.tk(a, b);
|
|
789
789
|
}
|
|
790
790
|
}
|
|
791
791
|
register(a, b) {
|
|
792
|
-
this.
|
|
792
|
+
this.s6(a, b);
|
|
793
793
|
}
|
|
794
794
|
unRegister(a) {
|
|
795
|
-
this.
|
|
795
|
+
this.tx(a);
|
|
796
796
|
}
|
|
797
797
|
deferredRefresh() {
|
|
798
|
-
this.
|
|
798
|
+
this.o0();
|
|
799
799
|
}
|
|
800
800
|
deferAction(a) {
|
|
801
|
-
if (this.
|
|
802
|
-
this.
|
|
801
|
+
if (this.z6 != null) {
|
|
802
|
+
this.z6.setTimeout(a, 0);
|
|
803
803
|
}
|
|
804
804
|
else {
|
|
805
805
|
window.setTimeout(a, 0);
|
|
806
806
|
}
|
|
807
807
|
}
|
|
808
|
-
|
|
809
|
-
this.
|
|
808
|
+
aam(a) {
|
|
809
|
+
this.t4(a);
|
|
810
810
|
}
|
|
811
|
-
|
|
811
|
+
z7() {
|
|
812
812
|
let a = new ChartVisualData();
|
|
813
|
-
let b = this.
|
|
814
|
-
let c = this.
|
|
813
|
+
let b = this.zh.hr();
|
|
814
|
+
let c = this.zj.hr();
|
|
815
815
|
a.axes.add1(b);
|
|
816
816
|
a.axes.add1(c);
|
|
817
|
-
for (let d = 0; d < this.
|
|
818
|
-
let e = this.
|
|
817
|
+
for (let d = 0; d < this.b9.count; d++) {
|
|
818
|
+
let e = this.b9._inner[d].kv();
|
|
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.y9);
|
|
823
|
+
a.centralArea = RectData.b(this.y9);
|
|
824
|
+
a.plotArea = RectData.b(this.y9);
|
|
825
825
|
return a;
|
|
826
826
|
}
|
|
827
|
-
|
|
827
|
+
yz(a, b, c) {
|
|
828
828
|
return a;
|
|
829
829
|
}
|
|
830
|
-
|
|
830
|
+
aaq() {
|
|
831
831
|
}
|
|
832
|
-
get
|
|
833
|
-
return this.
|
|
832
|
+
get abt() {
|
|
833
|
+
return this.abf;
|
|
834
834
|
}
|
|
835
|
-
set
|
|
836
|
-
this.
|
|
835
|
+
set abt(a) {
|
|
836
|
+
this.abf = a;
|
|
837
837
|
}
|
|
838
|
-
|
|
839
|
-
this.
|
|
840
|
-
this.
|
|
838
|
+
aa0(a) {
|
|
839
|
+
this.abt = a;
|
|
840
|
+
this.aaz();
|
|
841
841
|
}
|
|
842
|
-
|
|
843
|
-
if (this.
|
|
844
|
-
let a = this.getZoomFromGeographicRect(this.
|
|
845
|
-
this.
|
|
846
|
-
this.
|
|
842
|
+
aaz() {
|
|
843
|
+
if (this.z0 && !this.abt.isEmpty) {
|
|
844
|
+
let a = this.getZoomFromGeographicRect(this.abt);
|
|
845
|
+
this.abt = Rect.empty;
|
|
846
|
+
this.ud(a, false);
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
|
-
get
|
|
850
|
-
return !this.
|
|
849
|
+
get z0() {
|
|
850
|
+
return !this.y9.isEmpty && !this.yv.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.zr = 0;
|
|
855
|
+
XamGeographicMap.abe = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
|
|
856
|
+
XamGeographicMap.abh = new Rect(0, 0, 0, 1, 1);
|
|
857
|
+
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'sr', ['BackgroundTilingMode:zo:aa1', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:zw:aa2', [0, false], 'ResizeBehavior:zs:aa3', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zr)], 'SuppressZoomResetOnWorldRectChange:zx:aa4', [0, false], 'UseWorldRectForZoomBounds:zy:aa5', [0, false], 'WindowScale:z4:aa6', [1, NaN], 'WorldRect:abu:aa7', [Rect.$, XamGeographicMap.abe], 'Zoomable:zz:aa8', [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.abn(b);
|
|
988
|
+
let d = XamGeographicMap.abe;
|
|
989
|
+
let e = this.geographicMap.abi;
|
|
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.
|
|
995
|
-
let j = new ScalerParams(1, this.windowRect, b, h.
|
|
993
|
+
let h = this.geographicMap.zh;
|
|
994
|
+
let i = this.geographicMap.zj;
|
|
995
|
+
let j = new ScalerParams(1, this.windowRect, b, h.dn);
|
|
996
996
|
j.c = c;
|
|
997
|
-
let k = new ScalerParams(1, this.windowRect, b, i.
|
|
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.f5(d.left, j);
|
|
1000
|
+
let m = i.f5(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.xk;
|
|
1095
|
+
a.yk = this.cu.xw;
|
|
1096
|
+
a.ys = this.cu.xu;
|
|
1097
|
+
a.trianglesSource = this.cu.xt;
|
|
1098
|
+
a.x8 = this.cu.xz;
|
|
1099
|
+
a.ya = this.cu.x1;
|
|
1100
|
+
a.yc = this.cu.x3;
|
|
1101
1101
|
}
|
|
1102
1102
|
cx() {
|
|
1103
|
-
let a = this.cu.
|
|
1103
|
+
let a = this.cu.xk;
|
|
1104
1104
|
if (this.cu.dc == null) {
|
|
1105
|
-
a.
|
|
1106
|
-
a.
|
|
1105
|
+
a.xi = null;
|
|
1106
|
+
a.xj = null;
|
|
1107
1107
|
return;
|
|
1108
1108
|
}
|
|
1109
|
-
a.
|
|
1110
|
-
a.
|
|
1109
|
+
a.xi = this.cu.dc.zh;
|
|
1110
|
+
a.xj = this.cu.dc.zj;
|
|
1111
1111
|
}
|
|
1112
1112
|
cw() {
|
|
1113
|
-
this.cu.
|
|
1113
|
+
this.cu.xk.yk = this.cu.xw;
|
|
1114
1114
|
}
|
|
1115
1115
|
cv() {
|
|
1116
|
-
this.cu.
|
|
1116
|
+
this.cu.xk.ys = this.cu.xu;
|
|
1117
1117
|
}
|
|
1118
1118
|
cy() {
|
|
1119
|
-
this.cu.
|
|
1119
|
+
this.cu.xk.trianglesSource = this.cu.xt;
|
|
1120
1120
|
}
|
|
1121
1121
|
cz() {
|
|
1122
|
-
this.cu.
|
|
1122
|
+
this.cu.xk.x8 = this.cu.xz;
|
|
1123
1123
|
}
|
|
1124
1124
|
c0() {
|
|
1125
|
-
this.cu.
|
|
1125
|
+
this.cu.xk.ya = this.cu.x1;
|
|
1126
1126
|
}
|
|
1127
1127
|
c1() {
|
|
1128
|
-
this.cu.
|
|
1128
|
+
this.cu.xk.yc = this.cu.x3;
|
|
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.ye != null) {
|
|
1152
|
+
this.c2.ye.zr = this.c2.yi;
|
|
1153
|
+
this.c2.ye.zf = this.c2.yd;
|
|
1154
1154
|
}
|
|
1155
1155
|
}
|
|
1156
1156
|
c3() {
|
|
1157
|
-
if (this.c2.
|
|
1158
|
-
this.c2.
|
|
1157
|
+
if (this.c2.ye != null) {
|
|
1158
|
+
this.c2.ye.zr = this.c2.yi;
|
|
1159
1159
|
}
|
|
1160
1160
|
}
|
|
1161
1161
|
c4() {
|
|
1162
|
-
if (this.c2.
|
|
1163
|
-
this.c2.
|
|
1162
|
+
if (this.c2.ye != null) {
|
|
1163
|
+
this.c2.ye.zf = this.c2.yd;
|
|
1164
1164
|
}
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
@@ -1174,29 +1174,29 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1174
1174
|
class XamGeographicMapView extends SeriesViewerView {
|
|
1175
1175
|
constructor(a) {
|
|
1176
1176
|
super(a);
|
|
1177
|
-
this.
|
|
1177
|
+
this.fq = null;
|
|
1178
|
+
this.f2 = null;
|
|
1179
|
+
this.f0 = null;
|
|
1178
1180
|
this.fz = null;
|
|
1179
|
-
this.
|
|
1180
|
-
this.
|
|
1181
|
-
this.
|
|
1182
|
-
this.
|
|
1183
|
-
this.
|
|
1184
|
-
this.
|
|
1185
|
-
this.fn.wk = 2;
|
|
1186
|
-
this.fn.jh = 5E-06;
|
|
1181
|
+
this.fr = null;
|
|
1182
|
+
this.fs = NaN;
|
|
1183
|
+
this.f2 = Rect.empty;
|
|
1184
|
+
this.fq = a;
|
|
1185
|
+
this.fq.xo = 2;
|
|
1186
|
+
this.fq.jw = 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.
|
|
1194
|
-
this.
|
|
1193
|
+
this.fq.aam(a);
|
|
1194
|
+
this.eo();
|
|
1195
1195
|
}
|
|
1196
|
-
|
|
1196
|
+
get_aq() {
|
|
1197
1197
|
return true;
|
|
1198
1198
|
}
|
|
1199
|
-
|
|
1199
|
+
d7() {
|
|
1200
1200
|
let a;
|
|
1201
1201
|
let b;
|
|
1202
1202
|
let c;
|
|
@@ -1208,63 +1208,63 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1208
1208
|
c = f.p2;
|
|
1209
1209
|
d = f.p3;
|
|
1210
1210
|
e = f.p4;
|
|
1211
|
-
this.
|
|
1212
|
-
this.
|
|
1213
|
-
this.
|
|
1211
|
+
this.f0 = c;
|
|
1212
|
+
this.fr = d;
|
|
1213
|
+
this.fz = e;
|
|
1214
1214
|
let g = this.j.e();
|
|
1215
|
-
this.
|
|
1216
|
-
this.
|
|
1217
|
-
this.
|
|
1218
|
-
this.
|
|
1219
|
-
if (this.
|
|
1215
|
+
this.fq.ag = g.a;
|
|
1216
|
+
this.fq.aj = g.f;
|
|
1217
|
+
this.fq.ah = g.b != null ? g.b : new BrushCollection();
|
|
1218
|
+
this.fq.ai = g.c != null ? g.c : new BrushCollection();
|
|
1219
|
+
if (this.fq.ah.count == 0) {
|
|
1220
1220
|
for (let h = 0; h < g.a.count; h++) {
|
|
1221
|
-
this.
|
|
1221
|
+
this.fq.ah.add(g.a.item(h));
|
|
1222
1222
|
}
|
|
1223
1223
|
}
|
|
1224
1224
|
if (g.c.count == 0) {
|
|
1225
1225
|
for (let i = 0; i < g.f.count; i++) {
|
|
1226
|
-
this.
|
|
1226
|
+
this.fq.ai.add(g.f.item(i));
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
|
-
|
|
1231
|
-
super.
|
|
1232
|
-
if (this.
|
|
1233
|
-
let b = this.
|
|
1230
|
+
dx(a) {
|
|
1231
|
+
super.dx(a);
|
|
1232
|
+
if (this.fq.backgroundContent != null) {
|
|
1233
|
+
let b = this.fq.backgroundContent;
|
|
1234
1234
|
b.be(this.j.ae);
|
|
1235
1235
|
b.bd(a);
|
|
1236
1236
|
}
|
|
1237
1237
|
}
|
|
1238
|
-
|
|
1239
|
-
super.
|
|
1240
|
-
this.
|
|
1241
|
-
if (this.
|
|
1242
|
-
let b = this.
|
|
1243
|
-
b.bf(this.
|
|
1238
|
+
dy(a) {
|
|
1239
|
+
super.dy(a);
|
|
1240
|
+
this.f2 = a;
|
|
1241
|
+
if (this.fq.backgroundContent != null) {
|
|
1242
|
+
let b = this.fq.backgroundContent;
|
|
1243
|
+
b.bf(this.f2);
|
|
1244
1244
|
}
|
|
1245
1245
|
}
|
|
1246
|
-
|
|
1247
|
-
return new Rect(0, 0, 0, this.
|
|
1246
|
+
f1() {
|
|
1247
|
+
return new Rect(0, 0, 0, this.f2.width, this.f2.height);
|
|
1248
1248
|
}
|
|
1249
|
-
|
|
1250
|
-
if (this.
|
|
1251
|
-
let a = this.
|
|
1249
|
+
fv() {
|
|
1250
|
+
if (this.fq.backgroundContent != null) {
|
|
1251
|
+
let a = this.fq.backgroundContent;
|
|
1252
1252
|
a.a6();
|
|
1253
1253
|
}
|
|
1254
1254
|
}
|
|
1255
|
-
|
|
1256
|
-
if (this.
|
|
1257
|
-
this.
|
|
1255
|
+
fu(a) {
|
|
1256
|
+
if (this.fq.zm != null) {
|
|
1257
|
+
this.fq.zm.windowRect = a;
|
|
1258
1258
|
}
|
|
1259
1259
|
}
|
|
1260
|
-
|
|
1261
|
-
if (this.
|
|
1262
|
-
this.
|
|
1260
|
+
fx(a, b) {
|
|
1261
|
+
if (this.fq.zm != null) {
|
|
1262
|
+
this.fq.zm.windowRect = this.fq.yr;
|
|
1263
1263
|
}
|
|
1264
1264
|
if (a != null) {
|
|
1265
1265
|
let c = a.ao;
|
|
1266
1266
|
if (c != null) {
|
|
1267
|
-
this.
|
|
1267
|
+
this.fq.al.h.remove(c.ag);
|
|
1268
1268
|
}
|
|
1269
1269
|
a.bd(null);
|
|
1270
1270
|
a.be(null);
|
|
@@ -1272,48 +1272,48 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1272
1272
|
if (b != null) {
|
|
1273
1273
|
let d = b.ao;
|
|
1274
1274
|
if (d != null) {
|
|
1275
|
-
this.
|
|
1275
|
+
this.fq.al.h.add(d.ag);
|
|
1276
1276
|
}
|
|
1277
|
-
if (!this.
|
|
1278
|
-
this.
|
|
1277
|
+
if (!this.f2.isEmpty) {
|
|
1278
|
+
this.dy(this.f2);
|
|
1279
1279
|
}
|
|
1280
1280
|
if (this.w != null) {
|
|
1281
|
-
this.
|
|
1281
|
+
this.dx(this.w);
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
1284
1284
|
if (b == null) {
|
|
1285
|
-
this.
|
|
1285
|
+
this.fw(this.w);
|
|
1286
1286
|
}
|
|
1287
1287
|
}
|
|
1288
|
-
|
|
1289
|
-
let b = this.
|
|
1288
|
+
fw(a) {
|
|
1289
|
+
let b = this.fq.ij;
|
|
1290
1290
|
if (b != 1) {
|
|
1291
1291
|
a.aa();
|
|
1292
1292
|
a.ab(b, b);
|
|
1293
1293
|
}
|
|
1294
|
-
a.l(this.
|
|
1294
|
+
a.l(this.f2.left, this.f2.top, this.f2.width, this.f2.height);
|
|
1295
1295
|
if (b != 1) {
|
|
1296
1296
|
a.z();
|
|
1297
1297
|
}
|
|
1298
1298
|
}
|
|
1299
|
-
|
|
1300
|
-
this.
|
|
1301
|
-
this.
|
|
1302
|
-
this.
|
|
1303
|
-
this.
|
|
1304
|
-
super.
|
|
1299
|
+
d4() {
|
|
1300
|
+
this.fg.ad = Defaults.crosshairLineThickness;
|
|
1301
|
+
this.fh.ad = Defaults.crosshairLineThickness;
|
|
1302
|
+
this.fg._stroke = Defaults.crosshairLineBrush;
|
|
1303
|
+
this.fh._stroke = Defaults.crosshairLineBrush;
|
|
1304
|
+
super.d4();
|
|
1305
1305
|
}
|
|
1306
|
-
|
|
1307
|
-
this.
|
|
1308
|
-
if (this.
|
|
1309
|
-
this.
|
|
1306
|
+
fy(a) {
|
|
1307
|
+
this.fs = a;
|
|
1308
|
+
if (this.fq.backgroundContent != null) {
|
|
1309
|
+
this.fq.backgroundContent.bc(a);
|
|
1310
1310
|
}
|
|
1311
1311
|
}
|
|
1312
|
-
get
|
|
1313
|
-
return this.
|
|
1312
|
+
get ft() {
|
|
1313
|
+
return this.fs;
|
|
1314
1314
|
}
|
|
1315
|
-
set
|
|
1316
|
-
this.
|
|
1315
|
+
set ft(a) {
|
|
1316
|
+
this.fs = a;
|
|
1317
1317
|
}
|
|
1318
1318
|
}
|
|
1319
1319
|
XamGeographicMapView.$t = markType(XamGeographicMapView, 'XamGeographicMapView', SeriesViewerView.$);
|
|
@@ -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
|
+
rg(a) {
|
|
1362
|
+
super.rg(a);
|
|
1363
|
+
this.xs = a;
|
|
1364
1364
|
}
|
|
1365
|
-
|
|
1366
|
-
super.
|
|
1365
|
+
rp(a, b, c, d) {
|
|
1366
|
+
super.rp(a, b, c, d);
|
|
1367
1367
|
switch (b) {
|
|
1368
1368
|
case "SeriesViewer":
|
|
1369
|
-
this.
|
|
1369
|
+
this.xs.cx();
|
|
1370
1370
|
break;
|
|
1371
1371
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1372
|
-
this.
|
|
1372
|
+
this.xs.cw();
|
|
1373
1373
|
break;
|
|
1374
1374
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1375
|
-
this.
|
|
1375
|
+
this.xs.cv();
|
|
1376
1376
|
break;
|
|
1377
1377
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1378
|
-
this.
|
|
1378
|
+
this.xs.cy();
|
|
1379
1379
|
break;
|
|
1380
1380
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1381
|
-
this.
|
|
1381
|
+
this.xs.cz();
|
|
1382
1382
|
break;
|
|
1383
1383
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1384
|
-
this.
|
|
1384
|
+
this.xs.c0();
|
|
1385
1385
|
break;
|
|
1386
1386
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1387
|
-
this.
|
|
1387
|
+
this.xs.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:xu:x5', [2, "pointY"], 'LongitudeMemberPath:xw:x6', [2, "pointX"], 'TriangleVertexMemberPath1:xz:x8', [2, "v1"], 'TriangleVertexMemberPath2:x1:x9', [2, "v2"], 'TriangleVertexMemberPath3:x3:ya', [2, "v3"], 'TrianglesSource:xt:x7', [IEnumerable_$type, null]]);
|
|
1394
1394
|
return GeographicXYTriangulatingSeries;
|
|
1395
1395
|
})();
|
|
1396
1396
|
/**
|
|
@@ -1400,59 +1400,59 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1400
1400
|
class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
1401
1401
|
constructor() {
|
|
1402
1402
|
super();
|
|
1403
|
-
this.
|
|
1403
|
+
this.yb = null;
|
|
1404
1404
|
this.triangulationStatusChanged = null;
|
|
1405
1405
|
this.ab = GeographicScatterAreaSeries.$;
|
|
1406
1406
|
}
|
|
1407
1407
|
bk() {
|
|
1408
1408
|
return new GeographicScatterAreaSeries();
|
|
1409
1409
|
}
|
|
1410
|
-
|
|
1410
|
+
get_ex() {
|
|
1411
1411
|
return true;
|
|
1412
1412
|
}
|
|
1413
|
-
get
|
|
1414
|
-
return this.
|
|
1413
|
+
get yd() {
|
|
1414
|
+
return this.yb;
|
|
1415
1415
|
}
|
|
1416
|
-
set
|
|
1417
|
-
let b = this.
|
|
1416
|
+
set yd(a) {
|
|
1417
|
+
let b = this.yb != 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.yb;
|
|
1420
|
+
if (this.yb != null) {
|
|
1421
|
+
let d = this.yb;
|
|
1422
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yl));
|
|
1423
1423
|
}
|
|
1424
|
-
this.
|
|
1425
|
-
if (this.
|
|
1426
|
-
let e = this.
|
|
1427
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1424
|
+
this.yb = a;
|
|
1425
|
+
if (this.yb != null) {
|
|
1426
|
+
let e = this.yb;
|
|
1427
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yl));
|
|
1428
1428
|
}
|
|
1429
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1430
|
-
if (this.
|
|
1431
|
-
this.
|
|
1429
|
+
this.raisePropertyChanged("ColorScale", c, this.yb);
|
|
1430
|
+
if (this.ye != null) {
|
|
1431
|
+
this.ye.zf = a;
|
|
1432
1432
|
}
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
|
-
|
|
1436
|
-
this.
|
|
1437
|
-
this.
|
|
1438
|
-
this.
|
|
1435
|
+
yl(a, b) {
|
|
1436
|
+
this.yg.c4();
|
|
1437
|
+
this.yn();
|
|
1438
|
+
this.r7(false);
|
|
1439
1439
|
}
|
|
1440
|
-
|
|
1441
|
-
if (this.
|
|
1442
|
-
this.
|
|
1440
|
+
yn() {
|
|
1441
|
+
if (this.ye != null) {
|
|
1442
|
+
this.yc = this.ye.ze;
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
|
-
|
|
1446
|
-
super.
|
|
1447
|
-
this.
|
|
1445
|
+
sy() {
|
|
1446
|
+
super.sy();
|
|
1447
|
+
this.yn();
|
|
1448
1448
|
}
|
|
1449
|
-
|
|
1450
|
-
this.
|
|
1451
|
-
let a = this.
|
|
1452
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1453
|
-
return this.
|
|
1449
|
+
xj() {
|
|
1450
|
+
this.ye = new ScatterAreaSeries();
|
|
1451
|
+
let a = this.ye;
|
|
1452
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.ym));
|
|
1453
|
+
return this.ye;
|
|
1454
1454
|
}
|
|
1455
|
-
|
|
1455
|
+
ym(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
|
+
rg(a) {
|
|
1464
|
+
super.rg(a);
|
|
1465
|
+
this.yg = a;
|
|
1466
1466
|
}
|
|
1467
|
-
|
|
1468
|
-
super.
|
|
1467
|
+
rp(a, b, c, d) {
|
|
1468
|
+
super.rp(a, b, c, d);
|
|
1469
1469
|
switch (b) {
|
|
1470
1470
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1471
|
-
this.
|
|
1471
|
+
this.yg.c3();
|
|
1472
1472
|
break;
|
|
1473
1473
|
case "ColorScale":
|
|
1474
|
-
this.
|
|
1475
|
-
this.
|
|
1474
|
+
this.yg.c4();
|
|
1475
|
+
this.yn();
|
|
1476
1476
|
break;
|
|
1477
1477
|
}
|
|
1478
1478
|
}
|
|
1479
|
-
|
|
1479
|
+
get_hd() {
|
|
1480
1480
|
return true;
|
|
1481
1481
|
}
|
|
1482
|
-
|
|
1483
|
-
super.
|
|
1482
|
+
set_hd(a) {
|
|
1483
|
+
super.set_hd(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:yc:yo', [ColorScale.$, null], 'ColorMemberPath:yi:yp', [2, "value"]]);
|
|
1488
1488
|
return GeographicScatterAreaSeries;
|
|
1489
1489
|
})();
|