igniteui-angular-maps 13.1.1 → 13.2.0-beta.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 +1515 -1496
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +33 -26
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +473 -473
- 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 +43 -43
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
- 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 +15 -15
- 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 +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +33 -26
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +466 -466
- 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 +43 -43
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
- 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 +15 -15
- 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 +1528 -1509
- package/fesm5/igniteui-angular-maps.js +1515 -1496
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +18 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +115 -115
- package/package.json +3 -3
|
@@ -44,22 +44,22 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
44
44
|
__extends(XamGeographicMap, _super);
|
|
45
45
|
function XamGeographicMap() {
|
|
46
46
|
var _this = _super.call(this) || this;
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
49
|
-
_this.
|
|
50
|
-
_this.
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
_this.
|
|
47
|
+
_this.tr = null;
|
|
48
|
+
_this.tg = false;
|
|
49
|
+
_this.s8 = 1;
|
|
50
|
+
_this.tn = 0;
|
|
51
|
+
_this.uy = null;
|
|
52
|
+
_this.s5 = null;
|
|
53
|
+
_this.s1 = null;
|
|
54
|
+
_this.s3 = null;
|
|
55
|
+
_this.s7 = null;
|
|
56
|
+
_this.uu = { $type: Point_$type, x: NaN, y: NaN };
|
|
57
|
+
_this.u1 = null;
|
|
58
|
+
_this.tm = 1;
|
|
59
59
|
_this.imageTilesReady = null;
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
62
|
-
_this.
|
|
60
|
+
_this.tf = null;
|
|
61
|
+
_this.u0 = Rect.empty;
|
|
62
|
+
_this.tn = SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.top);
|
|
63
63
|
_this.ab = XamGeographicMap.$;
|
|
64
64
|
_this.backgroundContent = new OpenStreetMapImagery();
|
|
65
65
|
var a = ((function () {
|
|
@@ -67,80 +67,80 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
67
67
|
$ret.bh = _this;
|
|
68
68
|
return $ret;
|
|
69
69
|
})());
|
|
70
|
-
a.
|
|
71
|
-
_this.
|
|
72
|
-
_this.
|
|
70
|
+
a.ce = true;
|
|
71
|
+
_this.s2 = a;
|
|
72
|
+
_this.s2.nj = new SphericalMercatorHorizontalScaler();
|
|
73
73
|
var b = ((function () {
|
|
74
74
|
var $ret = new NumericYAxis();
|
|
75
75
|
$ret.bh = _this;
|
|
76
76
|
return $ret;
|
|
77
77
|
})());
|
|
78
|
-
b.
|
|
79
|
-
_this.
|
|
80
|
-
_this.
|
|
81
|
-
_this.
|
|
82
|
-
_this.
|
|
83
|
-
_this.
|
|
78
|
+
b.ce = true;
|
|
79
|
+
_this.s4 = b;
|
|
80
|
+
_this.s4.nj = new SphericalMercatorVerticalScaler();
|
|
81
|
+
_this.t9();
|
|
82
|
+
_this.ug();
|
|
83
|
+
_this.lg();
|
|
84
84
|
return _this;
|
|
85
85
|
}
|
|
86
86
|
XamGeographicMap.prototype.provideContainer = function (a) {
|
|
87
87
|
_super.prototype.provideContainer.call(this, a);
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
88
|
+
this.s2.provideRenderer(a);
|
|
89
|
+
this.s4.provideRenderer(a);
|
|
90
90
|
};
|
|
91
|
-
XamGeographicMap.prototype.
|
|
92
|
-
_super.prototype.
|
|
93
|
-
this.
|
|
91
|
+
XamGeographicMap.prototype.lg = function () {
|
|
92
|
+
_super.prototype.lg.call(this);
|
|
93
|
+
this.te.fv(this.f4);
|
|
94
94
|
};
|
|
95
|
-
XamGeographicMap.prototype.
|
|
96
|
-
return this.
|
|
95
|
+
XamGeographicMap.prototype.em = function () {
|
|
96
|
+
return this.tk;
|
|
97
97
|
};
|
|
98
|
-
XamGeographicMap.prototype.
|
|
99
|
-
return this.
|
|
98
|
+
XamGeographicMap.prototype.en = function () {
|
|
99
|
+
return this.tk;
|
|
100
100
|
};
|
|
101
|
-
XamGeographicMap.prototype.
|
|
102
|
-
if (this.
|
|
103
|
-
if (this.
|
|
101
|
+
XamGeographicMap.prototype.tb = function () {
|
|
102
|
+
if (this.s9 == 0) {
|
|
103
|
+
if (this.tg) {
|
|
104
104
|
return 2;
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
return 1;
|
|
108
108
|
};
|
|
109
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
109
|
+
Object.defineProperty(XamGeographicMap.prototype, "ta", {
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.
|
|
111
|
+
return this.s8;
|
|
112
112
|
},
|
|
113
113
|
set: function (a) {
|
|
114
|
-
this.
|
|
114
|
+
this.s8 = a;
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
118
118
|
});
|
|
119
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
119
|
+
Object.defineProperty(XamGeographicMap.prototype, "u3", {
|
|
120
120
|
get: function () {
|
|
121
|
-
return this.
|
|
121
|
+
return this.uy;
|
|
122
122
|
},
|
|
123
123
|
set: function (a) {
|
|
124
|
-
var b = Rect.l_op_Inequality(this.
|
|
124
|
+
var b = Rect.l_op_Inequality(this.uy, a);
|
|
125
125
|
if (b) {
|
|
126
|
-
var c = this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
126
|
+
var c = this.uy;
|
|
127
|
+
this.uy = a;
|
|
128
|
+
this.nl("ActualWorldRect", c, a);
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
enumerable: false,
|
|
132
132
|
configurable: true
|
|
133
133
|
});
|
|
134
|
-
XamGeographicMap.prototype.
|
|
135
|
-
return this.
|
|
134
|
+
XamGeographicMap.prototype.u7 = function () {
|
|
135
|
+
return this.u3;
|
|
136
136
|
};
|
|
137
|
-
XamGeographicMap.prototype.
|
|
138
|
-
if (this.
|
|
137
|
+
XamGeographicMap.prototype.t9 = function () {
|
|
138
|
+
if (this.vf.isEmpty) {
|
|
139
139
|
return;
|
|
140
140
|
}
|
|
141
|
-
this.
|
|
141
|
+
this.u3 = this.vd(this.vf, this.b9 == 1);
|
|
142
142
|
};
|
|
143
|
-
XamGeographicMap.prototype.
|
|
143
|
+
XamGeographicMap.prototype.vd = function (a, b) {
|
|
144
144
|
var c = a.top;
|
|
145
145
|
var d = a.left;
|
|
146
146
|
var e = a.width;
|
|
@@ -148,25 +148,25 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
148
148
|
var g = SphericalMercatorVerticalScaler.am(a.bottom);
|
|
149
149
|
var h = SphericalMercatorVerticalScaler.am(a.top);
|
|
150
150
|
var i = g - h;
|
|
151
|
-
var j = a.width / XamGeographicMap.
|
|
152
|
-
var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.
|
|
151
|
+
var j = a.width / XamGeographicMap.uz.width;
|
|
152
|
+
var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.top);
|
|
153
153
|
var l = i / j;
|
|
154
|
-
if (i / j > this.
|
|
155
|
-
var m = i / this.
|
|
154
|
+
if (i / j > this.tn) {
|
|
155
|
+
var m = i / this.tn;
|
|
156
156
|
var n = m - j;
|
|
157
|
-
d = d - (n / 2) * XamGeographicMap.
|
|
158
|
-
e = m * XamGeographicMap.
|
|
157
|
+
d = d - (n / 2) * XamGeographicMap.uz.width;
|
|
158
|
+
e = m * XamGeographicMap.uz.width;
|
|
159
159
|
if (b) {
|
|
160
|
-
if (d < XamGeographicMap.
|
|
161
|
-
d += (XamGeographicMap.
|
|
160
|
+
if (d < XamGeographicMap.uz.left) {
|
|
161
|
+
d += (XamGeographicMap.uz.left - d);
|
|
162
162
|
}
|
|
163
|
-
else if ((d + e) > XamGeographicMap.
|
|
164
|
-
d -= ((d + e) - XamGeographicMap.
|
|
163
|
+
else if ((d + e) > XamGeographicMap.uz.right) {
|
|
164
|
+
d -= ((d + e) - XamGeographicMap.uz.right);
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
|
-
else if (i / j < this.
|
|
169
|
-
var o = this.
|
|
168
|
+
else if (i / j < this.tn) {
|
|
169
|
+
var o = this.tn * j;
|
|
170
170
|
var p = o - i;
|
|
171
171
|
var q = h - (p / 2);
|
|
172
172
|
var r = g + (p / 2);
|
|
@@ -175,9 +175,9 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
175
175
|
q += (k - q);
|
|
176
176
|
r += (k - q);
|
|
177
177
|
}
|
|
178
|
-
else if (r > (k + this.
|
|
179
|
-
q -= ((r) - (k + this.
|
|
180
|
-
r -= ((r) - (k + this.
|
|
178
|
+
else if (r > (k + this.tn)) {
|
|
179
|
+
q -= ((r) - (k + this.tn));
|
|
180
|
+
r -= ((r) - (k + this.tn));
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
c = SphericalMercatorVerticalScaler.aq(q);
|
|
@@ -188,44 +188,44 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
188
188
|
};
|
|
189
189
|
Object.defineProperty(XamGeographicMap.prototype, "backgroundContent", {
|
|
190
190
|
get: function () {
|
|
191
|
-
return this.
|
|
191
|
+
return this.s5;
|
|
192
192
|
},
|
|
193
193
|
set: function (a) {
|
|
194
194
|
var b = a != this.backgroundContent;
|
|
195
195
|
if (b) {
|
|
196
196
|
var c = this.backgroundContent;
|
|
197
|
-
this.
|
|
198
|
-
this.
|
|
197
|
+
this.s5 = a;
|
|
198
|
+
this.nl("BackgroundContent", c, a);
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
enumerable: false,
|
|
202
202
|
configurable: true
|
|
203
203
|
});
|
|
204
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
204
|
+
Object.defineProperty(XamGeographicMap.prototype, "s2", {
|
|
205
205
|
get: function () {
|
|
206
|
-
return this.
|
|
206
|
+
return this.s1;
|
|
207
207
|
},
|
|
208
208
|
set: function (a) {
|
|
209
|
-
var b = a != this.
|
|
209
|
+
var b = a != this.s2;
|
|
210
210
|
if (b) {
|
|
211
|
-
var c = this.
|
|
212
|
-
this.
|
|
213
|
-
this.
|
|
211
|
+
var c = this.s2;
|
|
212
|
+
this.s1 = a;
|
|
213
|
+
this.nl("XAxis", c, a);
|
|
214
214
|
}
|
|
215
215
|
},
|
|
216
216
|
enumerable: false,
|
|
217
217
|
configurable: true
|
|
218
218
|
});
|
|
219
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
219
|
+
Object.defineProperty(XamGeographicMap.prototype, "s4", {
|
|
220
220
|
get: function () {
|
|
221
|
-
return this.
|
|
221
|
+
return this.s3;
|
|
222
222
|
},
|
|
223
223
|
set: function (a) {
|
|
224
|
-
var b = a != this.
|
|
224
|
+
var b = a != this.s4;
|
|
225
225
|
if (b) {
|
|
226
|
-
var c = this.
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
226
|
+
var c = this.s4;
|
|
227
|
+
this.s3 = a;
|
|
228
|
+
this.nl("YAxis", c, a);
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
231
|
enumerable: false,
|
|
@@ -234,41 +234,41 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
234
234
|
XamGeographicMap.prototype.getZoomRectFromGeoRect = function (a) {
|
|
235
235
|
return this.getZoomFromGeographicRect(a);
|
|
236
236
|
};
|
|
237
|
-
XamGeographicMap.prototype.
|
|
238
|
-
this.
|
|
237
|
+
XamGeographicMap.prototype.uj = function (a) {
|
|
238
|
+
this.sv = a;
|
|
239
239
|
};
|
|
240
|
-
XamGeographicMap.prototype.
|
|
241
|
-
this.
|
|
240
|
+
XamGeographicMap.prototype.ui = function (a) {
|
|
241
|
+
this.vf = a;
|
|
242
242
|
};
|
|
243
243
|
XamGeographicMap.prototype.getZoomFromGeographicRect = function (a) {
|
|
244
|
-
return this.
|
|
244
|
+
return this.u5(a, true, 0);
|
|
245
245
|
};
|
|
246
|
-
XamGeographicMap.prototype.
|
|
247
|
-
return this.
|
|
246
|
+
XamGeographicMap.prototype.u4 = function (a, b) {
|
|
247
|
+
return this.u5(a, false, b);
|
|
248
248
|
};
|
|
249
|
-
XamGeographicMap.prototype.
|
|
249
|
+
XamGeographicMap.prototype.u5 = function (a, b, c) {
|
|
250
250
|
var d = a;
|
|
251
251
|
if (b) {
|
|
252
|
-
d = this.
|
|
253
|
-
}
|
|
254
|
-
var e = this.
|
|
255
|
-
var f = this.
|
|
256
|
-
var g = new ScalerParams(1, XamGeographicMap.
|
|
257
|
-
g.c = this.
|
|
258
|
-
var h = new ScalerParams(1, XamGeographicMap.
|
|
259
|
-
h.c = this.
|
|
260
|
-
var i = this.
|
|
261
|
-
var j = this.
|
|
262
|
-
var k = this.
|
|
263
|
-
var l = this.
|
|
264
|
-
var m = (i - c) / this.
|
|
265
|
-
var n = (l - c) / this.
|
|
266
|
-
var o = (j - i + (c * 2)) / this.
|
|
267
|
-
var p = (k - l + (c * 2)) / this.
|
|
252
|
+
d = this.vd(a, false);
|
|
253
|
+
}
|
|
254
|
+
var e = this.s2;
|
|
255
|
+
var f = this.s4;
|
|
256
|
+
var g = new ScalerParams(1, XamGeographicMap.u2, this.su, e.cg);
|
|
257
|
+
g.c = this.sj;
|
|
258
|
+
var h = new ScalerParams(1, XamGeographicMap.u2, this.su, f.cg);
|
|
259
|
+
h.c = this.sj;
|
|
260
|
+
var i = this.s2.ei(d.left, g);
|
|
261
|
+
var j = this.s2.ei(d.right, g);
|
|
262
|
+
var k = this.s4.ei(d.top, h);
|
|
263
|
+
var l = this.s4.ei(d.bottom, h);
|
|
264
|
+
var m = (i - c) / this.su.width;
|
|
265
|
+
var n = (l - c) / this.su.height;
|
|
266
|
+
var o = (j - i + (c * 2)) / this.su.width;
|
|
267
|
+
var p = (k - l + (c * 2)) / this.su.height;
|
|
268
268
|
var q = new Rect(0, m, n, o, p);
|
|
269
|
-
q.intersect(XamGeographicMap.
|
|
269
|
+
q.intersect(XamGeographicMap.u2);
|
|
270
270
|
if (q.isEmpty) {
|
|
271
|
-
q = XamGeographicMap.
|
|
271
|
+
q = XamGeographicMap.u2;
|
|
272
272
|
}
|
|
273
273
|
return q;
|
|
274
274
|
};
|
|
@@ -278,67 +278,67 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
278
278
|
var e = b.x - a.x;
|
|
279
279
|
var f = a.y - b.y;
|
|
280
280
|
if (e < 0 || f < 0) {
|
|
281
|
-
return XamGeographicMap.
|
|
281
|
+
return XamGeographicMap.u2;
|
|
282
282
|
}
|
|
283
283
|
else {
|
|
284
284
|
var g = new Rect(0, c, d, e, f);
|
|
285
285
|
return this.getZoomFromGeographicRect(g);
|
|
286
286
|
}
|
|
287
287
|
};
|
|
288
|
-
XamGeographicMap.prototype.
|
|
289
|
-
var b = this.
|
|
290
|
-
var c = this.
|
|
291
|
-
var d = new ScalerParams(1, a, this.
|
|
292
|
-
d.c = this.
|
|
293
|
-
var e = new ScalerParams(1, a, this.
|
|
294
|
-
e.c = this.
|
|
295
|
-
var f = this.
|
|
296
|
-
var g = b.
|
|
297
|
-
var h = c.
|
|
298
|
-
var i = b.
|
|
299
|
-
var j = c.
|
|
288
|
+
XamGeographicMap.prototype.u9 = function (a) {
|
|
289
|
+
var b = this.s2;
|
|
290
|
+
var c = this.s4;
|
|
291
|
+
var d = new ScalerParams(1, a, this.su, b.cg);
|
|
292
|
+
d.c = this.sj;
|
|
293
|
+
var e = new ScalerParams(1, a, this.su, c.cg);
|
|
294
|
+
e.c = this.sj;
|
|
295
|
+
var f = this.si;
|
|
296
|
+
var g = b.el(f.left, d);
|
|
297
|
+
var h = c.el(f.top, e);
|
|
298
|
+
var i = b.el(f.right, d);
|
|
299
|
+
var j = c.el(f.bottom, e);
|
|
300
300
|
var k = i - g;
|
|
301
301
|
var l = h - j;
|
|
302
302
|
var m = new Rect(0, g, j, k, l);
|
|
303
|
-
if (this.
|
|
304
|
-
m.intersect(XamGeographicMap.
|
|
303
|
+
if (this.b9 == 1) {
|
|
304
|
+
m.intersect(XamGeographicMap.uz);
|
|
305
305
|
if (m.isEmpty) {
|
|
306
|
-
m = XamGeographicMap.
|
|
306
|
+
m = XamGeographicMap.uz;
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
return m;
|
|
310
310
|
};
|
|
311
|
-
XamGeographicMap.prototype.
|
|
312
|
-
var b = this.
|
|
313
|
-
var c = this.
|
|
311
|
+
XamGeographicMap.prototype.uv = function (a) {
|
|
312
|
+
var b = this.s2.l6(a.x);
|
|
313
|
+
var c = this.s4.l6(a.y);
|
|
314
314
|
return { $type: Point_$type, x: b, y: c };
|
|
315
315
|
};
|
|
316
|
-
XamGeographicMap.prototype.
|
|
317
|
-
var b = this.
|
|
318
|
-
var c = this.
|
|
316
|
+
XamGeographicMap.prototype.uw = function (a) {
|
|
317
|
+
var b = this.s2.e3(a.x);
|
|
318
|
+
var c = this.s4.e3(a.y);
|
|
319
319
|
return { $type: Point_$type, x: b, y: c };
|
|
320
320
|
};
|
|
321
|
-
XamGeographicMap.prototype.
|
|
322
|
-
return this.
|
|
321
|
+
XamGeographicMap.prototype.ux = function (a) {
|
|
322
|
+
return this.uw(a);
|
|
323
323
|
};
|
|
324
|
-
XamGeographicMap.prototype.
|
|
324
|
+
XamGeographicMap.prototype.t6 = function () {
|
|
325
325
|
var a = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
326
326
|
if (a != null) {
|
|
327
327
|
a.clearTileCache();
|
|
328
328
|
}
|
|
329
329
|
};
|
|
330
|
-
XamGeographicMap.prototype.
|
|
330
|
+
XamGeographicMap.prototype.uc = function (a) {
|
|
331
331
|
};
|
|
332
|
-
XamGeographicMap.prototype.
|
|
332
|
+
XamGeographicMap.prototype.fa = function () {
|
|
333
333
|
return true;
|
|
334
334
|
};
|
|
335
|
-
XamGeographicMap.prototype.
|
|
335
|
+
XamGeographicMap.prototype.ue = function () {
|
|
336
336
|
var e_1, _a;
|
|
337
|
-
this.
|
|
337
|
+
this.te.ee();
|
|
338
338
|
try {
|
|
339
339
|
for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
340
340
|
var a = _c.value;
|
|
341
|
-
a.
|
|
341
|
+
a.mr();
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
catch (e_1_1) {
|
|
@@ -355,128 +355,128 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
};
|
|
358
|
-
XamGeographicMap.prototype.
|
|
359
|
-
if (this.
|
|
360
|
-
if (!this.
|
|
361
|
-
var a = this.
|
|
362
|
-
var b = this.
|
|
363
|
-
this.
|
|
358
|
+
XamGeographicMap.prototype.uh = function () {
|
|
359
|
+
if (this.td == 2) {
|
|
360
|
+
if (!this.su.isEmpty && this.su.width > 0 && this.su.height > 0) {
|
|
361
|
+
var a = this.s2.l6(this.su.left + (this.su.width / 2));
|
|
362
|
+
var b = this.s4.l6(this.su.top + (this.su.height / 2));
|
|
363
|
+
this.uu = { $type: Point_$type, x: a, y: b };
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
else {
|
|
367
|
-
if (!this.
|
|
368
|
-
var c = this.
|
|
369
|
-
var d = this.
|
|
370
|
-
this.
|
|
367
|
+
if (!this.su.isEmpty && this.su.width > 0 && this.su.height > 0) {
|
|
368
|
+
var c = this.s2.l6(this.su.left);
|
|
369
|
+
var d = this.s4.l6(this.su.top);
|
|
370
|
+
this.uu = { $type: Point_$type, x: c, y: d };
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
};
|
|
374
|
-
XamGeographicMap.prototype.
|
|
375
|
-
if (isNaN_(this.
|
|
376
|
-
this.
|
|
374
|
+
XamGeographicMap.prototype.ud = function () {
|
|
375
|
+
if (isNaN_(this.uu.x) || isNaN_(this.uu.y)) {
|
|
376
|
+
this.uh();
|
|
377
377
|
}
|
|
378
|
-
var a = this.
|
|
379
|
-
var b = this.
|
|
378
|
+
var a = this.uu.x;
|
|
379
|
+
var b = this.uu.y;
|
|
380
380
|
if (!isNaN_(a) && !isNaN_(b)) {
|
|
381
|
-
var c = this.
|
|
382
|
-
var d = this.
|
|
383
|
-
var e = this.
|
|
384
|
-
var f = this.
|
|
385
|
-
if (e > this.
|
|
381
|
+
var c = this.sf.left;
|
|
382
|
+
var d = this.sf.top;
|
|
383
|
+
var e = this.sf.width;
|
|
384
|
+
var f = this.sf.height;
|
|
385
|
+
if (e > this.u1.width) {
|
|
386
386
|
}
|
|
387
387
|
else {
|
|
388
|
-
var g = new ScalerParams(1, XamGeographicMap.
|
|
389
|
-
g.c = this.
|
|
390
|
-
var h = this.
|
|
391
|
-
if (this.
|
|
392
|
-
var i = h / this.
|
|
388
|
+
var g = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s2.cg);
|
|
389
|
+
g.c = this.sj;
|
|
390
|
+
var h = this.s2.ei(a, g);
|
|
391
|
+
if (this.td == 2) {
|
|
392
|
+
var i = h / this.su.width;
|
|
393
393
|
c = i - (e / 2);
|
|
394
394
|
}
|
|
395
395
|
else {
|
|
396
|
-
c = h / this.
|
|
396
|
+
c = h / this.su.width;
|
|
397
397
|
}
|
|
398
|
-
if (c + e > this.
|
|
399
|
-
c = this.
|
|
398
|
+
if (c + e > this.u1.right) {
|
|
399
|
+
c = this.u1.right - e;
|
|
400
400
|
}
|
|
401
|
-
else if (c < this.
|
|
402
|
-
c = this.
|
|
401
|
+
else if (c < this.u1.left) {
|
|
402
|
+
c = this.u1.left;
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
|
-
if (f > this.
|
|
405
|
+
if (f > this.u1.height) {
|
|
406
406
|
}
|
|
407
407
|
else {
|
|
408
|
-
var j = new ScalerParams(1, XamGeographicMap.
|
|
409
|
-
j.c = this.
|
|
410
|
-
var k = this.
|
|
411
|
-
if (this.
|
|
412
|
-
var l = k / this.
|
|
408
|
+
var j = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s4.cg);
|
|
409
|
+
j.c = this.sj;
|
|
410
|
+
var k = this.s4.ei(b, j);
|
|
411
|
+
if (this.td == 2) {
|
|
412
|
+
var l = k / this.su.height;
|
|
413
413
|
d = l - (f / 2);
|
|
414
414
|
}
|
|
415
415
|
else {
|
|
416
|
-
d = k / this.
|
|
416
|
+
d = k / this.su.height;
|
|
417
417
|
}
|
|
418
|
-
if (d + f > this.
|
|
419
|
-
d = this.
|
|
418
|
+
if (d + f > this.u1.bottom) {
|
|
419
|
+
d = this.u1.bottom - f;
|
|
420
420
|
}
|
|
421
|
-
else if (d < this.
|
|
422
|
-
d = this.
|
|
421
|
+
else if (d < this.u1.top) {
|
|
422
|
+
d = this.u1.top;
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
|
-
this.
|
|
425
|
+
this.ot(new Rect(0, c, d, e, f), false);
|
|
426
426
|
}
|
|
427
427
|
};
|
|
428
|
-
XamGeographicMap.prototype.
|
|
428
|
+
XamGeographicMap.prototype.get_ef = function () {
|
|
429
429
|
return true;
|
|
430
430
|
};
|
|
431
|
-
XamGeographicMap.prototype.
|
|
432
|
-
var a = _super.prototype.
|
|
433
|
-
if (this.
|
|
431
|
+
XamGeographicMap.prototype.sg = function () {
|
|
432
|
+
var a = _super.prototype.sg.call(this);
|
|
433
|
+
if (this.s2 == null || this.s4 == null) {
|
|
434
434
|
return a;
|
|
435
435
|
}
|
|
436
|
-
this.
|
|
436
|
+
this.sq();
|
|
437
437
|
var b = a.left;
|
|
438
438
|
var c = a.top;
|
|
439
|
-
if (this.
|
|
440
|
-
if (this.
|
|
441
|
-
b = 0.5 - (this.
|
|
439
|
+
if (this.b9 == 1) {
|
|
440
|
+
if (this.sv.width > this.u1.width) {
|
|
441
|
+
b = 0.5 - (this.sv.width / 2);
|
|
442
442
|
}
|
|
443
|
-
else if (b + a.width > this.
|
|
444
|
-
b = this.
|
|
443
|
+
else if (b + a.width > this.u1.right) {
|
|
444
|
+
b = this.u1.right - this.sv.width;
|
|
445
445
|
}
|
|
446
|
-
else if (b < this.
|
|
447
|
-
b = this.
|
|
446
|
+
else if (b < this.u1.left) {
|
|
447
|
+
b = this.u1.left;
|
|
448
448
|
}
|
|
449
|
-
if (this.
|
|
450
|
-
c = 0.5 - (this.
|
|
449
|
+
if (this.sv.height > this.u1.height) {
|
|
450
|
+
c = 0.5 - (this.sv.height / 2);
|
|
451
451
|
}
|
|
452
|
-
else if (c + this.
|
|
453
|
-
c = this.
|
|
452
|
+
else if (c + this.sv.height > this.u1.bottom) {
|
|
453
|
+
c = this.u1.bottom - this.sv.height;
|
|
454
454
|
}
|
|
455
|
-
else if (c < this.
|
|
456
|
-
c = this.
|
|
455
|
+
else if (c < this.u1.top) {
|
|
456
|
+
c = this.u1.top;
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
var d = false;
|
|
460
|
-
if (!this.
|
|
460
|
+
if (!this.tj && this.b9 == 2 && this.tg) {
|
|
461
461
|
if (b > 1) {
|
|
462
462
|
b = (b - Math.floor(b)) + 1;
|
|
463
463
|
}
|
|
464
464
|
if (b < 0) {
|
|
465
465
|
b = 0 - (Math.ceil(b) - b);
|
|
466
466
|
}
|
|
467
|
-
if ((a.right - this.
|
|
468
|
-
b = this.
|
|
467
|
+
if ((a.right - this.u1.right) > 0 && ((a.right - this.u1.right) / a.width) > 0.8) {
|
|
468
|
+
b = this.u1.left - (a.width - (a.right - this.u1.right));
|
|
469
469
|
d = true;
|
|
470
470
|
}
|
|
471
|
-
else if (a.left < this.
|
|
472
|
-
b = this.
|
|
471
|
+
else if (a.left < this.u1.left && (Math.abs(a.left - this.u1.left) / a.width) > 0.8) {
|
|
472
|
+
b = this.u1.right - (Math.abs(a.left - this.u1.left));
|
|
473
473
|
d = true;
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
476
|
var e = new Rect(0, b, c, a.width, a.height);
|
|
477
|
-
if (this.
|
|
478
|
-
var f = this.
|
|
479
|
-
f = this.
|
|
477
|
+
if (this.tj) {
|
|
478
|
+
var f = this.u4(this.vf, 1);
|
|
479
|
+
f = this.u6(f);
|
|
480
480
|
var g = e.left + e.width / 2;
|
|
481
481
|
var h = e.top + e.height / 2;
|
|
482
482
|
if (e.width > f.width) {
|
|
@@ -511,17 +511,17 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
if (d) {
|
|
514
|
-
this.
|
|
515
|
-
this.
|
|
516
|
-
this.
|
|
514
|
+
this.d2 = true;
|
|
515
|
+
this.sv = e;
|
|
516
|
+
this.d2 = false;
|
|
517
517
|
}
|
|
518
518
|
return e;
|
|
519
519
|
};
|
|
520
|
-
XamGeographicMap.prototype.
|
|
520
|
+
XamGeographicMap.prototype.ku = function (a, b) {
|
|
521
521
|
var c = true;
|
|
522
522
|
var d = true;
|
|
523
523
|
var e = 0;
|
|
524
|
-
var f = this.
|
|
524
|
+
var f = this.sq();
|
|
525
525
|
var g = 0;
|
|
526
526
|
var h = 0;
|
|
527
527
|
if ((a.right - f.right) > 0) {
|
|
@@ -538,39 +538,39 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
538
538
|
}
|
|
539
539
|
if (c) {
|
|
540
540
|
if (d) {
|
|
541
|
-
var i = this.
|
|
542
|
-
var j = this.
|
|
541
|
+
var i = this.s1.ei(-180, b);
|
|
542
|
+
var j = this.s1.ei(180, b);
|
|
543
543
|
e = j - i;
|
|
544
544
|
}
|
|
545
545
|
else {
|
|
546
|
-
var k = this.
|
|
547
|
-
var l = this.
|
|
546
|
+
var k = this.s1.ei(-180, b);
|
|
547
|
+
var l = this.s1.ei(180, b);
|
|
548
548
|
e = k - l;
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
551
|
return new Tuple$2(Boolean_$type, Number_$type, c, e);
|
|
552
552
|
};
|
|
553
|
-
XamGeographicMap.prototype.
|
|
554
|
-
var a = new ScalerParams(1, XamGeographicMap.
|
|
555
|
-
a.c = this.
|
|
556
|
-
var b = new ScalerParams(1, XamGeographicMap.
|
|
557
|
-
b.c = this.
|
|
558
|
-
var c = this.
|
|
559
|
-
var d = this.
|
|
560
|
-
var e = this.
|
|
561
|
-
var f = this.
|
|
562
|
-
this.
|
|
563
|
-
return this.
|
|
564
|
-
};
|
|
565
|
-
XamGeographicMap.prototype.
|
|
566
|
-
var b = this.
|
|
553
|
+
XamGeographicMap.prototype.sq = function () {
|
|
554
|
+
var a = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s2.cg);
|
|
555
|
+
a.c = this.sj;
|
|
556
|
+
var b = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s4.cg);
|
|
557
|
+
b.c = this.sj;
|
|
558
|
+
var c = this.s2.ei(XamGeographicMap.uz.left, a);
|
|
559
|
+
var d = this.s2.ei(XamGeographicMap.uz.right, a);
|
|
560
|
+
var e = this.s4.ei(XamGeographicMap.uz.top, b);
|
|
561
|
+
var f = this.s4.ei(XamGeographicMap.uz.bottom, b);
|
|
562
|
+
this.u1 = new Rect(0, c / this.su.width, f / this.su.height, (d - c) / this.su.width, (e - f) / this.su.height);
|
|
563
|
+
return this.u1;
|
|
564
|
+
};
|
|
565
|
+
XamGeographicMap.prototype.u6 = function (a) {
|
|
566
|
+
var b = this.g6;
|
|
567
567
|
var c = 0.5 * (a.left + a.right);
|
|
568
568
|
var d = 0.5 * (a.top + a.bottom);
|
|
569
569
|
var e = a.width;
|
|
570
570
|
var f = a.height;
|
|
571
|
-
var g = MathUtil.
|
|
572
|
-
var h = MathUtil.
|
|
573
|
-
var i = this.
|
|
571
|
+
var g = MathUtil.c(a.width, b, 1);
|
|
572
|
+
var h = MathUtil.c(a.height, b, 1);
|
|
573
|
+
var i = this.su;
|
|
574
574
|
var j = i.width / i.height;
|
|
575
575
|
var k = g * i.width;
|
|
576
576
|
var l = h * i.height;
|
|
@@ -609,8 +609,8 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
609
609
|
}
|
|
610
610
|
return new Rect(0, p, q, r - p, s - q);
|
|
611
611
|
};
|
|
612
|
-
XamGeographicMap.prototype.
|
|
613
|
-
_super.prototype.
|
|
612
|
+
XamGeographicMap.prototype.sh = function (a) {
|
|
613
|
+
_super.prototype.sh.call(this, this.su);
|
|
614
614
|
if (a.isEmpty) {
|
|
615
615
|
return Rect.empty;
|
|
616
616
|
}
|
|
@@ -625,137 +625,137 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
625
625
|
}
|
|
626
626
|
return b;
|
|
627
627
|
};
|
|
628
|
-
XamGeographicMap.prototype.
|
|
629
|
-
return this.
|
|
628
|
+
XamGeographicMap.prototype.u8 = function (a) {
|
|
629
|
+
return this.sh(a);
|
|
630
630
|
};
|
|
631
|
-
XamGeographicMap.prototype.
|
|
631
|
+
XamGeographicMap.prototype.cp = function () {
|
|
632
632
|
return new XamGeographicMapView(this);
|
|
633
633
|
};
|
|
634
|
-
XamGeographicMap.prototype.
|
|
634
|
+
XamGeographicMap.prototype.t8 = function (a) {
|
|
635
635
|
if (a != null) {
|
|
636
636
|
a.bh = this;
|
|
637
637
|
}
|
|
638
638
|
};
|
|
639
|
-
XamGeographicMap.prototype.
|
|
640
|
-
_super.prototype.
|
|
641
|
-
this.
|
|
639
|
+
XamGeographicMap.prototype.m5 = function (a) {
|
|
640
|
+
_super.prototype.m5.call(this, a);
|
|
641
|
+
this.te = a;
|
|
642
642
|
};
|
|
643
|
-
XamGeographicMap.prototype.
|
|
644
|
-
_super.prototype.
|
|
645
|
-
this.
|
|
646
|
-
this.
|
|
643
|
+
XamGeographicMap.prototype.ng = function (a, b) {
|
|
644
|
+
_super.prototype.ng.call(this, a, b);
|
|
645
|
+
this.oh(this.s2);
|
|
646
|
+
this.oh(this.s4);
|
|
647
647
|
if (Rect.l_op_Inequality(a, b)) {
|
|
648
|
-
this.
|
|
648
|
+
this.ud();
|
|
649
649
|
}
|
|
650
|
-
if (this.
|
|
651
|
-
this.
|
|
650
|
+
if (this.tj) {
|
|
651
|
+
this.sf = this.sg();
|
|
652
652
|
}
|
|
653
|
-
this.
|
|
653
|
+
this.uk();
|
|
654
654
|
};
|
|
655
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
655
|
+
Object.defineProperty(XamGeographicMap.prototype, "to", {
|
|
656
656
|
get: function () {
|
|
657
|
-
return this.
|
|
657
|
+
return this.tm;
|
|
658
658
|
},
|
|
659
659
|
set: function (a) {
|
|
660
|
-
var b = this.
|
|
661
|
-
this.
|
|
662
|
-
this.
|
|
660
|
+
var b = this.tm;
|
|
661
|
+
this.tm = a;
|
|
662
|
+
this.nl("ActualWindowScale", b, this.tm);
|
|
663
663
|
},
|
|
664
664
|
enumerable: false,
|
|
665
665
|
configurable: true
|
|
666
666
|
});
|
|
667
|
-
XamGeographicMap.prototype.
|
|
668
|
-
return this.
|
|
667
|
+
XamGeographicMap.prototype.ga = function () {
|
|
668
|
+
return this.to;
|
|
669
669
|
};
|
|
670
|
-
XamGeographicMap.prototype.
|
|
671
|
-
return this.
|
|
670
|
+
XamGeographicMap.prototype.gb = function () {
|
|
671
|
+
return this.to;
|
|
672
672
|
};
|
|
673
|
-
XamGeographicMap.prototype.
|
|
674
|
-
_super.prototype.
|
|
675
|
-
var a = Math.min(this.
|
|
676
|
-
this.
|
|
673
|
+
XamGeographicMap.prototype.og = function () {
|
|
674
|
+
_super.prototype.og.call(this);
|
|
675
|
+
var a = Math.min(this.sf.width, this.sf.height);
|
|
676
|
+
this.to = a;
|
|
677
677
|
};
|
|
678
|
-
XamGeographicMap.prototype.
|
|
679
|
-
return this.
|
|
678
|
+
XamGeographicMap.prototype.e3 = function () {
|
|
679
|
+
return this.tg;
|
|
680
680
|
};
|
|
681
|
-
XamGeographicMap.prototype.
|
|
682
|
-
if (this.
|
|
683
|
-
if (this.
|
|
681
|
+
XamGeographicMap.prototype.ca = function () {
|
|
682
|
+
if (this.cb == 0) {
|
|
683
|
+
if (this.th) {
|
|
684
684
|
return 2;
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
|
-
return this.
|
|
687
|
+
return this.cb;
|
|
688
688
|
};
|
|
689
|
-
XamGeographicMap.prototype.
|
|
689
|
+
XamGeographicMap.prototype.nh = function (a, b, c, d) {
|
|
690
690
|
var e_2, _a, e_3, _b;
|
|
691
|
-
_super.prototype.
|
|
691
|
+
_super.prototype.nh.call(this, a, b, c, d);
|
|
692
692
|
switch (b) {
|
|
693
693
|
case "ZoomCoercionMode":
|
|
694
|
-
this.
|
|
694
|
+
this.t9();
|
|
695
695
|
break;
|
|
696
696
|
case "WindowRect":
|
|
697
|
-
this.
|
|
697
|
+
this.uh();
|
|
698
698
|
break;
|
|
699
699
|
case XamGeographicMap.$$p[0]:
|
|
700
|
-
this.
|
|
701
|
-
if (this.
|
|
702
|
-
this.
|
|
700
|
+
this.ta = this.tb();
|
|
701
|
+
if (this.s7 != null) {
|
|
702
|
+
this.s7.isHorizontalWrappingEnabled = this.ta == 2;
|
|
703
703
|
}
|
|
704
704
|
break;
|
|
705
705
|
case XamGeographicMap.$$p[1]:
|
|
706
|
-
this.
|
|
707
|
-
this.
|
|
708
|
-
this.
|
|
709
|
-
if (this.
|
|
710
|
-
this.
|
|
706
|
+
this.tg = this.th;
|
|
707
|
+
this.ta = this.tb();
|
|
708
|
+
this.b9 = this.ca();
|
|
709
|
+
if (this.s7 != null) {
|
|
710
|
+
this.s7.isHorizontalWrappingEnabled = this.ta == 2;
|
|
711
711
|
}
|
|
712
712
|
break;
|
|
713
713
|
case XamGeographicMap.$$p[4]:
|
|
714
|
-
this.
|
|
714
|
+
this.sf = this.sg();
|
|
715
715
|
break;
|
|
716
716
|
case "BackgroundContent":
|
|
717
|
-
if (this.
|
|
718
|
-
var e = this.
|
|
719
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
720
|
-
this.
|
|
717
|
+
if (this.s7 != null) {
|
|
718
|
+
var e = this.s7;
|
|
719
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.ua));
|
|
720
|
+
this.s7.deferralHandler = null;
|
|
721
721
|
}
|
|
722
|
-
this.
|
|
723
|
-
if (this.
|
|
724
|
-
var f = this.
|
|
725
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
726
|
-
this.
|
|
727
|
-
this.
|
|
722
|
+
this.s7 = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
723
|
+
if (this.s7 != null) {
|
|
724
|
+
var f = this.s7;
|
|
725
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.ua));
|
|
726
|
+
this.s7.deferralHandler = this;
|
|
727
|
+
this.s7.isHorizontalWrappingEnabled = this.ta == 2;
|
|
728
728
|
}
|
|
729
|
-
this.
|
|
730
|
-
if (this.
|
|
731
|
-
this.
|
|
732
|
-
this.
|
|
733
|
-
this.
|
|
729
|
+
this.te.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
|
|
730
|
+
if (this.s7 != null) {
|
|
731
|
+
this.s7.geographicMap = this;
|
|
732
|
+
this.te.fr(this.sf);
|
|
733
|
+
this.te.fv(this.f4);
|
|
734
734
|
}
|
|
735
735
|
break;
|
|
736
736
|
case "YAxis":
|
|
737
737
|
case "XAxis":
|
|
738
|
-
this.
|
|
739
|
-
this.
|
|
738
|
+
this.uf(c);
|
|
739
|
+
this.t8(d);
|
|
740
740
|
break;
|
|
741
741
|
case XamGeographicMap.$$p[6]:
|
|
742
|
-
if (!this.
|
|
743
|
-
this.
|
|
742
|
+
if (!this.ti) {
|
|
743
|
+
this.sv = XamGeographicMap.u2;
|
|
744
744
|
}
|
|
745
|
-
this.
|
|
746
|
-
this.
|
|
747
|
-
this.
|
|
748
|
-
this.
|
|
749
|
-
this.
|
|
745
|
+
this.t9();
|
|
746
|
+
this.ug();
|
|
747
|
+
this.uh();
|
|
748
|
+
this.sf = this.sg();
|
|
749
|
+
this.te.fs();
|
|
750
750
|
break;
|
|
751
751
|
case "ActualWindowRect":
|
|
752
|
-
this.
|
|
752
|
+
this.te.fr(this.sf);
|
|
753
753
|
break;
|
|
754
754
|
case "ActualWorldRect":
|
|
755
755
|
try {
|
|
756
756
|
for (var _c = __values(fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
757
757
|
var g = _d.value;
|
|
758
|
-
g.
|
|
758
|
+
g.mh(false);
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
761
|
catch (e_2_1) {
|
|
@@ -773,24 +773,24 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
773
773
|
}
|
|
774
774
|
break;
|
|
775
775
|
case XamGeographicMap.$$p[5]:
|
|
776
|
-
this.
|
|
776
|
+
this.to = this.tp;
|
|
777
777
|
break;
|
|
778
778
|
case "ActualWindowScale":
|
|
779
|
-
if (!this.
|
|
780
|
-
this.
|
|
779
|
+
if (!this.e9) {
|
|
780
|
+
this.os(this.ga(), this.gb());
|
|
781
781
|
}
|
|
782
782
|
break;
|
|
783
783
|
case "ActualPixelScalingRatio":
|
|
784
|
-
this.
|
|
784
|
+
this.te.fv(this.f4);
|
|
785
785
|
break;
|
|
786
786
|
case XamGeographicMap.$$p[7]:
|
|
787
|
-
this.
|
|
787
|
+
this.oo();
|
|
788
788
|
break;
|
|
789
789
|
case "MarkerAutomaticBehavior":
|
|
790
790
|
try {
|
|
791
791
|
for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
792
792
|
var h = _f.value;
|
|
793
|
-
h.
|
|
793
|
+
h.lj();
|
|
794
794
|
}
|
|
795
795
|
}
|
|
796
796
|
catch (e_3_1) {
|
|
@@ -809,123 +809,123 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
809
809
|
break;
|
|
810
810
|
}
|
|
811
811
|
};
|
|
812
|
-
XamGeographicMap.prototype.
|
|
812
|
+
XamGeographicMap.prototype.ua = function (a, b) {
|
|
813
813
|
if (this.imageTilesReady != null) {
|
|
814
814
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
815
815
|
}
|
|
816
816
|
};
|
|
817
|
-
XamGeographicMap.prototype.
|
|
817
|
+
XamGeographicMap.prototype.uf = function (a) {
|
|
818
818
|
if (a != null) {
|
|
819
819
|
a.bh = null;
|
|
820
820
|
}
|
|
821
821
|
};
|
|
822
|
-
XamGeographicMap.prototype.
|
|
823
|
-
if (this.
|
|
824
|
-
this.
|
|
825
|
-
this.
|
|
822
|
+
XamGeographicMap.prototype.ug = function () {
|
|
823
|
+
if (this.s2 != null) {
|
|
824
|
+
this.s2.l3 = this.u3.left;
|
|
825
|
+
this.s2.l2 = this.u3.right;
|
|
826
826
|
}
|
|
827
|
-
if (this.
|
|
828
|
-
this.
|
|
829
|
-
this.
|
|
827
|
+
if (this.s4 != null) {
|
|
828
|
+
this.s4.l3 = this.u3.top;
|
|
829
|
+
this.s4.l2 = this.u3.bottom;
|
|
830
830
|
}
|
|
831
|
-
this.
|
|
832
|
-
this.
|
|
831
|
+
this.s2.c1(true);
|
|
832
|
+
this.s4.c1(true);
|
|
833
833
|
};
|
|
834
834
|
XamGeographicMap.prototype.getFontInfo = function () {
|
|
835
|
-
this.
|
|
836
|
-
return this.
|
|
835
|
+
this.tf = this.te.fo;
|
|
836
|
+
return this.tf;
|
|
837
837
|
};
|
|
838
|
-
XamGeographicMap.prototype.
|
|
839
|
-
return this.
|
|
838
|
+
XamGeographicMap.prototype.rk = function () {
|
|
839
|
+
return this.te.fw;
|
|
840
840
|
};
|
|
841
841
|
XamGeographicMap.prototype.getFontBrush = function () {
|
|
842
|
-
return this.
|
|
842
|
+
return this.te.fx;
|
|
843
843
|
};
|
|
844
|
-
XamGeographicMap.prototype.
|
|
844
|
+
XamGeographicMap.prototype.n9 = function (a, b) {
|
|
845
845
|
if (typeCast(ItfConverter.$, b) !== null) {
|
|
846
846
|
var c = b;
|
|
847
847
|
var d = a;
|
|
848
848
|
d.itemsSource = c.triangulationSource.points;
|
|
849
|
-
d.
|
|
849
|
+
d.qe = c.triangulationSource.triangles;
|
|
850
850
|
}
|
|
851
851
|
else {
|
|
852
|
-
_super.prototype.
|
|
852
|
+
_super.prototype.n9.call(this, a, b);
|
|
853
853
|
}
|
|
854
854
|
};
|
|
855
855
|
XamGeographicMap.prototype.register = function (a, b) {
|
|
856
|
-
this.
|
|
856
|
+
this.nz(a, b);
|
|
857
857
|
};
|
|
858
858
|
XamGeographicMap.prototype.unRegister = function (a) {
|
|
859
|
-
this.
|
|
859
|
+
this.of(a);
|
|
860
860
|
};
|
|
861
861
|
XamGeographicMap.prototype.deferredRefresh = function () {
|
|
862
|
-
this.
|
|
862
|
+
this.k4();
|
|
863
863
|
};
|
|
864
864
|
XamGeographicMap.prototype.deferAction = function (a) {
|
|
865
|
-
if (this.
|
|
866
|
-
this.
|
|
865
|
+
if (this.tr != null) {
|
|
866
|
+
this.tr.setTimeout(a, 0);
|
|
867
867
|
}
|
|
868
868
|
else {
|
|
869
869
|
window.setTimeout(a, 0);
|
|
870
870
|
}
|
|
871
871
|
};
|
|
872
|
-
XamGeographicMap.prototype.
|
|
873
|
-
this.
|
|
872
|
+
XamGeographicMap.prototype.t7 = function (a) {
|
|
873
|
+
this.on(a);
|
|
874
874
|
};
|
|
875
|
-
XamGeographicMap.prototype.
|
|
875
|
+
XamGeographicMap.prototype.ts = function () {
|
|
876
876
|
var a = new ChartVisualData();
|
|
877
|
-
var b = this.
|
|
878
|
-
var c = this.
|
|
877
|
+
var b = this.s2.fv();
|
|
878
|
+
var c = this.s4.fv();
|
|
879
879
|
a.axes.add1(b);
|
|
880
880
|
a.axes.add1(c);
|
|
881
881
|
for (var d = 0; d < this.series.count; d++) {
|
|
882
|
-
var e = this.series._inner[d].
|
|
882
|
+
var e = this.series._inner[d].hs();
|
|
883
883
|
a.series.add1(e);
|
|
884
884
|
}
|
|
885
885
|
a.name = this.name;
|
|
886
|
-
a.contentArea = RectData.b(this.
|
|
887
|
-
a.centralArea = RectData.b(this.
|
|
888
|
-
a.plotArea = RectData.b(this.
|
|
886
|
+
a.contentArea = RectData.b(this.su);
|
|
887
|
+
a.centralArea = RectData.b(this.su);
|
|
888
|
+
a.plotArea = RectData.b(this.su);
|
|
889
889
|
return a;
|
|
890
890
|
};
|
|
891
|
-
XamGeographicMap.prototype.
|
|
891
|
+
XamGeographicMap.prototype.sm = function (a, b, c) {
|
|
892
892
|
return a;
|
|
893
893
|
};
|
|
894
|
-
XamGeographicMap.prototype.
|
|
894
|
+
XamGeographicMap.prototype.ub = function () {
|
|
895
895
|
};
|
|
896
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
896
|
+
Object.defineProperty(XamGeographicMap.prototype, "ve", {
|
|
897
897
|
get: function () {
|
|
898
|
-
return this.
|
|
898
|
+
return this.u0;
|
|
899
899
|
},
|
|
900
900
|
set: function (a) {
|
|
901
|
-
this.
|
|
901
|
+
this.u0 = a;
|
|
902
902
|
},
|
|
903
903
|
enumerable: false,
|
|
904
904
|
configurable: true
|
|
905
905
|
});
|
|
906
|
-
XamGeographicMap.prototype.
|
|
907
|
-
this.
|
|
908
|
-
this.
|
|
906
|
+
XamGeographicMap.prototype.ul = function (a) {
|
|
907
|
+
this.ve = a;
|
|
908
|
+
this.uk();
|
|
909
909
|
};
|
|
910
|
-
XamGeographicMap.prototype.
|
|
911
|
-
if (this.
|
|
912
|
-
var a = this.getZoomFromGeographicRect(this.
|
|
913
|
-
this.
|
|
914
|
-
this.
|
|
910
|
+
XamGeographicMap.prototype.uk = function () {
|
|
911
|
+
if (this.tl && !this.ve.isEmpty) {
|
|
912
|
+
var a = this.getZoomFromGeographicRect(this.ve);
|
|
913
|
+
this.ve = Rect.empty;
|
|
914
|
+
this.ot(a, false);
|
|
915
915
|
}
|
|
916
916
|
};
|
|
917
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
917
|
+
Object.defineProperty(XamGeographicMap.prototype, "tl", {
|
|
918
918
|
get: function () {
|
|
919
|
-
return !this.
|
|
919
|
+
return !this.su.isEmpty && !this.sj.isEmpty;
|
|
920
920
|
},
|
|
921
921
|
enumerable: false,
|
|
922
922
|
configurable: true
|
|
923
923
|
});
|
|
924
924
|
XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
|
|
925
|
-
XamGeographicMap.
|
|
926
|
-
XamGeographicMap.
|
|
927
|
-
XamGeographicMap.
|
|
928
|
-
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, '
|
|
925
|
+
XamGeographicMap.tc = 0;
|
|
926
|
+
XamGeographicMap.uz = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
|
|
927
|
+
XamGeographicMap.u2 = new Rect(0, 0, 0, 1, 1);
|
|
928
|
+
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'nl', ['BackgroundTilingMode:s9:um', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:th:un', [0, false], 'ResizeBehavior:td:uo', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.tc)], 'SuppressZoomResetOnWorldRectChange:ti:up', [0, false], 'UseWorldRectForZoomBounds:tj:uq', [0, false], 'WindowScale:tp:ur', [1, NaN], 'WorldRect:vf:us', [Rect.$, XamGeographicMap.uz], 'Zoomable:tk:ut', [0, true]]);
|
|
929
929
|
return XamGeographicMap;
|
|
930
930
|
}(SeriesViewer));
|
|
931
931
|
export { XamGeographicMap };
|
|
@@ -1069,20 +1069,20 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1069
1069
|
return a;
|
|
1070
1070
|
}
|
|
1071
1071
|
var b = new Rect(0, 0, 0, a.width, a.height);
|
|
1072
|
-
var c = this.geographicMap.
|
|
1073
|
-
var d = XamGeographicMap.
|
|
1074
|
-
var e = this.geographicMap.
|
|
1072
|
+
var c = this.geographicMap.u8(b);
|
|
1073
|
+
var d = XamGeographicMap.uz;
|
|
1074
|
+
var e = this.geographicMap.u3;
|
|
1075
1075
|
var f = Math.min(this.windowRect.height, this.windowRect.width);
|
|
1076
1076
|
var g = e.width / d.width;
|
|
1077
1077
|
this.ao.a5 = (b.width / c.width) * f * g;
|
|
1078
|
-
var h = this.geographicMap.
|
|
1079
|
-
var i = this.geographicMap.
|
|
1080
|
-
var j = new ScalerParams(1, this.windowRect, b, h.
|
|
1078
|
+
var h = this.geographicMap.s2;
|
|
1079
|
+
var i = this.geographicMap.s4;
|
|
1080
|
+
var j = new ScalerParams(1, this.windowRect, b, h.cg);
|
|
1081
1081
|
j.c = c;
|
|
1082
|
-
var k = new ScalerParams(1, this.windowRect, b, i.
|
|
1082
|
+
var k = new ScalerParams(1, this.windowRect, b, i.cg);
|
|
1083
1083
|
k.c = c;
|
|
1084
|
-
var l = h.
|
|
1085
|
-
var m = i.
|
|
1084
|
+
var l = h.ei(d.left, j);
|
|
1085
|
+
var m = i.ei(d.bottom, k);
|
|
1086
1086
|
var n = (-l / b.width) * this.ao.a5;
|
|
1087
1087
|
var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1088
1088
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1182,41 +1182,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
1182
1182
|
}
|
|
1183
1183
|
GeographicXYTriangulatingSeriesView.prototype.b2 = function () {
|
|
1184
1184
|
_super.prototype.b2.call(this);
|
|
1185
|
-
var a = this.ce.
|
|
1186
|
-
a.
|
|
1187
|
-
a.
|
|
1188
|
-
a.trianglesSource = this.ce.
|
|
1189
|
-
a.
|
|
1190
|
-
a.
|
|
1191
|
-
a.
|
|
1185
|
+
var a = this.ce.p5;
|
|
1186
|
+
a.q5 = this.ce.qh;
|
|
1187
|
+
a.rd = this.ce.qf;
|
|
1188
|
+
a.trianglesSource = this.ce.qe;
|
|
1189
|
+
a.qt = this.ce.qk;
|
|
1190
|
+
a.qv = this.ce.qm;
|
|
1191
|
+
a.qx = this.ce.qo;
|
|
1192
1192
|
};
|
|
1193
1193
|
GeographicXYTriangulatingSeriesView.prototype.ch = function () {
|
|
1194
|
-
var a = this.ce.
|
|
1195
|
-
if (this.ce.
|
|
1196
|
-
a.
|
|
1197
|
-
a.
|
|
1194
|
+
var a = this.ce.p5;
|
|
1195
|
+
if (this.ce.cd == null) {
|
|
1196
|
+
a.p3 = null;
|
|
1197
|
+
a.p4 = null;
|
|
1198
1198
|
return;
|
|
1199
1199
|
}
|
|
1200
|
-
a.
|
|
1201
|
-
a.
|
|
1200
|
+
a.p3 = this.ce.cd.s2;
|
|
1201
|
+
a.p4 = this.ce.cd.s4;
|
|
1202
1202
|
};
|
|
1203
1203
|
GeographicXYTriangulatingSeriesView.prototype.cg = function () {
|
|
1204
|
-
this.ce.
|
|
1204
|
+
this.ce.p5.q5 = this.ce.qh;
|
|
1205
1205
|
};
|
|
1206
1206
|
GeographicXYTriangulatingSeriesView.prototype.cf = function () {
|
|
1207
|
-
this.ce.
|
|
1207
|
+
this.ce.p5.rd = this.ce.qf;
|
|
1208
1208
|
};
|
|
1209
1209
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
1210
|
-
this.ce.
|
|
1210
|
+
this.ce.p5.trianglesSource = this.ce.qe;
|
|
1211
1211
|
};
|
|
1212
1212
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
1213
|
-
this.ce.
|
|
1213
|
+
this.ce.p5.qt = this.ce.qk;
|
|
1214
1214
|
};
|
|
1215
1215
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
1216
|
-
this.ce.
|
|
1216
|
+
this.ce.p5.qv = this.ce.qm;
|
|
1217
1217
|
};
|
|
1218
1218
|
GeographicXYTriangulatingSeriesView.prototype.cl = function () {
|
|
1219
|
-
this.ce.
|
|
1219
|
+
this.ce.p5.qx = this.ce.qo;
|
|
1220
1220
|
};
|
|
1221
1221
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
1222
1222
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -1240,19 +1240,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1240
1240
|
};
|
|
1241
1241
|
GeographicScatterAreaSeriesView.prototype.b2 = function () {
|
|
1242
1242
|
_super.prototype.b2.call(this);
|
|
1243
|
-
if (this.cm.
|
|
1244
|
-
this.cm.
|
|
1245
|
-
this.cm.
|
|
1243
|
+
if (this.cm.qz != null) {
|
|
1244
|
+
this.cm.qz.sc = this.cm.q3;
|
|
1245
|
+
this.cm.qz.r0 = this.cm.qy;
|
|
1246
1246
|
}
|
|
1247
1247
|
};
|
|
1248
1248
|
GeographicScatterAreaSeriesView.prototype.cn = function () {
|
|
1249
|
-
if (this.cm.
|
|
1250
|
-
this.cm.
|
|
1249
|
+
if (this.cm.qz != null) {
|
|
1250
|
+
this.cm.qz.sc = this.cm.q3;
|
|
1251
1251
|
}
|
|
1252
1252
|
};
|
|
1253
1253
|
GeographicScatterAreaSeriesView.prototype.co = function () {
|
|
1254
|
-
if (this.cm.
|
|
1255
|
-
this.cm.
|
|
1254
|
+
if (this.cm.qz != null) {
|
|
1255
|
+
this.cm.qz.r0 = this.cm.qy;
|
|
1256
1256
|
}
|
|
1257
1257
|
};
|
|
1258
1258
|
GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -1274,8 +1274,8 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1274
1274
|
_this.fp = NaN;
|
|
1275
1275
|
_this.fz = Rect.empty;
|
|
1276
1276
|
_this.fn = a;
|
|
1277
|
-
_this.fn.
|
|
1278
|
-
_this.fn.
|
|
1277
|
+
_this.fn.rf = 2;
|
|
1278
|
+
_this.fn.g6 = 5E-06;
|
|
1279
1279
|
return _this;
|
|
1280
1280
|
}
|
|
1281
1281
|
XamGeographicMapView.prototype.m = function (a) {
|
|
@@ -1283,7 +1283,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1283
1283
|
};
|
|
1284
1284
|
XamGeographicMapView.prototype.bk = function (a) {
|
|
1285
1285
|
this.j.bv(a);
|
|
1286
|
-
this.fn.
|
|
1286
|
+
this.fn.t7(a);
|
|
1287
1287
|
this.el();
|
|
1288
1288
|
};
|
|
1289
1289
|
XamGeographicMapView.prototype.get_ap = function () {
|
|
@@ -1346,13 +1346,13 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1346
1346
|
}
|
|
1347
1347
|
};
|
|
1348
1348
|
XamGeographicMapView.prototype.fr = function (a) {
|
|
1349
|
-
if (this.fn.
|
|
1350
|
-
this.fn.
|
|
1349
|
+
if (this.fn.s7 != null) {
|
|
1350
|
+
this.fn.s7.windowRect = a;
|
|
1351
1351
|
}
|
|
1352
1352
|
};
|
|
1353
1353
|
XamGeographicMapView.prototype.fu = function (a, b) {
|
|
1354
|
-
if (this.fn.
|
|
1355
|
-
this.fn.
|
|
1354
|
+
if (this.fn.s7 != null) {
|
|
1355
|
+
this.fn.s7.windowRect = this.fn.sf;
|
|
1356
1356
|
}
|
|
1357
1357
|
if (a != null) {
|
|
1358
1358
|
var c = a.ao;
|
|
@@ -1379,7 +1379,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
};
|
|
1381
1381
|
XamGeographicMapView.prototype.ft = function (a) {
|
|
1382
|
-
var b = this.fn.
|
|
1382
|
+
var b = this.fn.f4;
|
|
1383
1383
|
if (b != 1) {
|
|
1384
1384
|
a.z();
|
|
1385
1385
|
a.aa(b, b);
|
|
@@ -1459,41 +1459,41 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1459
1459
|
function GeographicXYTriangulatingSeries() {
|
|
1460
1460
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
1461
1461
|
}
|
|
1462
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1462
|
+
GeographicXYTriangulatingSeries.prototype.bx = function () {
|
|
1463
1463
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1464
1464
|
};
|
|
1465
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1466
|
-
_super.prototype.
|
|
1467
|
-
this.
|
|
1465
|
+
GeographicXYTriangulatingSeries.prototype.ly = function (a) {
|
|
1466
|
+
_super.prototype.ly.call(this, a);
|
|
1467
|
+
this.qd = a;
|
|
1468
1468
|
};
|
|
1469
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1470
|
-
_super.prototype.
|
|
1469
|
+
GeographicXYTriangulatingSeries.prototype.l3 = function (a, b, c, d) {
|
|
1470
|
+
_super.prototype.l3.call(this, a, b, c, d);
|
|
1471
1471
|
switch (b) {
|
|
1472
1472
|
case "SeriesViewer":
|
|
1473
|
-
this.
|
|
1473
|
+
this.qd.ch();
|
|
1474
1474
|
break;
|
|
1475
1475
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1476
|
-
this.
|
|
1476
|
+
this.qd.cg();
|
|
1477
1477
|
break;
|
|
1478
1478
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1479
|
-
this.
|
|
1479
|
+
this.qd.cf();
|
|
1480
1480
|
break;
|
|
1481
1481
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1482
|
-
this.
|
|
1482
|
+
this.qd.ci();
|
|
1483
1483
|
break;
|
|
1484
1484
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1485
|
-
this.
|
|
1485
|
+
this.qd.cj();
|
|
1486
1486
|
break;
|
|
1487
1487
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1488
|
-
this.
|
|
1488
|
+
this.qd.ck();
|
|
1489
1489
|
break;
|
|
1490
1490
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1491
|
-
this.
|
|
1491
|
+
this.qd.cl();
|
|
1492
1492
|
break;
|
|
1493
1493
|
}
|
|
1494
1494
|
};
|
|
1495
1495
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1496
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1496
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qf:qq', [2, "pointY"], 'LongitudeMemberPath:qh:qr', [2, "pointX"], 'TrianglesSource:qe:qs', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:qk:qt', [2, "v1"], 'TriangleVertexMemberPath2:qm:qu', [2, "v2"], 'TriangleVertexMemberPath3:qo:qv', [2, "v3"]]);
|
|
1497
1497
|
return GeographicXYTriangulatingSeries;
|
|
1498
1498
|
}(GeographicMapSeriesHost));
|
|
1499
1499
|
export { GeographicXYTriangulatingSeries };
|
|
@@ -1504,92 +1504,92 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1504
1504
|
__extends(GeographicScatterAreaSeries, _super);
|
|
1505
1505
|
function GeographicScatterAreaSeries() {
|
|
1506
1506
|
var _this = _super.call(this) || this;
|
|
1507
|
-
_this.
|
|
1507
|
+
_this.qw = null;
|
|
1508
1508
|
_this.triangulationStatusChanged = null;
|
|
1509
1509
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
1510
1510
|
return _this;
|
|
1511
1511
|
}
|
|
1512
|
-
GeographicScatterAreaSeries.prototype.
|
|
1512
|
+
GeographicScatterAreaSeries.prototype.get_dd = function () {
|
|
1513
1513
|
return true;
|
|
1514
1514
|
};
|
|
1515
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
1515
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "qy", {
|
|
1516
1516
|
get: function () {
|
|
1517
|
-
return this.
|
|
1517
|
+
return this.qw;
|
|
1518
1518
|
},
|
|
1519
1519
|
set: function (a) {
|
|
1520
|
-
var b = this.
|
|
1520
|
+
var b = this.qw != a;
|
|
1521
1521
|
if (b) {
|
|
1522
|
-
var c = this.
|
|
1523
|
-
if (this.
|
|
1524
|
-
var d = this.
|
|
1525
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1522
|
+
var c = this.qw;
|
|
1523
|
+
if (this.qw != null) {
|
|
1524
|
+
var d = this.qw;
|
|
1525
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q6));
|
|
1526
1526
|
}
|
|
1527
|
-
this.
|
|
1528
|
-
if (this.
|
|
1529
|
-
var e = this.
|
|
1530
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1527
|
+
this.qw = a;
|
|
1528
|
+
if (this.qw != null) {
|
|
1529
|
+
var e = this.qw;
|
|
1530
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q6));
|
|
1531
1531
|
}
|
|
1532
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1533
|
-
if (this.
|
|
1534
|
-
this.
|
|
1532
|
+
this.raisePropertyChanged("ColorScale", c, this.qw);
|
|
1533
|
+
if (this.qz != null) {
|
|
1534
|
+
this.qz.r0 = a;
|
|
1535
1535
|
}
|
|
1536
1536
|
}
|
|
1537
1537
|
},
|
|
1538
1538
|
enumerable: false,
|
|
1539
1539
|
configurable: true
|
|
1540
1540
|
});
|
|
1541
|
-
GeographicScatterAreaSeries.prototype.
|
|
1542
|
-
this.
|
|
1543
|
-
this.
|
|
1544
|
-
this.
|
|
1541
|
+
GeographicScatterAreaSeries.prototype.q6 = function (a, b) {
|
|
1542
|
+
this.q1.co();
|
|
1543
|
+
this.q8();
|
|
1544
|
+
this.mh(false);
|
|
1545
1545
|
};
|
|
1546
|
-
GeographicScatterAreaSeries.prototype.
|
|
1547
|
-
if (this.
|
|
1548
|
-
this.
|
|
1546
|
+
GeographicScatterAreaSeries.prototype.q8 = function () {
|
|
1547
|
+
if (this.qz != null) {
|
|
1548
|
+
this.qx = this.qz.rz;
|
|
1549
1549
|
}
|
|
1550
1550
|
};
|
|
1551
|
-
GeographicScatterAreaSeries.prototype.
|
|
1552
|
-
_super.prototype.
|
|
1553
|
-
this.
|
|
1551
|
+
GeographicScatterAreaSeries.prototype.mv = function () {
|
|
1552
|
+
_super.prototype.mv.call(this);
|
|
1553
|
+
this.q8();
|
|
1554
1554
|
};
|
|
1555
|
-
GeographicScatterAreaSeries.prototype.
|
|
1556
|
-
this.
|
|
1557
|
-
var a = this.
|
|
1558
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1559
|
-
return this.
|
|
1555
|
+
GeographicScatterAreaSeries.prototype.p4 = function () {
|
|
1556
|
+
this.qz = new ScatterAreaSeries();
|
|
1557
|
+
var a = this.qz;
|
|
1558
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
|
|
1559
|
+
return this.qz;
|
|
1560
1560
|
};
|
|
1561
|
-
GeographicScatterAreaSeries.prototype.
|
|
1561
|
+
GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
|
|
1562
1562
|
if (this.triangulationStatusChanged != null) {
|
|
1563
1563
|
this.triangulationStatusChanged(this, b);
|
|
1564
1564
|
}
|
|
1565
1565
|
};
|
|
1566
|
-
GeographicScatterAreaSeries.prototype.
|
|
1566
|
+
GeographicScatterAreaSeries.prototype.bx = function () {
|
|
1567
1567
|
return new GeographicScatterAreaSeriesView(this);
|
|
1568
1568
|
};
|
|
1569
|
-
GeographicScatterAreaSeries.prototype.
|
|
1570
|
-
_super.prototype.
|
|
1571
|
-
this.
|
|
1569
|
+
GeographicScatterAreaSeries.prototype.ly = function (a) {
|
|
1570
|
+
_super.prototype.ly.call(this, a);
|
|
1571
|
+
this.q1 = a;
|
|
1572
1572
|
};
|
|
1573
|
-
GeographicScatterAreaSeries.prototype.
|
|
1574
|
-
_super.prototype.
|
|
1573
|
+
GeographicScatterAreaSeries.prototype.l3 = function (a, b, c, d) {
|
|
1574
|
+
_super.prototype.l3.call(this, a, b, c, d);
|
|
1575
1575
|
switch (b) {
|
|
1576
1576
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1577
|
-
this.
|
|
1577
|
+
this.q1.cn();
|
|
1578
1578
|
break;
|
|
1579
1579
|
case "ColorScale":
|
|
1580
|
-
this.
|
|
1581
|
-
this.
|
|
1580
|
+
this.q1.co();
|
|
1581
|
+
this.q8();
|
|
1582
1582
|
break;
|
|
1583
1583
|
}
|
|
1584
1584
|
};
|
|
1585
|
-
GeographicScatterAreaSeries.prototype.
|
|
1585
|
+
GeographicScatterAreaSeries.prototype.get_e3 = function () {
|
|
1586
1586
|
return true;
|
|
1587
1587
|
};
|
|
1588
|
-
GeographicScatterAreaSeries.prototype.
|
|
1589
|
-
_super.prototype.
|
|
1588
|
+
GeographicScatterAreaSeries.prototype.set_e3 = function (a) {
|
|
1589
|
+
_super.prototype.set_e3.call(this, a);
|
|
1590
1590
|
};
|
|
1591
1591
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1592
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1592
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qx:q9', [ColorScale.$, null], 'ColorMemberPath:q3:ra', [2, "value"]]);
|
|
1593
1593
|
return GeographicScatterAreaSeries;
|
|
1594
1594
|
}(GeographicXYTriangulatingSeries));
|
|
1595
1595
|
export { GeographicScatterAreaSeries };
|