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