igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.3
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-webcomponents-maps.umd.js +1442 -1442
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +437 -437
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-component.js +47 -47
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +431 -431
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-component.js +47 -47
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +1456 -1456
- package/fesm5/igniteui-webcomponents-maps.js +1442 -1442
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
- 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 +7 -7
- 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 +23 -23
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +102 -102
- package/package.json +3 -3
|
@@ -40,22 +40,22 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
40
40
|
class XamGeographicMap extends SeriesViewer {
|
|
41
41
|
constructor() {
|
|
42
42
|
super();
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.abe = null;
|
|
48
|
-
this.zl = null;
|
|
49
|
-
this.zh = null;
|
|
50
|
-
this.zj = null;
|
|
51
|
-
this.zn = null;
|
|
52
|
-
this.aba = { $type: Point_$type, x: NaN, y: NaN };
|
|
43
|
+
this.aaa = null;
|
|
44
|
+
this.zz = false;
|
|
45
|
+
this.zr = 1;
|
|
46
|
+
this.z6 = 0;
|
|
53
47
|
this.abh = null;
|
|
54
|
-
this.
|
|
48
|
+
this.zo = null;
|
|
49
|
+
this.zk = null;
|
|
50
|
+
this.zm = null;
|
|
51
|
+
this.zq = null;
|
|
52
|
+
this.abd = { $type: Point_$type, x: NaN, y: NaN };
|
|
53
|
+
this.abk = null;
|
|
54
|
+
this.z5 = 1;
|
|
55
55
|
this.imageTilesReady = null;
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
56
|
+
this.zy = null;
|
|
57
|
+
this.abj = Rect.empty;
|
|
58
|
+
this.z6 = SphericalMercatorVerticalScaler.am(XamGeographicMap.abi.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.abi.top);
|
|
59
59
|
this.ab = XamGeographicMap.$;
|
|
60
60
|
this.backgroundContent = new OpenStreetMapImagery();
|
|
61
61
|
let a = ((() => {
|
|
@@ -64,70 +64,70 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
64
64
|
return $ret;
|
|
65
65
|
})());
|
|
66
66
|
a.dk = true;
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
67
|
+
this.zl = a;
|
|
68
|
+
this.zl.tf = new SphericalMercatorHorizontalScaler();
|
|
69
69
|
let b = ((() => {
|
|
70
70
|
let $ret = new NumericYAxis();
|
|
71
71
|
$ret.b7 = this;
|
|
72
72
|
return $ret;
|
|
73
73
|
})());
|
|
74
74
|
b.dk = true;
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
75
|
+
this.zn = b;
|
|
76
|
+
this.zn.tf = new SphericalMercatorVerticalScaler();
|
|
77
|
+
this.aas();
|
|
78
|
+
this.aaz();
|
|
79
|
+
this.pq();
|
|
80
80
|
}
|
|
81
81
|
provideContainer(a) {
|
|
82
82
|
super.provideContainer(a);
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
83
|
+
this.zl.provideRenderer(a);
|
|
84
|
+
this.zn.provideRenderer(a);
|
|
85
85
|
}
|
|
86
|
-
|
|
87
|
-
super.
|
|
88
|
-
this.
|
|
86
|
+
pq() {
|
|
87
|
+
super.pq();
|
|
88
|
+
this.zx.fy(this.ik);
|
|
89
89
|
}
|
|
90
90
|
gh() {
|
|
91
|
-
return this.
|
|
91
|
+
return this.z3;
|
|
92
92
|
}
|
|
93
93
|
gi() {
|
|
94
|
-
return this.
|
|
94
|
+
return this.z3;
|
|
95
95
|
}
|
|
96
|
-
|
|
97
|
-
if (this.
|
|
98
|
-
if (this.
|
|
96
|
+
zu() {
|
|
97
|
+
if (this.zs == 0) {
|
|
98
|
+
if (this.zz) {
|
|
99
99
|
return 2;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
return 1;
|
|
103
103
|
}
|
|
104
|
-
get
|
|
105
|
-
return this.
|
|
104
|
+
get zt() {
|
|
105
|
+
return this.zr;
|
|
106
106
|
}
|
|
107
|
-
set
|
|
108
|
-
this.
|
|
107
|
+
set zt(a) {
|
|
108
|
+
this.zr = a;
|
|
109
109
|
}
|
|
110
|
-
get
|
|
111
|
-
return this.
|
|
110
|
+
get abm() {
|
|
111
|
+
return this.abh;
|
|
112
112
|
}
|
|
113
|
-
set
|
|
114
|
-
let b = Rect.l_op_Inequality(this.
|
|
113
|
+
set abm(a) {
|
|
114
|
+
let b = Rect.l_op_Inequality(this.abh, a);
|
|
115
115
|
if (b) {
|
|
116
|
-
let c = this.
|
|
117
|
-
this.
|
|
118
|
-
this.
|
|
116
|
+
let c = this.abh;
|
|
117
|
+
this.abh = a;
|
|
118
|
+
this.st("ActualWorldRect", c, a);
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
|
|
122
|
-
return this.
|
|
121
|
+
abq() {
|
|
122
|
+
return this.abm;
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
if (this.
|
|
124
|
+
aas() {
|
|
125
|
+
if (this.aby.isEmpty) {
|
|
126
126
|
return;
|
|
127
127
|
}
|
|
128
|
-
this.
|
|
128
|
+
this.abm = this.abw(this.aby, this.db == 1);
|
|
129
129
|
}
|
|
130
|
-
|
|
130
|
+
abw(a, b) {
|
|
131
131
|
let c = a.top;
|
|
132
132
|
let d = a.left;
|
|
133
133
|
let e = a.width;
|
|
@@ -135,25 +135,25 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
135
135
|
let g = SphericalMercatorVerticalScaler.am(a.bottom);
|
|
136
136
|
let h = SphericalMercatorVerticalScaler.am(a.top);
|
|
137
137
|
let i = g - h;
|
|
138
|
-
let j = a.width / XamGeographicMap.
|
|
139
|
-
let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.
|
|
138
|
+
let j = a.width / XamGeographicMap.abi.width;
|
|
139
|
+
let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.abi.top);
|
|
140
140
|
let l = i / j;
|
|
141
|
-
if (i / j > this.
|
|
142
|
-
let m = i / this.
|
|
141
|
+
if (i / j > this.z6) {
|
|
142
|
+
let m = i / this.z6;
|
|
143
143
|
let n = m - j;
|
|
144
|
-
d = d - (n / 2) * XamGeographicMap.
|
|
145
|
-
e = m * XamGeographicMap.
|
|
144
|
+
d = d - (n / 2) * XamGeographicMap.abi.width;
|
|
145
|
+
e = m * XamGeographicMap.abi.width;
|
|
146
146
|
if (b) {
|
|
147
|
-
if (d < XamGeographicMap.
|
|
148
|
-
d += (XamGeographicMap.
|
|
147
|
+
if (d < XamGeographicMap.abi.left) {
|
|
148
|
+
d += (XamGeographicMap.abi.left - d);
|
|
149
149
|
}
|
|
150
|
-
else if ((d + e) > XamGeographicMap.
|
|
151
|
-
d -= ((d + e) - XamGeographicMap.
|
|
150
|
+
else if ((d + e) > XamGeographicMap.abi.right) {
|
|
151
|
+
d -= ((d + e) - XamGeographicMap.abi.right);
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
else if (i / j < this.
|
|
156
|
-
let o = this.
|
|
155
|
+
else if (i / j < this.z6) {
|
|
156
|
+
let o = this.z6 * j;
|
|
157
157
|
let p = o - i;
|
|
158
158
|
let q = h - (p / 2);
|
|
159
159
|
let r = g + (p / 2);
|
|
@@ -162,9 +162,9 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
162
162
|
q += (k - q);
|
|
163
163
|
r += (k - q);
|
|
164
164
|
}
|
|
165
|
-
else if (r > (k + this.
|
|
166
|
-
q -= ((r) - (k + this.
|
|
167
|
-
r -= ((r) - (k + this.
|
|
165
|
+
else if (r > (k + this.z6)) {
|
|
166
|
+
q -= ((r) - (k + this.z6));
|
|
167
|
+
r -= ((r) - (k + this.z6));
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
c = SphericalMercatorVerticalScaler.aq(q);
|
|
@@ -174,76 +174,76 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
174
174
|
return s;
|
|
175
175
|
}
|
|
176
176
|
get backgroundContent() {
|
|
177
|
-
return this.
|
|
177
|
+
return this.zo;
|
|
178
178
|
}
|
|
179
179
|
set backgroundContent(a) {
|
|
180
180
|
let b = a != this.backgroundContent;
|
|
181
181
|
if (b) {
|
|
182
182
|
let c = this.backgroundContent;
|
|
183
|
-
this.
|
|
184
|
-
this.
|
|
183
|
+
this.zo = a;
|
|
184
|
+
this.st("BackgroundContent", c, a);
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
get
|
|
188
|
-
return this.
|
|
187
|
+
get zl() {
|
|
188
|
+
return this.zk;
|
|
189
189
|
}
|
|
190
|
-
set
|
|
191
|
-
let b = a != this.
|
|
190
|
+
set zl(a) {
|
|
191
|
+
let b = a != this.zl;
|
|
192
192
|
if (b) {
|
|
193
|
-
let c = this.
|
|
194
|
-
this.
|
|
195
|
-
this.
|
|
193
|
+
let c = this.zl;
|
|
194
|
+
this.zk = a;
|
|
195
|
+
this.st("XAxis", c, a);
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
|
-
get
|
|
199
|
-
return this.
|
|
198
|
+
get zn() {
|
|
199
|
+
return this.zm;
|
|
200
200
|
}
|
|
201
|
-
set
|
|
202
|
-
let b = a != this.
|
|
201
|
+
set zn(a) {
|
|
202
|
+
let b = a != this.zn;
|
|
203
203
|
if (b) {
|
|
204
|
-
let c = this.
|
|
205
|
-
this.
|
|
206
|
-
this.
|
|
204
|
+
let c = this.zn;
|
|
205
|
+
this.zm = a;
|
|
206
|
+
this.st("YAxis", c, a);
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
getZoomRectFromGeoRect(a) {
|
|
210
210
|
return this.getZoomFromGeographicRect(a);
|
|
211
211
|
}
|
|
212
|
-
|
|
213
|
-
this.
|
|
212
|
+
aa2(a) {
|
|
213
|
+
this.ze = a;
|
|
214
214
|
}
|
|
215
|
-
|
|
216
|
-
this.
|
|
215
|
+
aa1(a) {
|
|
216
|
+
this.aby = a;
|
|
217
217
|
}
|
|
218
218
|
getZoomFromGeographicRect(a) {
|
|
219
|
-
return this.
|
|
219
|
+
return this.abo(a, true, 0);
|
|
220
220
|
}
|
|
221
|
-
|
|
222
|
-
return this.
|
|
221
|
+
abn(a, b) {
|
|
222
|
+
return this.abo(a, false, b);
|
|
223
223
|
}
|
|
224
|
-
|
|
224
|
+
abo(a, b, c) {
|
|
225
225
|
let d = a;
|
|
226
226
|
if (b) {
|
|
227
|
-
d = this.
|
|
228
|
-
}
|
|
229
|
-
let e = this.
|
|
230
|
-
let f = this.
|
|
231
|
-
let g = new ScalerParams(1, XamGeographicMap.
|
|
232
|
-
g.c = this.
|
|
233
|
-
let h = new ScalerParams(1, XamGeographicMap.
|
|
234
|
-
h.c = this.
|
|
235
|
-
let i = this.
|
|
236
|
-
let j = this.
|
|
237
|
-
let k = this.
|
|
238
|
-
let l = this.
|
|
239
|
-
let m = (i - c) / this.
|
|
240
|
-
let n = (l - c) / this.
|
|
241
|
-
let o = (j - i + (c * 2)) / this.
|
|
242
|
-
let p = (k - l + (c * 2)) / this.
|
|
227
|
+
d = this.abw(a, false);
|
|
228
|
+
}
|
|
229
|
+
let e = this.zl;
|
|
230
|
+
let f = this.zn;
|
|
231
|
+
let g = new ScalerParams(1, XamGeographicMap.abl, this.zd, e.dn);
|
|
232
|
+
g.c = this.yz;
|
|
233
|
+
let h = new ScalerParams(1, XamGeographicMap.abl, this.zd, f.dn);
|
|
234
|
+
h.c = this.yz;
|
|
235
|
+
let i = this.zl.f7(d.left, g);
|
|
236
|
+
let j = this.zl.f7(d.right, g);
|
|
237
|
+
let k = this.zn.f7(d.top, h);
|
|
238
|
+
let l = this.zn.f7(d.bottom, h);
|
|
239
|
+
let m = (i - c) / this.zd.width;
|
|
240
|
+
let n = (l - c) / this.zd.height;
|
|
241
|
+
let o = (j - i + (c * 2)) / this.zd.width;
|
|
242
|
+
let p = (k - l + (c * 2)) / this.zd.height;
|
|
243
243
|
let q = new Rect(0, m, n, o, p);
|
|
244
|
-
q.intersect(XamGeographicMap.
|
|
244
|
+
q.intersect(XamGeographicMap.abl);
|
|
245
245
|
if (q.isEmpty) {
|
|
246
|
-
q = XamGeographicMap.
|
|
246
|
+
q = XamGeographicMap.abl;
|
|
247
247
|
}
|
|
248
248
|
return q;
|
|
249
249
|
}
|
|
@@ -253,21 +253,21 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
253
253
|
let e = b.x - a.x;
|
|
254
254
|
let f = a.y - b.y;
|
|
255
255
|
if (e < 0 || f < 0) {
|
|
256
|
-
return XamGeographicMap.
|
|
256
|
+
return XamGeographicMap.abl;
|
|
257
257
|
}
|
|
258
258
|
else {
|
|
259
259
|
let g = new Rect(0, c, d, e, f);
|
|
260
260
|
return this.getZoomFromGeographicRect(g);
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
|
-
|
|
264
|
-
let b = this.
|
|
265
|
-
let c = this.
|
|
266
|
-
let d = new ScalerParams(1, a, this.
|
|
267
|
-
d.c = this.
|
|
268
|
-
let e = new ScalerParams(1, a, this.
|
|
269
|
-
e.c = this.
|
|
270
|
-
let f = this.
|
|
263
|
+
abs(a) {
|
|
264
|
+
let b = this.zl;
|
|
265
|
+
let c = this.zn;
|
|
266
|
+
let d = new ScalerParams(1, a, this.zd, b.dn);
|
|
267
|
+
d.c = this.yz;
|
|
268
|
+
let e = new ScalerParams(1, a, this.zd, c.dn);
|
|
269
|
+
e.c = this.yz;
|
|
270
|
+
let f = this.yy;
|
|
271
271
|
let g = b.ga(f.left, d);
|
|
272
272
|
let h = c.ga(f.top, e);
|
|
273
273
|
let i = b.ga(f.right, d);
|
|
@@ -276,165 +276,165 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
276
276
|
let l = h - j;
|
|
277
277
|
let m = new Rect(0, g, j, k, l);
|
|
278
278
|
if (this.db == 1) {
|
|
279
|
-
m.intersect(XamGeographicMap.
|
|
279
|
+
m.intersect(XamGeographicMap.abi);
|
|
280
280
|
if (m.isEmpty) {
|
|
281
|
-
m = XamGeographicMap.
|
|
281
|
+
m = XamGeographicMap.abi;
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
return m;
|
|
285
285
|
}
|
|
286
|
-
|
|
287
|
-
let b = this.
|
|
288
|
-
let c = this.
|
|
286
|
+
abe(a) {
|
|
287
|
+
let b = this.zl.re(a.x);
|
|
288
|
+
let c = this.zn.re(a.y);
|
|
289
289
|
return { $type: Point_$type, x: b, y: c };
|
|
290
290
|
}
|
|
291
|
-
|
|
292
|
-
let b = this.
|
|
293
|
-
let c = this.
|
|
291
|
+
abf(a) {
|
|
292
|
+
let b = this.zl.gv(a.x);
|
|
293
|
+
let c = this.zn.gv(a.y);
|
|
294
294
|
return { $type: Point_$type, x: b, y: c };
|
|
295
295
|
}
|
|
296
|
-
|
|
297
|
-
return this.
|
|
296
|
+
abg(a) {
|
|
297
|
+
return this.abf(a);
|
|
298
298
|
}
|
|
299
|
-
|
|
299
|
+
aap() {
|
|
300
300
|
let a = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
301
301
|
if (a != null) {
|
|
302
302
|
a.clearTileCache();
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
|
|
305
|
+
aav(a) {
|
|
306
306
|
}
|
|
307
307
|
hd() {
|
|
308
308
|
return true;
|
|
309
309
|
}
|
|
310
|
-
|
|
311
|
-
this.
|
|
310
|
+
aax() {
|
|
311
|
+
this.zx.eh();
|
|
312
312
|
for (let a of fromEnum(this.b9)) {
|
|
313
|
-
a.
|
|
313
|
+
a.sw();
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
|
-
|
|
317
|
-
if (this.
|
|
318
|
-
if (!this.
|
|
319
|
-
let a = this.
|
|
320
|
-
let b = this.
|
|
321
|
-
this.
|
|
316
|
+
aa0() {
|
|
317
|
+
if (this.zw == 2) {
|
|
318
|
+
if (!this.zd.isEmpty && this.zd.width > 0 && this.zd.height > 0) {
|
|
319
|
+
let a = this.zl.re(this.zd.left + (this.zd.width / 2));
|
|
320
|
+
let b = this.zn.re(this.zd.top + (this.zd.height / 2));
|
|
321
|
+
this.abd = { $type: Point_$type, x: a, y: b };
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
else {
|
|
325
|
-
if (!this.
|
|
326
|
-
let c = this.
|
|
327
|
-
let d = this.
|
|
328
|
-
this.
|
|
325
|
+
if (!this.zd.isEmpty && this.zd.width > 0 && this.zd.height > 0) {
|
|
326
|
+
let c = this.zl.re(this.zd.left);
|
|
327
|
+
let d = this.zn.re(this.zd.top);
|
|
328
|
+
this.abd = { $type: Point_$type, x: c, y: d };
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
|
-
|
|
333
|
-
if (isNaN_(this.
|
|
334
|
-
this.
|
|
332
|
+
aaw() {
|
|
333
|
+
if (isNaN_(this.abd.x) || isNaN_(this.abd.y)) {
|
|
334
|
+
this.aa0();
|
|
335
335
|
}
|
|
336
|
-
let a = this.
|
|
337
|
-
let b = this.
|
|
336
|
+
let a = this.abd.x;
|
|
337
|
+
let b = this.abd.y;
|
|
338
338
|
if (!isNaN_(a) && !isNaN_(b)) {
|
|
339
|
-
let c = this.
|
|
340
|
-
let d = this.
|
|
341
|
-
let e = this.
|
|
342
|
-
let f = this.
|
|
343
|
-
if (e > this.
|
|
339
|
+
let c = this.yv.left;
|
|
340
|
+
let d = this.yv.top;
|
|
341
|
+
let e = this.yv.width;
|
|
342
|
+
let f = this.yv.height;
|
|
343
|
+
if (e > this.abk.width) {
|
|
344
344
|
}
|
|
345
345
|
else {
|
|
346
|
-
let g = new ScalerParams(1, XamGeographicMap.
|
|
347
|
-
g.c = this.
|
|
348
|
-
let h = this.
|
|
349
|
-
if (this.
|
|
350
|
-
let i = h / this.
|
|
346
|
+
let g = new ScalerParams(1, XamGeographicMap.abl, this.zd, this.zl.dn);
|
|
347
|
+
g.c = this.yz;
|
|
348
|
+
let h = this.zl.f7(a, g);
|
|
349
|
+
if (this.zw == 2) {
|
|
350
|
+
let i = h / this.zd.width;
|
|
351
351
|
c = i - (e / 2);
|
|
352
352
|
}
|
|
353
353
|
else {
|
|
354
|
-
c = h / this.
|
|
354
|
+
c = h / this.zd.width;
|
|
355
355
|
}
|
|
356
|
-
if (c + e > this.
|
|
357
|
-
c = this.
|
|
356
|
+
if (c + e > this.abk.right) {
|
|
357
|
+
c = this.abk.right - e;
|
|
358
358
|
}
|
|
359
|
-
else if (c < this.
|
|
360
|
-
c = this.
|
|
359
|
+
else if (c < this.abk.left) {
|
|
360
|
+
c = this.abk.left;
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
|
-
if (f > this.
|
|
363
|
+
if (f > this.abk.height) {
|
|
364
364
|
}
|
|
365
365
|
else {
|
|
366
|
-
let j = new ScalerParams(1, XamGeographicMap.
|
|
367
|
-
j.c = this.
|
|
368
|
-
let k = this.
|
|
369
|
-
if (this.
|
|
370
|
-
let l = k / this.
|
|
366
|
+
let j = new ScalerParams(1, XamGeographicMap.abl, this.zd, this.zn.dn);
|
|
367
|
+
j.c = this.yz;
|
|
368
|
+
let k = this.zn.f7(b, j);
|
|
369
|
+
if (this.zw == 2) {
|
|
370
|
+
let l = k / this.zd.height;
|
|
371
371
|
d = l - (f / 2);
|
|
372
372
|
}
|
|
373
373
|
else {
|
|
374
|
-
d = k / this.
|
|
374
|
+
d = k / this.zd.height;
|
|
375
375
|
}
|
|
376
|
-
if (d + f > this.
|
|
377
|
-
d = this.
|
|
376
|
+
if (d + f > this.abk.bottom) {
|
|
377
|
+
d = this.abk.bottom - f;
|
|
378
378
|
}
|
|
379
|
-
else if (d < this.
|
|
380
|
-
d = this.
|
|
379
|
+
else if (d < this.abk.top) {
|
|
380
|
+
d = this.abk.top;
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
|
-
this.
|
|
383
|
+
this.uf(new Rect(0, c, d, e, f), false);
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
386
|
get_f7() {
|
|
387
387
|
return true;
|
|
388
388
|
}
|
|
389
|
-
|
|
390
|
-
let a = super.
|
|
391
|
-
if (this.
|
|
389
|
+
yw() {
|
|
390
|
+
let a = super.yw();
|
|
391
|
+
if (this.zl == null || this.zn == null) {
|
|
392
392
|
return a;
|
|
393
393
|
}
|
|
394
|
-
this.
|
|
394
|
+
this.y7();
|
|
395
395
|
let b = a.left;
|
|
396
396
|
let c = a.top;
|
|
397
397
|
if (this.db == 1) {
|
|
398
|
-
if (this.
|
|
399
|
-
b = 0.5 - (this.
|
|
398
|
+
if (this.ze.width > this.abk.width) {
|
|
399
|
+
b = 0.5 - (this.ze.width / 2);
|
|
400
400
|
}
|
|
401
|
-
else if (b + a.width > this.
|
|
402
|
-
b = this.
|
|
401
|
+
else if (b + a.width > this.abk.right) {
|
|
402
|
+
b = this.abk.right - this.ze.width;
|
|
403
403
|
}
|
|
404
|
-
else if (b < this.
|
|
405
|
-
b = this.
|
|
404
|
+
else if (b < this.abk.left) {
|
|
405
|
+
b = this.abk.left;
|
|
406
406
|
}
|
|
407
|
-
if (this.
|
|
408
|
-
c = 0.5 - (this.
|
|
407
|
+
if (this.ze.height > this.abk.height) {
|
|
408
|
+
c = 0.5 - (this.ze.height / 2);
|
|
409
409
|
}
|
|
410
|
-
else if (c + this.
|
|
411
|
-
c = this.
|
|
410
|
+
else if (c + this.ze.height > this.abk.bottom) {
|
|
411
|
+
c = this.abk.bottom - this.ze.height;
|
|
412
412
|
}
|
|
413
|
-
else if (c < this.
|
|
414
|
-
c = this.
|
|
413
|
+
else if (c < this.abk.top) {
|
|
414
|
+
c = this.abk.top;
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
417
|
let d = false;
|
|
418
|
-
if (!this.
|
|
418
|
+
if (!this.z2 && this.db == 2 && this.zz) {
|
|
419
419
|
if (b > 1) {
|
|
420
420
|
b = (b - Math.floor(b)) + 1;
|
|
421
421
|
}
|
|
422
422
|
if (b < 0) {
|
|
423
423
|
b = 0 - (Math.ceil(b) - b);
|
|
424
424
|
}
|
|
425
|
-
if ((a.right - this.
|
|
426
|
-
b = this.
|
|
425
|
+
if ((a.right - this.abk.right) > 0 && ((a.right - this.abk.right) / a.width) > 0.8) {
|
|
426
|
+
b = this.abk.left - (a.width - (a.right - this.abk.right));
|
|
427
427
|
d = true;
|
|
428
428
|
}
|
|
429
|
-
else if (a.left < this.
|
|
430
|
-
b = this.
|
|
429
|
+
else if (a.left < this.abk.left && (Math.abs(a.left - this.abk.left) / a.width) > 0.8) {
|
|
430
|
+
b = this.abk.right - (Math.abs(a.left - this.abk.left));
|
|
431
431
|
d = true;
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
let e = new Rect(0, b, c, a.width, a.height);
|
|
435
|
-
if (this.
|
|
436
|
-
let f = this.
|
|
437
|
-
f = this.
|
|
435
|
+
if (this.z2) {
|
|
436
|
+
let f = this.abn(this.aby, 1);
|
|
437
|
+
f = this.abp(f);
|
|
438
438
|
let g = e.left + e.width / 2;
|
|
439
439
|
let h = e.top + e.height / 2;
|
|
440
440
|
if (e.width > f.width) {
|
|
@@ -470,16 +470,16 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
470
470
|
}
|
|
471
471
|
if (d) {
|
|
472
472
|
this.fq = true;
|
|
473
|
-
this.
|
|
473
|
+
this.ze = e;
|
|
474
474
|
this.fq = false;
|
|
475
475
|
}
|
|
476
476
|
return e;
|
|
477
477
|
}
|
|
478
|
-
|
|
478
|
+
ol(a, b) {
|
|
479
479
|
let c = true;
|
|
480
480
|
let d = true;
|
|
481
481
|
let e = 0;
|
|
482
|
-
let f = this.
|
|
482
|
+
let f = this.y7();
|
|
483
483
|
let g = 0;
|
|
484
484
|
let h = 0;
|
|
485
485
|
if ((a.right - f.right) > 0) {
|
|
@@ -496,31 +496,31 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
496
496
|
}
|
|
497
497
|
if (c) {
|
|
498
498
|
if (d) {
|
|
499
|
-
let i = this.
|
|
500
|
-
let j = this.
|
|
499
|
+
let i = this.zk.f7(-180, b);
|
|
500
|
+
let j = this.zk.f7(180, b);
|
|
501
501
|
e = j - i;
|
|
502
502
|
}
|
|
503
503
|
else {
|
|
504
|
-
let k = this.
|
|
505
|
-
let l = this.
|
|
504
|
+
let k = this.zk.f7(-180, b);
|
|
505
|
+
let l = this.zk.f7(180, b);
|
|
506
506
|
e = k - l;
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
return new Tuple$2(Boolean_$type, Number_$type, c, e);
|
|
510
510
|
}
|
|
511
|
-
|
|
512
|
-
let a = new ScalerParams(1, XamGeographicMap.
|
|
513
|
-
a.c = this.
|
|
514
|
-
let b = new ScalerParams(1, XamGeographicMap.
|
|
515
|
-
b.c = this.
|
|
516
|
-
let c = this.
|
|
517
|
-
let d = this.
|
|
518
|
-
let e = this.
|
|
519
|
-
let f = this.
|
|
520
|
-
this.
|
|
521
|
-
return this.
|
|
511
|
+
y7() {
|
|
512
|
+
let a = new ScalerParams(1, XamGeographicMap.abl, this.zd, this.zl.dn);
|
|
513
|
+
a.c = this.yz;
|
|
514
|
+
let b = new ScalerParams(1, XamGeographicMap.abl, this.zd, this.zn.dn);
|
|
515
|
+
b.c = this.yz;
|
|
516
|
+
let c = this.zl.f7(XamGeographicMap.abi.left, a);
|
|
517
|
+
let d = this.zl.f7(XamGeographicMap.abi.right, a);
|
|
518
|
+
let e = this.zn.f7(XamGeographicMap.abi.top, b);
|
|
519
|
+
let f = this.zn.f7(XamGeographicMap.abi.bottom, b);
|
|
520
|
+
this.abk = new Rect(0, c / this.zd.width, f / this.zd.height, (d - c) / this.zd.width, (e - f) / this.zd.height);
|
|
521
|
+
return this.abk;
|
|
522
522
|
}
|
|
523
|
-
|
|
523
|
+
abp(a) {
|
|
524
524
|
let b = this.ip;
|
|
525
525
|
let c = 0.5 * (a.left + a.right);
|
|
526
526
|
let d = 0.5 * (a.top + a.bottom);
|
|
@@ -528,7 +528,7 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
528
528
|
let f = a.height;
|
|
529
529
|
let g = MathUtil.e(a.width, b, 1);
|
|
530
530
|
let h = MathUtil.e(a.height, b, 1);
|
|
531
|
-
let i = this.
|
|
531
|
+
let i = this.zd;
|
|
532
532
|
let j = i.width / i.height;
|
|
533
533
|
let k = g * i.width;
|
|
534
534
|
let l = h * i.height;
|
|
@@ -567,8 +567,8 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
567
567
|
}
|
|
568
568
|
return new Rect(0, p, q, r - p, s - q);
|
|
569
569
|
}
|
|
570
|
-
|
|
571
|
-
super.
|
|
570
|
+
yx(a) {
|
|
571
|
+
super.yx(this.zd);
|
|
572
572
|
if (a.isEmpty) {
|
|
573
573
|
return Rect.empty;
|
|
574
574
|
}
|
|
@@ -583,142 +583,142 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
583
583
|
}
|
|
584
584
|
return b;
|
|
585
585
|
}
|
|
586
|
-
|
|
587
|
-
return this.
|
|
586
|
+
abr(a) {
|
|
587
|
+
return this.yx(a);
|
|
588
588
|
}
|
|
589
589
|
dv() {
|
|
590
590
|
return new XamGeographicMapView(this);
|
|
591
591
|
}
|
|
592
|
-
|
|
592
|
+
aar(a) {
|
|
593
593
|
if (a != null) {
|
|
594
594
|
a.b7 = this;
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
|
-
|
|
598
|
-
super.
|
|
599
|
-
this.
|
|
597
|
+
ry(a) {
|
|
598
|
+
super.ry(a);
|
|
599
|
+
this.zx = a;
|
|
600
600
|
}
|
|
601
|
-
|
|
602
|
-
super.
|
|
603
|
-
this.
|
|
604
|
-
this.
|
|
601
|
+
r9(a, b) {
|
|
602
|
+
super.r9(a, b);
|
|
603
|
+
this.t1(this.zl);
|
|
604
|
+
this.t1(this.zn);
|
|
605
605
|
if (Rect.l_op_Inequality(a, b)) {
|
|
606
|
-
this.
|
|
606
|
+
this.aaw();
|
|
607
607
|
}
|
|
608
|
-
if (this.
|
|
609
|
-
this.
|
|
608
|
+
if (this.z2) {
|
|
609
|
+
this.yv = this.yw();
|
|
610
610
|
}
|
|
611
|
-
this.
|
|
611
|
+
this.aa3();
|
|
612
612
|
}
|
|
613
|
-
get
|
|
614
|
-
return this.
|
|
613
|
+
get z7() {
|
|
614
|
+
return this.z5;
|
|
615
615
|
}
|
|
616
|
-
set
|
|
617
|
-
let b = this.
|
|
618
|
-
this.
|
|
619
|
-
this.
|
|
616
|
+
set z7(a) {
|
|
617
|
+
let b = this.z5;
|
|
618
|
+
this.z5 = a;
|
|
619
|
+
this.st("ActualWindowScale", b, this.z5);
|
|
620
620
|
}
|
|
621
621
|
iv() {
|
|
622
|
-
return this.
|
|
622
|
+
return this.z7;
|
|
623
623
|
}
|
|
624
624
|
iw() {
|
|
625
|
-
return this.
|
|
625
|
+
return this.z7;
|
|
626
626
|
}
|
|
627
|
-
|
|
628
|
-
super.
|
|
629
|
-
let a = Math.min(this.
|
|
630
|
-
this.
|
|
627
|
+
t0() {
|
|
628
|
+
super.t0();
|
|
629
|
+
let a = Math.min(this.yv.width, this.yv.height);
|
|
630
|
+
this.z7 = a;
|
|
631
631
|
}
|
|
632
632
|
g1() {
|
|
633
|
-
return this.
|
|
633
|
+
return this.zz;
|
|
634
634
|
}
|
|
635
635
|
dc() {
|
|
636
636
|
if (this.dd == 0) {
|
|
637
|
-
if (this.
|
|
637
|
+
if (this.z0) {
|
|
638
638
|
return 2;
|
|
639
639
|
}
|
|
640
640
|
}
|
|
641
641
|
return this.dd;
|
|
642
642
|
}
|
|
643
|
-
|
|
644
|
-
super.
|
|
643
|
+
sa(a, b, c, d) {
|
|
644
|
+
super.sa(a, b, c, d);
|
|
645
645
|
switch (b) {
|
|
646
646
|
case "ZoomCoercionMode":
|
|
647
|
-
this.
|
|
647
|
+
this.aas();
|
|
648
648
|
break;
|
|
649
649
|
case "WindowRect":
|
|
650
|
-
this.
|
|
650
|
+
this.aa0();
|
|
651
651
|
break;
|
|
652
652
|
case XamGeographicMap.$$p[0]:
|
|
653
|
-
this.
|
|
654
|
-
if (this.
|
|
655
|
-
this.
|
|
653
|
+
this.zt = this.zu();
|
|
654
|
+
if (this.zq != null) {
|
|
655
|
+
this.zq.isHorizontalWrappingEnabled = this.zt == 2;
|
|
656
656
|
}
|
|
657
657
|
break;
|
|
658
658
|
case XamGeographicMap.$$p[1]:
|
|
659
|
-
this.
|
|
660
|
-
this.
|
|
659
|
+
this.zz = this.z0;
|
|
660
|
+
this.zt = this.zu();
|
|
661
661
|
this.db = this.dc();
|
|
662
|
-
if (this.
|
|
663
|
-
this.
|
|
662
|
+
if (this.zq != null) {
|
|
663
|
+
this.zq.isHorizontalWrappingEnabled = this.zt == 2;
|
|
664
664
|
}
|
|
665
665
|
break;
|
|
666
666
|
case XamGeographicMap.$$p[4]:
|
|
667
|
-
this.
|
|
667
|
+
this.yv = this.yw();
|
|
668
668
|
break;
|
|
669
669
|
case "BackgroundContent":
|
|
670
|
-
if (this.
|
|
671
|
-
let e = this.
|
|
672
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
673
|
-
this.
|
|
670
|
+
if (this.zq != null) {
|
|
671
|
+
let e = this.zq;
|
|
672
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aat));
|
|
673
|
+
this.zq.deferralHandler = null;
|
|
674
674
|
}
|
|
675
|
-
this.
|
|
676
|
-
if (this.
|
|
677
|
-
let f = this.
|
|
678
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
679
|
-
this.
|
|
680
|
-
this.
|
|
675
|
+
this.zq = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
676
|
+
if (this.zq != null) {
|
|
677
|
+
let f = this.zq;
|
|
678
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aat));
|
|
679
|
+
this.zq.deferralHandler = this;
|
|
680
|
+
this.zq.isHorizontalWrappingEnabled = this.zt == 2;
|
|
681
681
|
}
|
|
682
|
-
this.
|
|
683
|
-
if (this.
|
|
684
|
-
this.
|
|
685
|
-
this.
|
|
686
|
-
this.
|
|
682
|
+
this.zx.fx(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
|
|
683
|
+
if (this.zq != null) {
|
|
684
|
+
this.zq.geographicMap = this;
|
|
685
|
+
this.zx.fu(this.yv);
|
|
686
|
+
this.zx.fy(this.ik);
|
|
687
687
|
}
|
|
688
688
|
break;
|
|
689
689
|
case "YAxis":
|
|
690
690
|
case "XAxis":
|
|
691
|
-
this.
|
|
692
|
-
this.
|
|
691
|
+
this.aay(c);
|
|
692
|
+
this.aar(d);
|
|
693
693
|
break;
|
|
694
694
|
case XamGeographicMap.$$p[6]:
|
|
695
|
-
if (!this.
|
|
696
|
-
this.
|
|
695
|
+
if (!this.z1) {
|
|
696
|
+
this.ze = XamGeographicMap.abl;
|
|
697
697
|
}
|
|
698
|
-
this.
|
|
699
|
-
this.
|
|
700
|
-
this.
|
|
701
|
-
this.
|
|
702
|
-
this.
|
|
698
|
+
this.aas();
|
|
699
|
+
this.aaz();
|
|
700
|
+
this.aa0();
|
|
701
|
+
this.yv = this.yw();
|
|
702
|
+
this.zx.fv();
|
|
703
703
|
break;
|
|
704
704
|
case "ActualWindowRect":
|
|
705
|
-
this.
|
|
705
|
+
this.zx.fu(this.yv);
|
|
706
706
|
break;
|
|
707
707
|
case "ActualWorldRect":
|
|
708
708
|
for (let g of fromEnum(this.b9)) {
|
|
709
|
-
g.
|
|
709
|
+
g.sa(false);
|
|
710
710
|
}
|
|
711
711
|
break;
|
|
712
712
|
case XamGeographicMap.$$p[5]:
|
|
713
|
-
this.
|
|
713
|
+
this.z7 = this.z8;
|
|
714
714
|
break;
|
|
715
715
|
case "ActualWindowScale":
|
|
716
716
|
if (!this.g9) {
|
|
717
|
-
this.
|
|
717
|
+
this.uc(this.iv(), this.iw());
|
|
718
718
|
}
|
|
719
719
|
break;
|
|
720
720
|
case "ActualPixelScalingRatio":
|
|
721
|
-
this.
|
|
721
|
+
this.zx.fy(this.ik);
|
|
722
722
|
break;
|
|
723
723
|
case "WindowRectMinWidth":
|
|
724
724
|
case "WindowRectMinHeight":
|
|
@@ -733,125 +733,125 @@ let XamGeographicMap = /*@__PURE__*/ (() => {
|
|
|
733
733
|
}
|
|
734
734
|
break;
|
|
735
735
|
case XamGeographicMap.$$p[7]:
|
|
736
|
-
this.
|
|
736
|
+
this.t7();
|
|
737
737
|
break;
|
|
738
738
|
case "MarkerAutomaticBehavior":
|
|
739
739
|
for (let i of fromEnum(this.b9)) {
|
|
740
|
-
i.
|
|
740
|
+
i.qx();
|
|
741
741
|
}
|
|
742
742
|
break;
|
|
743
743
|
}
|
|
744
744
|
}
|
|
745
|
-
|
|
745
|
+
aat(a, b) {
|
|
746
746
|
if (this.imageTilesReady != null) {
|
|
747
747
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
748
748
|
}
|
|
749
749
|
}
|
|
750
|
-
|
|
750
|
+
aay(a) {
|
|
751
751
|
if (a != null) {
|
|
752
752
|
a.b7 = null;
|
|
753
753
|
}
|
|
754
754
|
}
|
|
755
|
-
|
|
756
|
-
if (this.
|
|
757
|
-
this.
|
|
758
|
-
this.
|
|
755
|
+
aaz() {
|
|
756
|
+
if (this.zl != null) {
|
|
757
|
+
this.zl.rb = this.abm.left;
|
|
758
|
+
this.zl.ra = this.abm.right;
|
|
759
759
|
}
|
|
760
|
-
if (this.
|
|
761
|
-
this.
|
|
762
|
-
this.
|
|
760
|
+
if (this.zn != null) {
|
|
761
|
+
this.zn.rb = this.abm.top;
|
|
762
|
+
this.zn.ra = this.abm.bottom;
|
|
763
763
|
}
|
|
764
|
-
this.
|
|
765
|
-
this.
|
|
764
|
+
this.zl.ef(true);
|
|
765
|
+
this.zn.ef(true);
|
|
766
766
|
}
|
|
767
767
|
getFontInfo() {
|
|
768
|
-
this.
|
|
769
|
-
return this.
|
|
768
|
+
this.zy = this.zx.fr;
|
|
769
|
+
return this.zy;
|
|
770
770
|
}
|
|
771
|
-
|
|
772
|
-
return this.
|
|
771
|
+
xz() {
|
|
772
|
+
return this.zx.fz;
|
|
773
773
|
}
|
|
774
774
|
getFontBrush() {
|
|
775
|
-
return this.
|
|
775
|
+
return this.zx.f0;
|
|
776
776
|
}
|
|
777
|
-
|
|
777
|
+
tm(a, b) {
|
|
778
778
|
if (typeCast(ItfConverter.$, b) !== null) {
|
|
779
779
|
let c = b;
|
|
780
780
|
let d = a;
|
|
781
781
|
d.itemsSource = c.triangulationSource.points;
|
|
782
|
-
d.
|
|
782
|
+
d.xw = c.triangulationSource.triangles;
|
|
783
783
|
}
|
|
784
784
|
else {
|
|
785
|
-
super.
|
|
785
|
+
super.tm(a, b);
|
|
786
786
|
}
|
|
787
787
|
}
|
|
788
788
|
register(a, b) {
|
|
789
|
-
this.
|
|
789
|
+
this.s8(a, b);
|
|
790
790
|
}
|
|
791
791
|
unRegister(a) {
|
|
792
|
-
this.
|
|
792
|
+
this.tz(a);
|
|
793
793
|
}
|
|
794
794
|
deferredRefresh() {
|
|
795
|
-
this.
|
|
795
|
+
this.o2();
|
|
796
796
|
}
|
|
797
797
|
deferAction(a) {
|
|
798
|
-
if (this.
|
|
799
|
-
this.
|
|
798
|
+
if (this.aaa != null) {
|
|
799
|
+
this.aaa.setTimeout(a, 0);
|
|
800
800
|
}
|
|
801
801
|
else {
|
|
802
802
|
window.setTimeout(a, 0);
|
|
803
803
|
}
|
|
804
804
|
}
|
|
805
|
-
|
|
806
|
-
this.
|
|
805
|
+
aaq(a) {
|
|
806
|
+
this.t6(a);
|
|
807
807
|
}
|
|
808
|
-
|
|
808
|
+
aab() {
|
|
809
809
|
let a = new ChartVisualData();
|
|
810
|
-
let b = this.
|
|
811
|
-
let c = this.
|
|
810
|
+
let b = this.zl.hu();
|
|
811
|
+
let c = this.zn.hu();
|
|
812
812
|
a.axes.add1(b);
|
|
813
813
|
a.axes.add1(c);
|
|
814
814
|
for (let d = 0; d < this.b9.count; d++) {
|
|
815
|
-
let e = this.b9._inner[d].
|
|
815
|
+
let e = this.b9._inner[d].kx();
|
|
816
816
|
a.series.add1(e);
|
|
817
817
|
}
|
|
818
818
|
a.name = this.name;
|
|
819
|
-
a.contentArea = RectData.b(this.
|
|
820
|
-
a.centralArea = RectData.b(this.
|
|
821
|
-
a.plotArea = RectData.b(this.
|
|
819
|
+
a.contentArea = RectData.b(this.zd);
|
|
820
|
+
a.centralArea = RectData.b(this.zd);
|
|
821
|
+
a.plotArea = RectData.b(this.zd);
|
|
822
822
|
return a;
|
|
823
823
|
}
|
|
824
|
-
|
|
824
|
+
y3(a, b, c) {
|
|
825
825
|
return a;
|
|
826
826
|
}
|
|
827
|
-
|
|
827
|
+
aau() {
|
|
828
828
|
}
|
|
829
|
-
get
|
|
830
|
-
return this.
|
|
829
|
+
get abx() {
|
|
830
|
+
return this.abj;
|
|
831
831
|
}
|
|
832
|
-
set
|
|
833
|
-
this.
|
|
832
|
+
set abx(a) {
|
|
833
|
+
this.abj = a;
|
|
834
834
|
}
|
|
835
|
-
|
|
836
|
-
this.
|
|
837
|
-
this.
|
|
835
|
+
aa4(a) {
|
|
836
|
+
this.abx = a;
|
|
837
|
+
this.aa3();
|
|
838
838
|
}
|
|
839
|
-
|
|
840
|
-
if (this.
|
|
841
|
-
let a = this.getZoomFromGeographicRect(this.
|
|
842
|
-
this.
|
|
843
|
-
this.
|
|
839
|
+
aa3() {
|
|
840
|
+
if (this.z4 && !this.abx.isEmpty) {
|
|
841
|
+
let a = this.getZoomFromGeographicRect(this.abx);
|
|
842
|
+
this.abx = Rect.empty;
|
|
843
|
+
this.uf(a, false);
|
|
844
844
|
}
|
|
845
845
|
}
|
|
846
|
-
get
|
|
847
|
-
return !this.
|
|
846
|
+
get z4() {
|
|
847
|
+
return !this.zd.isEmpty && !this.yz.isEmpty;
|
|
848
848
|
}
|
|
849
849
|
}
|
|
850
850
|
XamGeographicMap.$t = /*@__PURE__*/ markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
|
|
851
|
-
XamGeographicMap.
|
|
852
|
-
XamGeographicMap.
|
|
853
|
-
XamGeographicMap.
|
|
854
|
-
XamGeographicMap.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, '
|
|
851
|
+
XamGeographicMap.zv = 0;
|
|
852
|
+
XamGeographicMap.abi = /*@__PURE__*/ new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
|
|
853
|
+
XamGeographicMap.abl = /*@__PURE__*/ new Rect(0, 0, 0, 1, 1);
|
|
854
|
+
XamGeographicMap.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'st', ['BackgroundTilingMode:zs:aa5', [MapBackgroundTilingMode_$type, /*@__PURE__*/ enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:z0:aa6', [0, false], 'ResizeBehavior:zw:aa7', [MapResizeBehavior_$type, /*@__PURE__*/ enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zv)], 'SuppressZoomResetOnWorldRectChange:z1:aa8', [0, false], 'UseWorldRectForZoomBounds:z2:aa9', [0, false], 'WindowScale:z8:aba', [1, NaN], 'WorldRect:aby:abb', [Rect.$, XamGeographicMap.abi], 'Zoomable:z3:abc', [0, true]]);
|
|
855
855
|
return XamGeographicMap;
|
|
856
856
|
})();
|
|
857
857
|
export { XamGeographicMap };
|
|
@@ -979,14 +979,14 @@ let GeographicMapImagery = /*@__PURE__*/ (() => {
|
|
|
979
979
|
return a;
|
|
980
980
|
}
|
|
981
981
|
let b = new Rect(0, 0, 0, a.width, a.height);
|
|
982
|
-
let c = this.geographicMap.
|
|
983
|
-
let d = XamGeographicMap.
|
|
984
|
-
let e = this.geographicMap.
|
|
982
|
+
let c = this.geographicMap.abr(b);
|
|
983
|
+
let d = XamGeographicMap.abi;
|
|
984
|
+
let e = this.geographicMap.abm;
|
|
985
985
|
let f = Math.min(this.windowRect.height, this.windowRect.width);
|
|
986
986
|
let g = e.width / d.width;
|
|
987
987
|
this.ao.a5 = (b.width / c.width) * f * g;
|
|
988
|
-
let h = this.geographicMap.
|
|
989
|
-
let i = this.geographicMap.
|
|
988
|
+
let h = this.geographicMap.zl;
|
|
989
|
+
let i = this.geographicMap.zn;
|
|
990
990
|
let j = new ScalerParams(1, this.windowRect, b, h.dn);
|
|
991
991
|
j.c = c;
|
|
992
992
|
let k = new ScalerParams(1, this.windowRect, b, i.dn);
|
|
@@ -1082,41 +1082,41 @@ let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
|
|
|
1082
1082
|
}
|
|
1083
1083
|
ci() {
|
|
1084
1084
|
super.ci();
|
|
1085
|
-
let a = this.cu.
|
|
1086
|
-
a.
|
|
1087
|
-
a.
|
|
1088
|
-
a.trianglesSource = this.cu.
|
|
1089
|
-
a.
|
|
1090
|
-
a.
|
|
1091
|
-
a.
|
|
1085
|
+
let a = this.cu.xn;
|
|
1086
|
+
a.yn = this.cu.xz;
|
|
1087
|
+
a.yv = this.cu.xx;
|
|
1088
|
+
a.trianglesSource = this.cu.xw;
|
|
1089
|
+
a.yb = this.cu.x2;
|
|
1090
|
+
a.yd = this.cu.x4;
|
|
1091
|
+
a.yf = this.cu.x6;
|
|
1092
1092
|
}
|
|
1093
1093
|
cx() {
|
|
1094
|
-
let a = this.cu.
|
|
1094
|
+
let a = this.cu.xn;
|
|
1095
1095
|
if (this.cu.dc == null) {
|
|
1096
|
-
a.xk = null;
|
|
1097
1096
|
a.xl = null;
|
|
1097
|
+
a.xm = null;
|
|
1098
1098
|
return;
|
|
1099
1099
|
}
|
|
1100
|
-
a.
|
|
1101
|
-
a.
|
|
1100
|
+
a.xl = this.cu.dc.zl;
|
|
1101
|
+
a.xm = this.cu.dc.zn;
|
|
1102
1102
|
}
|
|
1103
1103
|
cw() {
|
|
1104
|
-
this.cu.
|
|
1104
|
+
this.cu.xn.yn = this.cu.xz;
|
|
1105
1105
|
}
|
|
1106
1106
|
cv() {
|
|
1107
|
-
this.cu.
|
|
1107
|
+
this.cu.xn.yv = this.cu.xx;
|
|
1108
1108
|
}
|
|
1109
1109
|
cy() {
|
|
1110
|
-
this.cu.
|
|
1110
|
+
this.cu.xn.trianglesSource = this.cu.xw;
|
|
1111
1111
|
}
|
|
1112
1112
|
cz() {
|
|
1113
|
-
this.cu.
|
|
1113
|
+
this.cu.xn.yb = this.cu.x2;
|
|
1114
1114
|
}
|
|
1115
1115
|
c0() {
|
|
1116
|
-
this.cu.
|
|
1116
|
+
this.cu.xn.yd = this.cu.x4;
|
|
1117
1117
|
}
|
|
1118
1118
|
c1() {
|
|
1119
|
-
this.cu.
|
|
1119
|
+
this.cu.xn.yf = this.cu.x6;
|
|
1120
1120
|
}
|
|
1121
1121
|
}
|
|
1122
1122
|
GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
@@ -1137,19 +1137,19 @@ let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
ci() {
|
|
1139
1139
|
super.ci();
|
|
1140
|
-
if (this.c2.
|
|
1141
|
-
this.c2.
|
|
1142
|
-
this.c2.
|
|
1140
|
+
if (this.c2.yh != null) {
|
|
1141
|
+
this.c2.yh.zu = this.c2.yl;
|
|
1142
|
+
this.c2.yh.zi = this.c2.yg;
|
|
1143
1143
|
}
|
|
1144
1144
|
}
|
|
1145
1145
|
c3() {
|
|
1146
|
-
if (this.c2.
|
|
1147
|
-
this.c2.
|
|
1146
|
+
if (this.c2.yh != null) {
|
|
1147
|
+
this.c2.yh.zu = this.c2.yl;
|
|
1148
1148
|
}
|
|
1149
1149
|
}
|
|
1150
1150
|
c4() {
|
|
1151
|
-
if (this.c2.
|
|
1152
|
-
this.c2.
|
|
1151
|
+
if (this.c2.yh != null) {
|
|
1152
|
+
this.c2.yh.zi = this.c2.yg;
|
|
1153
1153
|
}
|
|
1154
1154
|
}
|
|
1155
1155
|
}
|
|
@@ -1169,7 +1169,7 @@ let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1169
1169
|
this.fs = NaN;
|
|
1170
1170
|
this.f2 = Rect.empty;
|
|
1171
1171
|
this.fq = a;
|
|
1172
|
-
this.fq.
|
|
1172
|
+
this.fq.xs = 2;
|
|
1173
1173
|
this.fq.jx = 5E-06;
|
|
1174
1174
|
}
|
|
1175
1175
|
m(a) {
|
|
@@ -1177,7 +1177,7 @@ let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1177
1177
|
}
|
|
1178
1178
|
bn(a) {
|
|
1179
1179
|
this.j.bw(a);
|
|
1180
|
-
this.fq.
|
|
1180
|
+
this.fq.aaq(a);
|
|
1181
1181
|
this.eo();
|
|
1182
1182
|
}
|
|
1183
1183
|
get_aq() {
|
|
@@ -1240,13 +1240,13 @@ let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1240
1240
|
}
|
|
1241
1241
|
}
|
|
1242
1242
|
fu(a) {
|
|
1243
|
-
if (this.fq.
|
|
1244
|
-
this.fq.
|
|
1243
|
+
if (this.fq.zq != null) {
|
|
1244
|
+
this.fq.zq.windowRect = a;
|
|
1245
1245
|
}
|
|
1246
1246
|
}
|
|
1247
1247
|
fx(a, b) {
|
|
1248
|
-
if (this.fq.
|
|
1249
|
-
this.fq.
|
|
1248
|
+
if (this.fq.zq != null) {
|
|
1249
|
+
this.fq.zq.windowRect = this.fq.yv;
|
|
1250
1250
|
}
|
|
1251
1251
|
if (a != null) {
|
|
1252
1252
|
let c = a.ao;
|
|
@@ -1275,12 +1275,12 @@ let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1275
1275
|
fw(a) {
|
|
1276
1276
|
let b = this.fq.ik;
|
|
1277
1277
|
if (b != 1) {
|
|
1278
|
-
a.
|
|
1279
|
-
a.
|
|
1278
|
+
a.ac();
|
|
1279
|
+
a.ad(b, b);
|
|
1280
1280
|
}
|
|
1281
1281
|
a.l(this.f2.left, this.f2.top, this.f2.width, this.f2.height);
|
|
1282
1282
|
if (b != 1) {
|
|
1283
|
-
a.
|
|
1283
|
+
a.ab();
|
|
1284
1284
|
}
|
|
1285
1285
|
}
|
|
1286
1286
|
d4() {
|
|
@@ -1341,39 +1341,39 @@ let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
|
|
|
1341
1341
|
ct() {
|
|
1342
1342
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1343
1343
|
}
|
|
1344
|
-
|
|
1345
|
-
super.
|
|
1346
|
-
this.
|
|
1344
|
+
rj(a) {
|
|
1345
|
+
super.rj(a);
|
|
1346
|
+
this.xv = a;
|
|
1347
1347
|
}
|
|
1348
|
-
|
|
1349
|
-
super.
|
|
1348
|
+
rs(a, b, c, d) {
|
|
1349
|
+
super.rs(a, b, c, d);
|
|
1350
1350
|
switch (b) {
|
|
1351
1351
|
case "SeriesViewer":
|
|
1352
|
-
this.
|
|
1352
|
+
this.xv.cx();
|
|
1353
1353
|
break;
|
|
1354
1354
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1355
|
-
this.
|
|
1355
|
+
this.xv.cw();
|
|
1356
1356
|
break;
|
|
1357
1357
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1358
|
-
this.
|
|
1358
|
+
this.xv.cv();
|
|
1359
1359
|
break;
|
|
1360
1360
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1361
|
-
this.
|
|
1361
|
+
this.xv.cy();
|
|
1362
1362
|
break;
|
|
1363
1363
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1364
|
-
this.
|
|
1364
|
+
this.xv.cz();
|
|
1365
1365
|
break;
|
|
1366
1366
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1367
|
-
this.
|
|
1367
|
+
this.xv.c0();
|
|
1368
1368
|
break;
|
|
1369
1369
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1370
|
-
this.
|
|
1370
|
+
this.xv.c1();
|
|
1371
1371
|
break;
|
|
1372
1372
|
}
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
1375
1375
|
GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1376
|
-
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1376
|
+
GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xx:x8', [2, "pointY"], 'LongitudeMemberPath:xz:x9', [2, "pointX"], 'TriangleVertexMemberPath1:x2:yb', [2, "v1"], 'TriangleVertexMemberPath2:x4:yc', [2, "v2"], 'TriangleVertexMemberPath3:x6:yd', [2, "v3"], 'TrianglesSource:xw:ya', [IEnumerable_$type, null]]);
|
|
1377
1377
|
return GeographicXYTriangulatingSeries;
|
|
1378
1378
|
})();
|
|
1379
1379
|
export { GeographicXYTriangulatingSeries };
|
|
@@ -1387,53 +1387,53 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1387
1387
|
}
|
|
1388
1388
|
constructor() {
|
|
1389
1389
|
super();
|
|
1390
|
-
this.
|
|
1390
|
+
this.ye = null;
|
|
1391
1391
|
this.triangulationStatusChanged = null;
|
|
1392
1392
|
this.ab = GeographicScatterAreaSeries.$;
|
|
1393
1393
|
}
|
|
1394
|
-
get
|
|
1395
|
-
return this.
|
|
1394
|
+
get yg() {
|
|
1395
|
+
return this.ye;
|
|
1396
1396
|
}
|
|
1397
|
-
set
|
|
1398
|
-
let b = this.
|
|
1397
|
+
set yg(a) {
|
|
1398
|
+
let b = this.ye != a;
|
|
1399
1399
|
if (b) {
|
|
1400
|
-
let c = this.
|
|
1401
|
-
if (this.
|
|
1402
|
-
let d = this.
|
|
1403
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1400
|
+
let c = this.ye;
|
|
1401
|
+
if (this.ye != null) {
|
|
1402
|
+
let d = this.ye;
|
|
1403
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yo));
|
|
1404
1404
|
}
|
|
1405
|
-
this.
|
|
1406
|
-
if (this.
|
|
1407
|
-
let e = this.
|
|
1408
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1405
|
+
this.ye = a;
|
|
1406
|
+
if (this.ye != null) {
|
|
1407
|
+
let e = this.ye;
|
|
1408
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yo));
|
|
1409
1409
|
}
|
|
1410
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1411
|
-
if (this.
|
|
1412
|
-
this.
|
|
1410
|
+
this.raisePropertyChanged("ColorScale", c, this.ye);
|
|
1411
|
+
if (this.yh != null) {
|
|
1412
|
+
this.yh.zi = a;
|
|
1413
1413
|
}
|
|
1414
1414
|
}
|
|
1415
1415
|
}
|
|
1416
|
-
|
|
1417
|
-
this.
|
|
1418
|
-
this.
|
|
1419
|
-
this.
|
|
1416
|
+
yo(a, b) {
|
|
1417
|
+
this.yj.c4();
|
|
1418
|
+
this.yq();
|
|
1419
|
+
this.sa(false);
|
|
1420
1420
|
}
|
|
1421
|
-
|
|
1422
|
-
if (this.
|
|
1423
|
-
this.
|
|
1421
|
+
yq() {
|
|
1422
|
+
if (this.yh != null) {
|
|
1423
|
+
this.yf = this.yh.zh;
|
|
1424
1424
|
}
|
|
1425
1425
|
}
|
|
1426
|
-
|
|
1427
|
-
super.
|
|
1428
|
-
this.
|
|
1426
|
+
s1() {
|
|
1427
|
+
super.s1();
|
|
1428
|
+
this.yq();
|
|
1429
1429
|
}
|
|
1430
|
-
|
|
1431
|
-
this.
|
|
1432
|
-
let a = this.
|
|
1433
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1434
|
-
return this.
|
|
1430
|
+
xm() {
|
|
1431
|
+
this.yh = new ScatterAreaSeries();
|
|
1432
|
+
let a = this.yh;
|
|
1433
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yp));
|
|
1434
|
+
return this.yh;
|
|
1435
1435
|
}
|
|
1436
|
-
|
|
1436
|
+
yp(a, b) {
|
|
1437
1437
|
if (this.triangulationStatusChanged != null) {
|
|
1438
1438
|
this.triangulationStatusChanged(this, b);
|
|
1439
1439
|
}
|
|
@@ -1441,31 +1441,31 @@ let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
|
|
|
1441
1441
|
ct() {
|
|
1442
1442
|
return new GeographicScatterAreaSeriesView(this);
|
|
1443
1443
|
}
|
|
1444
|
-
|
|
1445
|
-
super.
|
|
1446
|
-
this.
|
|
1444
|
+
rj(a) {
|
|
1445
|
+
super.rj(a);
|
|
1446
|
+
this.yj = a;
|
|
1447
1447
|
}
|
|
1448
|
-
|
|
1449
|
-
super.
|
|
1448
|
+
rs(a, b, c, d) {
|
|
1449
|
+
super.rs(a, b, c, d);
|
|
1450
1450
|
switch (b) {
|
|
1451
1451
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1452
|
-
this.
|
|
1452
|
+
this.yj.c3();
|
|
1453
1453
|
break;
|
|
1454
1454
|
case "ColorScale":
|
|
1455
|
-
this.
|
|
1456
|
-
this.
|
|
1455
|
+
this.yj.c4();
|
|
1456
|
+
this.yq();
|
|
1457
1457
|
break;
|
|
1458
1458
|
}
|
|
1459
1459
|
}
|
|
1460
|
-
|
|
1460
|
+
get_hf() {
|
|
1461
1461
|
return true;
|
|
1462
1462
|
}
|
|
1463
|
-
|
|
1464
|
-
super.
|
|
1463
|
+
set_hf(a) {
|
|
1464
|
+
super.set_hf(a);
|
|
1465
1465
|
}
|
|
1466
1466
|
}
|
|
1467
1467
|
GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1468
|
-
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1468
|
+
GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yf:yr', [ColorScale.$, null], 'ColorMemberPath:yl:ys', [2, "value"]]);
|
|
1469
1469
|
return GeographicScatterAreaSeries;
|
|
1470
1470
|
})();
|
|
1471
1471
|
export { GeographicScatterAreaSeries };
|