igniteui-webcomponents-maps 7.0.1 → 7.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +1477 -1477
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +456 -456
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +449 -449
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1492 -1492
- package/fesm5/igniteui-webcomponents-maps.js +1477 -1477
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +102 -102
- package/package.json +3 -3
|
@@ -44,22 +44,22 @@ export 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.z6 = null;
|
|
48
|
+
_this.zv = false;
|
|
49
|
+
_this.zn = 1;
|
|
50
|
+
_this.z2 = 0;
|
|
51
|
+
_this.abd = null;
|
|
52
|
+
_this.zk = null;
|
|
53
|
+
_this.zg = null;
|
|
54
|
+
_this.zi = null;
|
|
55
|
+
_this.zm = null;
|
|
56
|
+
_this.aa9 = { $type: Point_$type, x: NaN, y: NaN };
|
|
57
|
+
_this.abg = null;
|
|
58
|
+
_this.z1 = 1;
|
|
59
59
|
_this.imageTilesReady = null;
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
62
|
-
_this.
|
|
60
|
+
_this.zu = null;
|
|
61
|
+
_this.abf = Rect.empty;
|
|
62
|
+
_this.z2 = SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.top);
|
|
63
63
|
_this.ab = XamGeographicMap.$;
|
|
64
64
|
_this.backgroundContent = new OpenStreetMapImagery();
|
|
65
65
|
var a = ((function () {
|
|
@@ -68,79 +68,79 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
68
|
return $ret;
|
|
69
69
|
})());
|
|
70
70
|
a.dk = true;
|
|
71
|
-
_this.
|
|
72
|
-
_this.
|
|
71
|
+
_this.zh = a;
|
|
72
|
+
_this.zh.td = new SphericalMercatorHorizontalScaler();
|
|
73
73
|
var b = ((function () {
|
|
74
74
|
var $ret = new NumericYAxis();
|
|
75
75
|
$ret.b7 = _this;
|
|
76
76
|
return $ret;
|
|
77
77
|
})());
|
|
78
78
|
b.dk = true;
|
|
79
|
-
_this.
|
|
80
|
-
_this.
|
|
81
|
-
_this.
|
|
82
|
-
_this.
|
|
83
|
-
_this.
|
|
79
|
+
_this.zj = b;
|
|
80
|
+
_this.zj.td = new SphericalMercatorVerticalScaler();
|
|
81
|
+
_this.aao();
|
|
82
|
+
_this.aav();
|
|
83
|
+
_this.po();
|
|
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.zh.provideRenderer(a);
|
|
89
|
+
this.zj.provideRenderer(a);
|
|
90
90
|
};
|
|
91
|
-
XamGeographicMap.prototype.
|
|
92
|
-
_super.prototype.
|
|
93
|
-
this.
|
|
91
|
+
XamGeographicMap.prototype.po = function () {
|
|
92
|
+
_super.prototype.po.call(this);
|
|
93
|
+
this.zt.fy(this.ij);
|
|
94
94
|
};
|
|
95
|
-
XamGeographicMap.prototype.
|
|
96
|
-
return this.
|
|
95
|
+
XamGeographicMap.prototype.gg = function () {
|
|
96
|
+
return this.zz;
|
|
97
97
|
};
|
|
98
|
-
XamGeographicMap.prototype.
|
|
99
|
-
return this.
|
|
98
|
+
XamGeographicMap.prototype.gh = function () {
|
|
99
|
+
return this.zz;
|
|
100
100
|
};
|
|
101
|
-
XamGeographicMap.prototype.
|
|
102
|
-
if (this.
|
|
103
|
-
if (this.
|
|
101
|
+
XamGeographicMap.prototype.zq = function () {
|
|
102
|
+
if (this.zo == 0) {
|
|
103
|
+
if (this.zv) {
|
|
104
104
|
return 2;
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
return 1;
|
|
108
108
|
};
|
|
109
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
109
|
+
Object.defineProperty(XamGeographicMap.prototype, "zp", {
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.
|
|
111
|
+
return this.zn;
|
|
112
112
|
},
|
|
113
113
|
set: function (a) {
|
|
114
|
-
this.
|
|
114
|
+
this.zn = a;
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
118
118
|
});
|
|
119
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
119
|
+
Object.defineProperty(XamGeographicMap.prototype, "abi", {
|
|
120
120
|
get: function () {
|
|
121
|
-
return this.
|
|
121
|
+
return this.abd;
|
|
122
122
|
},
|
|
123
123
|
set: function (a) {
|
|
124
|
-
var b = Rect.l_op_Inequality(this.
|
|
124
|
+
var b = Rect.l_op_Inequality(this.abd, a);
|
|
125
125
|
if (b) {
|
|
126
|
-
var c = this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
126
|
+
var c = this.abd;
|
|
127
|
+
this.abd = a;
|
|
128
|
+
this.sr("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.abm = function () {
|
|
135
|
+
return this.abi;
|
|
136
136
|
};
|
|
137
|
-
XamGeographicMap.prototype.
|
|
138
|
-
if (this.
|
|
137
|
+
XamGeographicMap.prototype.aao = function () {
|
|
138
|
+
if (this.abu.isEmpty) {
|
|
139
139
|
return;
|
|
140
140
|
}
|
|
141
|
-
this.
|
|
141
|
+
this.abi = this.abs(this.abu, this.db == 1);
|
|
142
142
|
};
|
|
143
|
-
XamGeographicMap.prototype.
|
|
143
|
+
XamGeographicMap.prototype.abs = 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 @@ export 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.abe.width;
|
|
152
|
+
var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.top);
|
|
153
153
|
var l = i / j;
|
|
154
|
-
if (i / j > this.
|
|
155
|
-
var m = i / this.
|
|
154
|
+
if (i / j > this.z2) {
|
|
155
|
+
var m = i / this.z2;
|
|
156
156
|
var n = m - j;
|
|
157
|
-
d = d - (n / 2) * XamGeographicMap.
|
|
158
|
-
e = m * XamGeographicMap.
|
|
157
|
+
d = d - (n / 2) * XamGeographicMap.abe.width;
|
|
158
|
+
e = m * XamGeographicMap.abe.width;
|
|
159
159
|
if (b) {
|
|
160
|
-
if (d < XamGeographicMap.
|
|
161
|
-
d += (XamGeographicMap.
|
|
160
|
+
if (d < XamGeographicMap.abe.left) {
|
|
161
|
+
d += (XamGeographicMap.abe.left - d);
|
|
162
162
|
}
|
|
163
|
-
else if ((d + e) > XamGeographicMap.
|
|
164
|
-
d -= ((d + e) - XamGeographicMap.
|
|
163
|
+
else if ((d + e) > XamGeographicMap.abe.right) {
|
|
164
|
+
d -= ((d + e) - XamGeographicMap.abe.right);
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
|
-
else if (i / j < this.
|
|
169
|
-
var o = this.
|
|
168
|
+
else if (i / j < this.z2) {
|
|
169
|
+
var o = this.z2 * 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 @@ export 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.z2)) {
|
|
179
|
+
q -= ((r) - (k + this.z2));
|
|
180
|
+
r -= ((r) - (k + this.z2));
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
c = SphericalMercatorVerticalScaler.aq(q);
|
|
@@ -188,44 +188,44 @@ export 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.zk;
|
|
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.zk = a;
|
|
198
|
+
this.sr("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, "zh", {
|
|
205
205
|
get: function () {
|
|
206
|
-
return this.
|
|
206
|
+
return this.zg;
|
|
207
207
|
},
|
|
208
208
|
set: function (a) {
|
|
209
|
-
var b = a != this.
|
|
209
|
+
var b = a != this.zh;
|
|
210
210
|
if (b) {
|
|
211
|
-
var c = this.
|
|
212
|
-
this.
|
|
213
|
-
this.
|
|
211
|
+
var c = this.zh;
|
|
212
|
+
this.zg = a;
|
|
213
|
+
this.sr("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, "zj", {
|
|
220
220
|
get: function () {
|
|
221
|
-
return this.
|
|
221
|
+
return this.zi;
|
|
222
222
|
},
|
|
223
223
|
set: function (a) {
|
|
224
|
-
var b = a != this.
|
|
224
|
+
var b = a != this.zj;
|
|
225
225
|
if (b) {
|
|
226
|
-
var c = this.
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
226
|
+
var c = this.zj;
|
|
227
|
+
this.zi = a;
|
|
228
|
+
this.sr("YAxis", c, a);
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
231
|
enumerable: false,
|
|
@@ -234,41 +234,41 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
234
234
|
XamGeographicMap.prototype.getZoomRectFromGeoRect = function (a) {
|
|
235
235
|
return this.getZoomFromGeographicRect(a);
|
|
236
236
|
};
|
|
237
|
-
XamGeographicMap.prototype.aaz = function (a) {
|
|
238
|
-
this.zb = a;
|
|
239
|
-
};
|
|
240
237
|
XamGeographicMap.prototype.aay = function (a) {
|
|
241
|
-
this.
|
|
238
|
+
this.za = a;
|
|
239
|
+
};
|
|
240
|
+
XamGeographicMap.prototype.aax = function (a) {
|
|
241
|
+
this.abu = a;
|
|
242
242
|
};
|
|
243
243
|
XamGeographicMap.prototype.getZoomFromGeographicRect = function (a) {
|
|
244
|
-
return this.
|
|
244
|
+
return this.abk(a, true, 0);
|
|
245
245
|
};
|
|
246
|
-
XamGeographicMap.prototype.
|
|
247
|
-
return this.
|
|
246
|
+
XamGeographicMap.prototype.abj = function (a, b) {
|
|
247
|
+
return this.abk(a, false, b);
|
|
248
248
|
};
|
|
249
|
-
XamGeographicMap.prototype.
|
|
249
|
+
XamGeographicMap.prototype.abk = 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.abs(a, false);
|
|
253
|
+
}
|
|
254
|
+
var e = this.zh;
|
|
255
|
+
var f = this.zj;
|
|
256
|
+
var g = new ScalerParams(1, XamGeographicMap.abh, this.y9, e.dn);
|
|
257
|
+
g.c = this.yv;
|
|
258
|
+
var h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
|
|
259
|
+
h.c = this.yv;
|
|
260
|
+
var i = this.zh.f6(d.left, g);
|
|
261
|
+
var j = this.zh.f6(d.right, g);
|
|
262
|
+
var k = this.zj.f6(d.top, h);
|
|
263
|
+
var l = this.zj.f6(d.bottom, h);
|
|
264
|
+
var m = (i - c) / this.y9.width;
|
|
265
|
+
var n = (l - c) / this.y9.height;
|
|
266
|
+
var o = (j - i + (c * 2)) / this.y9.width;
|
|
267
|
+
var p = (k - l + (c * 2)) / this.y9.height;
|
|
268
268
|
var q = new Rect(0, m, n, o, p);
|
|
269
|
-
q.intersect(XamGeographicMap.
|
|
269
|
+
q.intersect(XamGeographicMap.abh);
|
|
270
270
|
if (q.isEmpty) {
|
|
271
|
-
q = XamGeographicMap.
|
|
271
|
+
q = XamGeographicMap.abh;
|
|
272
272
|
}
|
|
273
273
|
return q;
|
|
274
274
|
};
|
|
@@ -278,67 +278,67 @@ export 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.abh;
|
|
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.abo = function (a) {
|
|
289
|
+
var b = this.zh;
|
|
290
|
+
var c = this.zj;
|
|
291
|
+
var d = new ScalerParams(1, a, this.y9, b.dn);
|
|
292
|
+
d.c = this.yv;
|
|
293
|
+
var e = new ScalerParams(1, a, this.y9, c.dn);
|
|
294
|
+
e.c = this.yv;
|
|
295
|
+
var f = this.yu;
|
|
296
|
+
var g = b.f9(f.left, d);
|
|
297
|
+
var h = c.f9(f.top, e);
|
|
298
|
+
var i = b.f9(f.right, d);
|
|
299
|
+
var j = c.f9(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
303
|
if (this.db == 1) {
|
|
304
|
-
m.intersect(XamGeographicMap.
|
|
304
|
+
m.intersect(XamGeographicMap.abe);
|
|
305
305
|
if (m.isEmpty) {
|
|
306
|
-
m = XamGeographicMap.
|
|
306
|
+
m = XamGeographicMap.abe;
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
return m;
|
|
310
310
|
};
|
|
311
|
-
XamGeographicMap.prototype.
|
|
312
|
-
var b = this.
|
|
313
|
-
var c = this.
|
|
311
|
+
XamGeographicMap.prototype.aba = function (a) {
|
|
312
|
+
var b = this.zh.rc(a.x);
|
|
313
|
+
var c = this.zj.rc(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.abb = function (a) {
|
|
317
|
+
var b = this.zh.gt(a.x);
|
|
318
|
+
var c = this.zj.gt(a.y);
|
|
319
319
|
return { $type: Point_$type, x: b, y: c };
|
|
320
320
|
};
|
|
321
|
-
XamGeographicMap.prototype.
|
|
322
|
-
return this.
|
|
321
|
+
XamGeographicMap.prototype.abc = function (a) {
|
|
322
|
+
return this.abb(a);
|
|
323
323
|
};
|
|
324
|
-
XamGeographicMap.prototype.
|
|
324
|
+
XamGeographicMap.prototype.aal = 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.aar = function (a) {
|
|
331
331
|
};
|
|
332
|
-
XamGeographicMap.prototype.
|
|
332
|
+
XamGeographicMap.prototype.hc = function () {
|
|
333
333
|
return true;
|
|
334
334
|
};
|
|
335
|
-
XamGeographicMap.prototype.
|
|
335
|
+
XamGeographicMap.prototype.aat = function () {
|
|
336
336
|
var e_1, _a;
|
|
337
|
-
this.
|
|
337
|
+
this.zt.eh();
|
|
338
338
|
try {
|
|
339
339
|
for (var _b = __values(fromEnum(this.b9)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
340
340
|
var a = _c.value;
|
|
341
|
-
a.
|
|
341
|
+
a.su();
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
catch (e_1_1) {
|
|
@@ -355,128 +355,128 @@ export 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.aaw = function () {
|
|
359
|
+
if (this.zs == 2) {
|
|
360
|
+
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
361
|
+
var a = this.zh.rc(this.y9.left + (this.y9.width / 2));
|
|
362
|
+
var b = this.zj.rc(this.y9.top + (this.y9.height / 2));
|
|
363
|
+
this.aa9 = { $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.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
368
|
+
var c = this.zh.rc(this.y9.left);
|
|
369
|
+
var d = this.zj.rc(this.y9.top);
|
|
370
|
+
this.aa9 = { $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.aas = function () {
|
|
375
|
+
if (isNaN_(this.aa9.x) || isNaN_(this.aa9.y)) {
|
|
376
|
+
this.aaw();
|
|
377
377
|
}
|
|
378
|
-
var a = this.
|
|
379
|
-
var b = this.
|
|
378
|
+
var a = this.aa9.x;
|
|
379
|
+
var b = this.aa9.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.yr.left;
|
|
382
|
+
var d = this.yr.top;
|
|
383
|
+
var e = this.yr.width;
|
|
384
|
+
var f = this.yr.height;
|
|
385
|
+
if (e > this.abg.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.abh, this.y9, this.zh.dn);
|
|
389
|
+
g.c = this.yv;
|
|
390
|
+
var h = this.zh.f6(a, g);
|
|
391
|
+
if (this.zs == 2) {
|
|
392
|
+
var i = h / this.y9.width;
|
|
393
393
|
c = i - (e / 2);
|
|
394
394
|
}
|
|
395
395
|
else {
|
|
396
|
-
c = h / this.
|
|
396
|
+
c = h / this.y9.width;
|
|
397
397
|
}
|
|
398
|
-
if (c + e > this.
|
|
399
|
-
c = this.
|
|
398
|
+
if (c + e > this.abg.right) {
|
|
399
|
+
c = this.abg.right - e;
|
|
400
400
|
}
|
|
401
|
-
else if (c < this.
|
|
402
|
-
c = this.
|
|
401
|
+
else if (c < this.abg.left) {
|
|
402
|
+
c = this.abg.left;
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
|
-
if (f > this.
|
|
405
|
+
if (f > this.abg.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.abh, this.y9, this.zj.dn);
|
|
409
|
+
j.c = this.yv;
|
|
410
|
+
var k = this.zj.f6(b, j);
|
|
411
|
+
if (this.zs == 2) {
|
|
412
|
+
var l = k / this.y9.height;
|
|
413
413
|
d = l - (f / 2);
|
|
414
414
|
}
|
|
415
415
|
else {
|
|
416
|
-
d = k / this.
|
|
416
|
+
d = k / this.y9.height;
|
|
417
417
|
}
|
|
418
|
-
if (d + f > this.
|
|
419
|
-
d = this.
|
|
418
|
+
if (d + f > this.abg.bottom) {
|
|
419
|
+
d = this.abg.bottom - f;
|
|
420
420
|
}
|
|
421
|
-
else if (d < this.
|
|
422
|
-
d = this.
|
|
421
|
+
else if (d < this.abg.top) {
|
|
422
|
+
d = this.abg.top;
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
|
-
this.
|
|
425
|
+
this.ud(new Rect(0, c, d, e, f), false);
|
|
426
426
|
}
|
|
427
427
|
};
|
|
428
|
-
XamGeographicMap.prototype.
|
|
428
|
+
XamGeographicMap.prototype.get_f6 = function () {
|
|
429
429
|
return true;
|
|
430
430
|
};
|
|
431
|
-
XamGeographicMap.prototype.
|
|
432
|
-
var a = _super.prototype.
|
|
433
|
-
if (this.
|
|
431
|
+
XamGeographicMap.prototype.ys = function () {
|
|
432
|
+
var a = _super.prototype.ys.call(this);
|
|
433
|
+
if (this.zh == null || this.zj == null) {
|
|
434
434
|
return a;
|
|
435
435
|
}
|
|
436
|
-
this.
|
|
436
|
+
this.y3();
|
|
437
437
|
var b = a.left;
|
|
438
438
|
var c = a.top;
|
|
439
439
|
if (this.db == 1) {
|
|
440
|
-
if (this.
|
|
441
|
-
b = 0.5 - (this.
|
|
440
|
+
if (this.za.width > this.abg.width) {
|
|
441
|
+
b = 0.5 - (this.za.width / 2);
|
|
442
442
|
}
|
|
443
|
-
else if (b + a.width > this.
|
|
444
|
-
b = this.
|
|
443
|
+
else if (b + a.width > this.abg.right) {
|
|
444
|
+
b = this.abg.right - this.za.width;
|
|
445
445
|
}
|
|
446
|
-
else if (b < this.
|
|
447
|
-
b = this.
|
|
446
|
+
else if (b < this.abg.left) {
|
|
447
|
+
b = this.abg.left;
|
|
448
448
|
}
|
|
449
|
-
if (this.
|
|
450
|
-
c = 0.5 - (this.
|
|
449
|
+
if (this.za.height > this.abg.height) {
|
|
450
|
+
c = 0.5 - (this.za.height / 2);
|
|
451
451
|
}
|
|
452
|
-
else if (c + this.
|
|
453
|
-
c = this.
|
|
452
|
+
else if (c + this.za.height > this.abg.bottom) {
|
|
453
|
+
c = this.abg.bottom - this.za.height;
|
|
454
454
|
}
|
|
455
|
-
else if (c < this.
|
|
456
|
-
c = this.
|
|
455
|
+
else if (c < this.abg.top) {
|
|
456
|
+
c = this.abg.top;
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
var d = false;
|
|
460
|
-
if (!this.
|
|
460
|
+
if (!this.zy && this.db == 2 && this.zv) {
|
|
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.abg.right) > 0 && ((a.right - this.abg.right) / a.width) > 0.8) {
|
|
468
|
+
b = this.abg.left - (a.width - (a.right - this.abg.right));
|
|
469
469
|
d = true;
|
|
470
470
|
}
|
|
471
|
-
else if (a.left < this.
|
|
472
|
-
b = this.
|
|
471
|
+
else if (a.left < this.abg.left && (Math.abs(a.left - this.abg.left) / a.width) > 0.8) {
|
|
472
|
+
b = this.abg.right - (Math.abs(a.left - this.abg.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.zy) {
|
|
478
|
+
var f = this.abj(this.abu, 1);
|
|
479
|
+
f = this.abl(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 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
if (d) {
|
|
514
|
-
this.
|
|
515
|
-
this.
|
|
516
|
-
this.
|
|
514
|
+
this.fp = true;
|
|
515
|
+
this.za = e;
|
|
516
|
+
this.fp = false;
|
|
517
517
|
}
|
|
518
518
|
return e;
|
|
519
519
|
};
|
|
520
|
-
XamGeographicMap.prototype.
|
|
520
|
+
XamGeographicMap.prototype.oj = 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.y3();
|
|
525
525
|
var g = 0;
|
|
526
526
|
var h = 0;
|
|
527
527
|
if ((a.right - f.right) > 0) {
|
|
@@ -538,39 +538,39 @@ export 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.zg.f6(-180, b);
|
|
542
|
+
var j = this.zg.f6(180, b);
|
|
543
543
|
e = j - i;
|
|
544
544
|
}
|
|
545
545
|
else {
|
|
546
|
-
var k = this.
|
|
547
|
-
var l = this.
|
|
546
|
+
var k = this.zg.f6(-180, b);
|
|
547
|
+
var l = this.zg.f6(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.y3 = function () {
|
|
554
|
+
var a = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
|
|
555
|
+
a.c = this.yv;
|
|
556
|
+
var b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
557
|
+
b.c = this.yv;
|
|
558
|
+
var c = this.zh.f6(XamGeographicMap.abe.left, a);
|
|
559
|
+
var d = this.zh.f6(XamGeographicMap.abe.right, a);
|
|
560
|
+
var e = this.zj.f6(XamGeographicMap.abe.top, b);
|
|
561
|
+
var f = this.zj.f6(XamGeographicMap.abe.bottom, b);
|
|
562
|
+
this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
|
|
563
|
+
return this.abg;
|
|
564
|
+
};
|
|
565
|
+
XamGeographicMap.prototype.abl = function (a) {
|
|
566
|
+
var b = this.io;
|
|
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
571
|
var g = MathUtil.e(a.width, b, 1);
|
|
572
572
|
var h = MathUtil.e(a.height, b, 1);
|
|
573
|
-
var i = this.
|
|
573
|
+
var i = this.y9;
|
|
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 @@ export 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.yt = function (a) {
|
|
613
|
+
_super.prototype.yt.call(this, this.y9);
|
|
614
614
|
if (a.isEmpty) {
|
|
615
615
|
return Rect.empty;
|
|
616
616
|
}
|
|
@@ -625,137 +625,137 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
625
625
|
}
|
|
626
626
|
return b;
|
|
627
627
|
};
|
|
628
|
-
XamGeographicMap.prototype.
|
|
629
|
-
return this.
|
|
628
|
+
XamGeographicMap.prototype.abn = function (a) {
|
|
629
|
+
return this.yt(a);
|
|
630
630
|
};
|
|
631
631
|
XamGeographicMap.prototype.dv = function () {
|
|
632
632
|
return new XamGeographicMapView(this);
|
|
633
633
|
};
|
|
634
|
-
XamGeographicMap.prototype.
|
|
634
|
+
XamGeographicMap.prototype.aan = function (a) {
|
|
635
635
|
if (a != null) {
|
|
636
636
|
a.b7 = this;
|
|
637
637
|
}
|
|
638
638
|
};
|
|
639
|
-
XamGeographicMap.prototype.
|
|
640
|
-
_super.prototype.
|
|
641
|
-
this.
|
|
639
|
+
XamGeographicMap.prototype.rw = function (a) {
|
|
640
|
+
_super.prototype.rw.call(this, a);
|
|
641
|
+
this.zt = a;
|
|
642
642
|
};
|
|
643
|
-
XamGeographicMap.prototype.
|
|
644
|
-
_super.prototype.
|
|
645
|
-
this.
|
|
646
|
-
this.
|
|
643
|
+
XamGeographicMap.prototype.r7 = function (a, b) {
|
|
644
|
+
_super.prototype.r7.call(this, a, b);
|
|
645
|
+
this.tz(this.zh);
|
|
646
|
+
this.tz(this.zj);
|
|
647
647
|
if (Rect.l_op_Inequality(a, b)) {
|
|
648
|
-
this.
|
|
648
|
+
this.aas();
|
|
649
649
|
}
|
|
650
|
-
if (this.
|
|
651
|
-
this.
|
|
650
|
+
if (this.zy) {
|
|
651
|
+
this.yr = this.ys();
|
|
652
652
|
}
|
|
653
|
-
this.
|
|
653
|
+
this.aaz();
|
|
654
654
|
};
|
|
655
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
655
|
+
Object.defineProperty(XamGeographicMap.prototype, "z3", {
|
|
656
656
|
get: function () {
|
|
657
|
-
return this.
|
|
657
|
+
return this.z1;
|
|
658
658
|
},
|
|
659
659
|
set: function (a) {
|
|
660
|
-
var b = this.
|
|
661
|
-
this.
|
|
662
|
-
this.
|
|
660
|
+
var b = this.z1;
|
|
661
|
+
this.z1 = a;
|
|
662
|
+
this.sr("ActualWindowScale", b, this.z1);
|
|
663
663
|
},
|
|
664
664
|
enumerable: false,
|
|
665
665
|
configurable: true
|
|
666
666
|
});
|
|
667
|
-
XamGeographicMap.prototype.
|
|
668
|
-
return this.
|
|
667
|
+
XamGeographicMap.prototype.iu = function () {
|
|
668
|
+
return this.z3;
|
|
669
669
|
};
|
|
670
|
-
XamGeographicMap.prototype.
|
|
671
|
-
return this.
|
|
670
|
+
XamGeographicMap.prototype.iv = function () {
|
|
671
|
+
return this.z3;
|
|
672
672
|
};
|
|
673
|
-
XamGeographicMap.prototype.
|
|
674
|
-
_super.prototype.
|
|
675
|
-
var a = Math.min(this.
|
|
676
|
-
this.
|
|
673
|
+
XamGeographicMap.prototype.ty = function () {
|
|
674
|
+
_super.prototype.ty.call(this);
|
|
675
|
+
var a = Math.min(this.yr.width, this.yr.height);
|
|
676
|
+
this.z3 = a;
|
|
677
677
|
};
|
|
678
|
-
XamGeographicMap.prototype.
|
|
679
|
-
return this.
|
|
678
|
+
XamGeographicMap.prototype.g0 = function () {
|
|
679
|
+
return this.zv;
|
|
680
680
|
};
|
|
681
681
|
XamGeographicMap.prototype.dc = function () {
|
|
682
682
|
if (this.dd == 0) {
|
|
683
|
-
if (this.
|
|
683
|
+
if (this.zw) {
|
|
684
684
|
return 2;
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
687
|
return this.dd;
|
|
688
688
|
};
|
|
689
|
-
XamGeographicMap.prototype.
|
|
689
|
+
XamGeographicMap.prototype.r8 = function (a, b, c, d) {
|
|
690
690
|
var e_2, _a, e_3, _b;
|
|
691
|
-
_super.prototype.
|
|
691
|
+
_super.prototype.r8.call(this, a, b, c, d);
|
|
692
692
|
switch (b) {
|
|
693
693
|
case "ZoomCoercionMode":
|
|
694
|
-
this.
|
|
694
|
+
this.aao();
|
|
695
695
|
break;
|
|
696
696
|
case "WindowRect":
|
|
697
|
-
this.
|
|
697
|
+
this.aaw();
|
|
698
698
|
break;
|
|
699
699
|
case XamGeographicMap.$$p[0]:
|
|
700
|
-
this.
|
|
701
|
-
if (this.
|
|
702
|
-
this.
|
|
700
|
+
this.zp = this.zq();
|
|
701
|
+
if (this.zm != null) {
|
|
702
|
+
this.zm.isHorizontalWrappingEnabled = this.zp == 2;
|
|
703
703
|
}
|
|
704
704
|
break;
|
|
705
705
|
case XamGeographicMap.$$p[1]:
|
|
706
|
-
this.
|
|
707
|
-
this.
|
|
706
|
+
this.zv = this.zw;
|
|
707
|
+
this.zp = this.zq();
|
|
708
708
|
this.db = this.dc();
|
|
709
|
-
if (this.
|
|
710
|
-
this.
|
|
709
|
+
if (this.zm != null) {
|
|
710
|
+
this.zm.isHorizontalWrappingEnabled = this.zp == 2;
|
|
711
711
|
}
|
|
712
712
|
break;
|
|
713
713
|
case XamGeographicMap.$$p[4]:
|
|
714
|
-
this.
|
|
714
|
+
this.yr = this.ys();
|
|
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.zm != null) {
|
|
718
|
+
var e = this.zm;
|
|
719
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aap));
|
|
720
|
+
this.zm.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.zm = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
723
|
+
if (this.zm != null) {
|
|
724
|
+
var f = this.zm;
|
|
725
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aap));
|
|
726
|
+
this.zm.deferralHandler = this;
|
|
727
|
+
this.zm.isHorizontalWrappingEnabled = this.zp == 2;
|
|
728
728
|
}
|
|
729
|
-
this.
|
|
730
|
-
if (this.
|
|
731
|
-
this.
|
|
732
|
-
this.
|
|
733
|
-
this.
|
|
729
|
+
this.zt.fx(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
|
|
730
|
+
if (this.zm != null) {
|
|
731
|
+
this.zm.geographicMap = this;
|
|
732
|
+
this.zt.fu(this.yr);
|
|
733
|
+
this.zt.fy(this.ij);
|
|
734
734
|
}
|
|
735
735
|
break;
|
|
736
736
|
case "YAxis":
|
|
737
737
|
case "XAxis":
|
|
738
|
-
this.
|
|
739
|
-
this.
|
|
738
|
+
this.aau(c);
|
|
739
|
+
this.aan(d);
|
|
740
740
|
break;
|
|
741
741
|
case XamGeographicMap.$$p[6]:
|
|
742
|
-
if (!this.
|
|
743
|
-
this.
|
|
742
|
+
if (!this.zx) {
|
|
743
|
+
this.za = XamGeographicMap.abh;
|
|
744
744
|
}
|
|
745
|
-
this.
|
|
745
|
+
this.aao();
|
|
746
|
+
this.aav();
|
|
746
747
|
this.aaw();
|
|
747
|
-
this.
|
|
748
|
-
this.
|
|
749
|
-
this.zu.fv();
|
|
748
|
+
this.yr = this.ys();
|
|
749
|
+
this.zt.fv();
|
|
750
750
|
break;
|
|
751
751
|
case "ActualWindowRect":
|
|
752
|
-
this.
|
|
752
|
+
this.zt.fu(this.yr);
|
|
753
753
|
break;
|
|
754
754
|
case "ActualWorldRect":
|
|
755
755
|
try {
|
|
756
756
|
for (var _c = __values(fromEnum(this.b9)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
757
757
|
var g = _d.value;
|
|
758
|
-
g.
|
|
758
|
+
g.r8(false);
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
761
|
catch (e_2_1) {
|
|
@@ -773,36 +773,36 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
773
773
|
}
|
|
774
774
|
break;
|
|
775
775
|
case XamGeographicMap.$$p[5]:
|
|
776
|
-
this.
|
|
776
|
+
this.z3 = this.z4;
|
|
777
777
|
break;
|
|
778
778
|
case "ActualWindowScale":
|
|
779
|
-
if (!this.
|
|
780
|
-
this.
|
|
779
|
+
if (!this.g8) {
|
|
780
|
+
this.ua(this.iu(), this.iv());
|
|
781
781
|
}
|
|
782
782
|
break;
|
|
783
783
|
case "ActualPixelScalingRatio":
|
|
784
|
-
this.
|
|
784
|
+
this.zt.fy(this.ij);
|
|
785
785
|
break;
|
|
786
786
|
case "WindowRectMinWidth":
|
|
787
787
|
case "WindowRectMinHeight":
|
|
788
788
|
var h = d;
|
|
789
789
|
if (isNaN_(h) || isInfinity(h)) {
|
|
790
|
-
this.ip = 5E-06;
|
|
791
790
|
this.io = 5E-06;
|
|
791
|
+
this.im = 5E-06;
|
|
792
792
|
}
|
|
793
793
|
else {
|
|
794
|
-
this.ip = h;
|
|
795
794
|
this.io = h;
|
|
795
|
+
this.im = h;
|
|
796
796
|
}
|
|
797
797
|
break;
|
|
798
798
|
case XamGeographicMap.$$p[7]:
|
|
799
|
-
this.
|
|
799
|
+
this.t5();
|
|
800
800
|
break;
|
|
801
801
|
case "MarkerAutomaticBehavior":
|
|
802
802
|
try {
|
|
803
803
|
for (var _e = __values(fromEnum(this.b9)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
804
804
|
var i = _f.value;
|
|
805
|
-
i.
|
|
805
|
+
i.qv();
|
|
806
806
|
}
|
|
807
807
|
}
|
|
808
808
|
catch (e_3_1) {
|
|
@@ -821,123 +821,123 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
821
821
|
break;
|
|
822
822
|
}
|
|
823
823
|
};
|
|
824
|
-
XamGeographicMap.prototype.
|
|
824
|
+
XamGeographicMap.prototype.aap = function (a, b) {
|
|
825
825
|
if (this.imageTilesReady != null) {
|
|
826
826
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
827
827
|
}
|
|
828
828
|
};
|
|
829
|
-
XamGeographicMap.prototype.
|
|
829
|
+
XamGeographicMap.prototype.aau = function (a) {
|
|
830
830
|
if (a != null) {
|
|
831
831
|
a.b7 = null;
|
|
832
832
|
}
|
|
833
833
|
};
|
|
834
|
-
XamGeographicMap.prototype.
|
|
835
|
-
if (this.
|
|
836
|
-
this.
|
|
837
|
-
this.
|
|
834
|
+
XamGeographicMap.prototype.aav = function () {
|
|
835
|
+
if (this.zh != null) {
|
|
836
|
+
this.zh.q9 = this.abi.left;
|
|
837
|
+
this.zh.q8 = this.abi.right;
|
|
838
838
|
}
|
|
839
|
-
if (this.
|
|
840
|
-
this.
|
|
841
|
-
this.
|
|
839
|
+
if (this.zj != null) {
|
|
840
|
+
this.zj.q9 = this.abi.top;
|
|
841
|
+
this.zj.q8 = this.abi.bottom;
|
|
842
842
|
}
|
|
843
|
-
this.
|
|
844
|
-
this.
|
|
843
|
+
this.zh.ee(true);
|
|
844
|
+
this.zj.ee(true);
|
|
845
845
|
};
|
|
846
846
|
XamGeographicMap.prototype.getFontInfo = function () {
|
|
847
|
-
this.
|
|
848
|
-
return this.
|
|
847
|
+
this.zu = this.zt.fr;
|
|
848
|
+
return this.zu;
|
|
849
849
|
};
|
|
850
|
-
XamGeographicMap.prototype.
|
|
851
|
-
return this.
|
|
850
|
+
XamGeographicMap.prototype.xv = function () {
|
|
851
|
+
return this.zt.fz;
|
|
852
852
|
};
|
|
853
853
|
XamGeographicMap.prototype.getFontBrush = function () {
|
|
854
|
-
return this.
|
|
854
|
+
return this.zt.f0;
|
|
855
855
|
};
|
|
856
|
-
XamGeographicMap.prototype.
|
|
856
|
+
XamGeographicMap.prototype.tk = function (a, b) {
|
|
857
857
|
if (typeCast(ItfConverter.$, b) !== null) {
|
|
858
858
|
var c = b;
|
|
859
859
|
var d = a;
|
|
860
860
|
d.itemsSource = c.triangulationSource.points;
|
|
861
|
-
d.
|
|
861
|
+
d.xu = c.triangulationSource.triangles;
|
|
862
862
|
}
|
|
863
863
|
else {
|
|
864
|
-
_super.prototype.
|
|
864
|
+
_super.prototype.tk.call(this, a, b);
|
|
865
865
|
}
|
|
866
866
|
};
|
|
867
867
|
XamGeographicMap.prototype.register = function (a, b) {
|
|
868
|
-
this.
|
|
868
|
+
this.s6(a, b);
|
|
869
869
|
};
|
|
870
870
|
XamGeographicMap.prototype.unRegister = function (a) {
|
|
871
|
-
this.
|
|
871
|
+
this.tx(a);
|
|
872
872
|
};
|
|
873
873
|
XamGeographicMap.prototype.deferredRefresh = function () {
|
|
874
|
-
this.
|
|
874
|
+
this.o0();
|
|
875
875
|
};
|
|
876
876
|
XamGeographicMap.prototype.deferAction = function (a) {
|
|
877
|
-
if (this.
|
|
878
|
-
this.
|
|
877
|
+
if (this.z6 != null) {
|
|
878
|
+
this.z6.setTimeout(a, 0);
|
|
879
879
|
}
|
|
880
880
|
else {
|
|
881
881
|
window.setTimeout(a, 0);
|
|
882
882
|
}
|
|
883
883
|
};
|
|
884
|
-
XamGeographicMap.prototype.
|
|
885
|
-
this.
|
|
884
|
+
XamGeographicMap.prototype.aam = function (a) {
|
|
885
|
+
this.t4(a);
|
|
886
886
|
};
|
|
887
|
-
XamGeographicMap.prototype.
|
|
887
|
+
XamGeographicMap.prototype.z7 = function () {
|
|
888
888
|
var a = new ChartVisualData();
|
|
889
|
-
var b = this.
|
|
890
|
-
var c = this.
|
|
889
|
+
var b = this.zh.hs();
|
|
890
|
+
var c = this.zj.hs();
|
|
891
891
|
a.axes.add1(b);
|
|
892
892
|
a.axes.add1(c);
|
|
893
893
|
for (var d = 0; d < this.b9.count; d++) {
|
|
894
|
-
var e = this.b9._inner[d].
|
|
894
|
+
var e = this.b9._inner[d].kv();
|
|
895
895
|
a.series.add1(e);
|
|
896
896
|
}
|
|
897
897
|
a.name = this.name;
|
|
898
|
-
a.contentArea = RectData.b(this.
|
|
899
|
-
a.centralArea = RectData.b(this.
|
|
900
|
-
a.plotArea = RectData.b(this.
|
|
898
|
+
a.contentArea = RectData.b(this.y9);
|
|
899
|
+
a.centralArea = RectData.b(this.y9);
|
|
900
|
+
a.plotArea = RectData.b(this.y9);
|
|
901
901
|
return a;
|
|
902
902
|
};
|
|
903
|
-
XamGeographicMap.prototype.
|
|
903
|
+
XamGeographicMap.prototype.yz = function (a, b, c) {
|
|
904
904
|
return a;
|
|
905
905
|
};
|
|
906
|
-
XamGeographicMap.prototype.
|
|
906
|
+
XamGeographicMap.prototype.aaq = function () {
|
|
907
907
|
};
|
|
908
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
908
|
+
Object.defineProperty(XamGeographicMap.prototype, "abt", {
|
|
909
909
|
get: function () {
|
|
910
|
-
return this.
|
|
910
|
+
return this.abf;
|
|
911
911
|
},
|
|
912
912
|
set: function (a) {
|
|
913
|
-
this.
|
|
913
|
+
this.abf = a;
|
|
914
914
|
},
|
|
915
915
|
enumerable: false,
|
|
916
916
|
configurable: true
|
|
917
917
|
});
|
|
918
|
-
XamGeographicMap.prototype.
|
|
919
|
-
this.
|
|
920
|
-
this.
|
|
918
|
+
XamGeographicMap.prototype.aa0 = function (a) {
|
|
919
|
+
this.abt = a;
|
|
920
|
+
this.aaz();
|
|
921
921
|
};
|
|
922
|
-
XamGeographicMap.prototype.
|
|
923
|
-
if (this.
|
|
924
|
-
var a = this.getZoomFromGeographicRect(this.
|
|
925
|
-
this.
|
|
926
|
-
this.
|
|
922
|
+
XamGeographicMap.prototype.aaz = function () {
|
|
923
|
+
if (this.z0 && !this.abt.isEmpty) {
|
|
924
|
+
var a = this.getZoomFromGeographicRect(this.abt);
|
|
925
|
+
this.abt = Rect.empty;
|
|
926
|
+
this.ud(a, false);
|
|
927
927
|
}
|
|
928
928
|
};
|
|
929
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
929
|
+
Object.defineProperty(XamGeographicMap.prototype, "z0", {
|
|
930
930
|
get: function () {
|
|
931
|
-
return !this.
|
|
931
|
+
return !this.y9.isEmpty && !this.yv.isEmpty;
|
|
932
932
|
},
|
|
933
933
|
enumerable: false,
|
|
934
934
|
configurable: true
|
|
935
935
|
});
|
|
936
936
|
XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
|
|
937
|
-
XamGeographicMap.
|
|
938
|
-
XamGeographicMap.
|
|
939
|
-
XamGeographicMap.
|
|
940
|
-
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, '
|
|
937
|
+
XamGeographicMap.zr = 0;
|
|
938
|
+
XamGeographicMap.abe = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
|
|
939
|
+
XamGeographicMap.abh = new Rect(0, 0, 0, 1, 1);
|
|
940
|
+
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'sr', ['BackgroundTilingMode:zo:aa1', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:zw:aa2', [0, false], 'ResizeBehavior:zs:aa3', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zr)], 'SuppressZoomResetOnWorldRectChange:zx:aa4', [0, false], 'UseWorldRectForZoomBounds:zy:aa5', [0, false], 'WindowScale:z4:aa6', [1, NaN], 'WorldRect:abu:aa7', [Rect.$, XamGeographicMap.abe], 'Zoomable:zz:aa8', [0, true]]);
|
|
941
941
|
return XamGeographicMap;
|
|
942
942
|
}(SeriesViewer));
|
|
943
943
|
/**
|
|
@@ -1080,20 +1080,20 @@ export var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1080
1080
|
return a;
|
|
1081
1081
|
}
|
|
1082
1082
|
var b = new Rect(0, 0, 0, a.width, a.height);
|
|
1083
|
-
var c = this.geographicMap.
|
|
1084
|
-
var d = XamGeographicMap.
|
|
1085
|
-
var e = this.geographicMap.
|
|
1083
|
+
var c = this.geographicMap.abn(b);
|
|
1084
|
+
var d = XamGeographicMap.abe;
|
|
1085
|
+
var e = this.geographicMap.abi;
|
|
1086
1086
|
var f = Math.min(this.windowRect.height, this.windowRect.width);
|
|
1087
1087
|
var g = e.width / d.width;
|
|
1088
1088
|
this.ao.a5 = (b.width / c.width) * f * g;
|
|
1089
|
-
var h = this.geographicMap.
|
|
1090
|
-
var i = this.geographicMap.
|
|
1089
|
+
var h = this.geographicMap.zh;
|
|
1090
|
+
var i = this.geographicMap.zj;
|
|
1091
1091
|
var j = new ScalerParams(1, this.windowRect, b, h.dn);
|
|
1092
1092
|
j.c = c;
|
|
1093
1093
|
var k = new ScalerParams(1, this.windowRect, b, i.dn);
|
|
1094
1094
|
k.c = c;
|
|
1095
|
-
var l = h.
|
|
1096
|
-
var m = i.
|
|
1095
|
+
var l = h.f6(d.left, j);
|
|
1096
|
+
var m = i.f6(d.bottom, k);
|
|
1097
1097
|
var n = (-l / b.width) * this.ao.a5;
|
|
1098
1098
|
var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1099
1099
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1191,41 +1191,41 @@ export var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (fu
|
|
|
1191
1191
|
}
|
|
1192
1192
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
1193
1193
|
_super.prototype.ci.call(this);
|
|
1194
|
-
var a = this.cu.
|
|
1195
|
-
a.
|
|
1196
|
-
a.
|
|
1197
|
-
a.trianglesSource = this.cu.
|
|
1198
|
-
a.
|
|
1199
|
-
a.
|
|
1200
|
-
a.
|
|
1194
|
+
var a = this.cu.xl;
|
|
1195
|
+
a.yl = this.cu.xx;
|
|
1196
|
+
a.yt = this.cu.xv;
|
|
1197
|
+
a.trianglesSource = this.cu.xu;
|
|
1198
|
+
a.x9 = this.cu.x0;
|
|
1199
|
+
a.yb = this.cu.x2;
|
|
1200
|
+
a.yd = this.cu.x4;
|
|
1201
1201
|
};
|
|
1202
1202
|
GeographicXYTriangulatingSeriesView.prototype.cx = function () {
|
|
1203
|
-
var a = this.cu.
|
|
1203
|
+
var a = this.cu.xl;
|
|
1204
1204
|
if (this.cu.dc == null) {
|
|
1205
|
+
a.xj = null;
|
|
1205
1206
|
a.xk = null;
|
|
1206
|
-
a.xl = null;
|
|
1207
1207
|
return;
|
|
1208
1208
|
}
|
|
1209
|
-
a.
|
|
1210
|
-
a.
|
|
1209
|
+
a.xj = this.cu.dc.zh;
|
|
1210
|
+
a.xk = this.cu.dc.zj;
|
|
1211
1211
|
};
|
|
1212
1212
|
GeographicXYTriangulatingSeriesView.prototype.cw = function () {
|
|
1213
|
-
this.cu.
|
|
1213
|
+
this.cu.xl.yl = this.cu.xx;
|
|
1214
1214
|
};
|
|
1215
1215
|
GeographicXYTriangulatingSeriesView.prototype.cv = function () {
|
|
1216
|
-
this.cu.
|
|
1216
|
+
this.cu.xl.yt = this.cu.xv;
|
|
1217
1217
|
};
|
|
1218
1218
|
GeographicXYTriangulatingSeriesView.prototype.cy = function () {
|
|
1219
|
-
this.cu.
|
|
1219
|
+
this.cu.xl.trianglesSource = this.cu.xu;
|
|
1220
1220
|
};
|
|
1221
1221
|
GeographicXYTriangulatingSeriesView.prototype.cz = function () {
|
|
1222
|
-
this.cu.
|
|
1222
|
+
this.cu.xl.x9 = this.cu.x0;
|
|
1223
1223
|
};
|
|
1224
1224
|
GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
|
|
1225
|
-
this.cu.
|
|
1225
|
+
this.cu.xl.yb = this.cu.x2;
|
|
1226
1226
|
};
|
|
1227
1227
|
GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
|
|
1228
|
-
this.cu.
|
|
1228
|
+
this.cu.xl.yd = this.cu.x4;
|
|
1229
1229
|
};
|
|
1230
1230
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
1231
1231
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -1248,19 +1248,19 @@ export var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
1248
1248
|
};
|
|
1249
1249
|
GeographicScatterAreaSeriesView.prototype.ci = function () {
|
|
1250
1250
|
_super.prototype.ci.call(this);
|
|
1251
|
-
if (this.c2.
|
|
1252
|
-
this.c2.
|
|
1253
|
-
this.c2.
|
|
1251
|
+
if (this.c2.yf != null) {
|
|
1252
|
+
this.c2.yf.zs = this.c2.yj;
|
|
1253
|
+
this.c2.yf.zg = this.c2.ye;
|
|
1254
1254
|
}
|
|
1255
1255
|
};
|
|
1256
1256
|
GeographicScatterAreaSeriesView.prototype.c3 = function () {
|
|
1257
|
-
if (this.c2.
|
|
1258
|
-
this.c2.
|
|
1257
|
+
if (this.c2.yf != null) {
|
|
1258
|
+
this.c2.yf.zs = this.c2.yj;
|
|
1259
1259
|
}
|
|
1260
1260
|
};
|
|
1261
1261
|
GeographicScatterAreaSeriesView.prototype.c4 = function () {
|
|
1262
|
-
if (this.c2.
|
|
1263
|
-
this.c2.
|
|
1262
|
+
if (this.c2.yf != null) {
|
|
1263
|
+
this.c2.yf.zg = this.c2.ye;
|
|
1264
1264
|
}
|
|
1265
1265
|
};
|
|
1266
1266
|
GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -1281,8 +1281,8 @@ export var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1281
1281
|
_this.fs = NaN;
|
|
1282
1282
|
_this.f2 = Rect.empty;
|
|
1283
1283
|
_this.fq = a;
|
|
1284
|
-
_this.fq.
|
|
1285
|
-
_this.fq.
|
|
1284
|
+
_this.fq.xo = 2;
|
|
1285
|
+
_this.fq.jw = 5E-06;
|
|
1286
1286
|
return _this;
|
|
1287
1287
|
}
|
|
1288
1288
|
XamGeographicMapView.prototype.m = function (a) {
|
|
@@ -1290,7 +1290,7 @@ export var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1290
1290
|
};
|
|
1291
1291
|
XamGeographicMapView.prototype.bn = function (a) {
|
|
1292
1292
|
this.j.bw(a);
|
|
1293
|
-
this.fq.
|
|
1293
|
+
this.fq.aam(a);
|
|
1294
1294
|
this.eo();
|
|
1295
1295
|
};
|
|
1296
1296
|
XamGeographicMapView.prototype.get_aq = function () {
|
|
@@ -1353,13 +1353,13 @@ export var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1353
1353
|
}
|
|
1354
1354
|
};
|
|
1355
1355
|
XamGeographicMapView.prototype.fu = function (a) {
|
|
1356
|
-
if (this.fq.
|
|
1357
|
-
this.fq.
|
|
1356
|
+
if (this.fq.zm != null) {
|
|
1357
|
+
this.fq.zm.windowRect = a;
|
|
1358
1358
|
}
|
|
1359
1359
|
};
|
|
1360
1360
|
XamGeographicMapView.prototype.fx = function (a, b) {
|
|
1361
|
-
if (this.fq.
|
|
1362
|
-
this.fq.
|
|
1361
|
+
if (this.fq.zm != null) {
|
|
1362
|
+
this.fq.zm.windowRect = this.fq.yr;
|
|
1363
1363
|
}
|
|
1364
1364
|
if (a != null) {
|
|
1365
1365
|
var c = a.ao;
|
|
@@ -1386,7 +1386,7 @@ export var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1386
1386
|
}
|
|
1387
1387
|
};
|
|
1388
1388
|
XamGeographicMapView.prototype.fw = function (a) {
|
|
1389
|
-
var b = this.fq.
|
|
1389
|
+
var b = this.fq.ij;
|
|
1390
1390
|
if (b != 1) {
|
|
1391
1391
|
a.aa();
|
|
1392
1392
|
a.ab(b, b);
|
|
@@ -1467,38 +1467,38 @@ export var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (functi
|
|
|
1467
1467
|
GeographicXYTriangulatingSeries.prototype.ct = function () {
|
|
1468
1468
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1469
1469
|
};
|
|
1470
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1471
|
-
_super.prototype.
|
|
1472
|
-
this.
|
|
1470
|
+
GeographicXYTriangulatingSeries.prototype.rh = function (a) {
|
|
1471
|
+
_super.prototype.rh.call(this, a);
|
|
1472
|
+
this.xt = a;
|
|
1473
1473
|
};
|
|
1474
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1475
|
-
_super.prototype.
|
|
1474
|
+
GeographicXYTriangulatingSeries.prototype.rq = function (a, b, c, d) {
|
|
1475
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
1476
1476
|
switch (b) {
|
|
1477
1477
|
case "SeriesViewer":
|
|
1478
|
-
this.
|
|
1478
|
+
this.xt.cx();
|
|
1479
1479
|
break;
|
|
1480
1480
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1481
|
-
this.
|
|
1481
|
+
this.xt.cw();
|
|
1482
1482
|
break;
|
|
1483
1483
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1484
|
-
this.
|
|
1484
|
+
this.xt.cv();
|
|
1485
1485
|
break;
|
|
1486
1486
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1487
|
-
this.
|
|
1487
|
+
this.xt.cy();
|
|
1488
1488
|
break;
|
|
1489
1489
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1490
|
-
this.
|
|
1490
|
+
this.xt.cz();
|
|
1491
1491
|
break;
|
|
1492
1492
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1493
|
-
this.
|
|
1493
|
+
this.xt.c0();
|
|
1494
1494
|
break;
|
|
1495
1495
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1496
|
-
this.
|
|
1496
|
+
this.xt.c1();
|
|
1497
1497
|
break;
|
|
1498
1498
|
}
|
|
1499
1499
|
};
|
|
1500
1500
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1501
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1501
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xv:x6', [2, "pointY"], 'LongitudeMemberPath:xx:x7', [2, "pointX"], 'TriangleVertexMemberPath1:x0:x9', [2, "v1"], 'TriangleVertexMemberPath2:x2:ya', [2, "v2"], 'TriangleVertexMemberPath3:x4:yb', [2, "v3"], 'TrianglesSource:xu:x8', [IEnumerable_$type, null]]);
|
|
1502
1502
|
return GeographicXYTriangulatingSeries;
|
|
1503
1503
|
}(GeographicMapSeriesHost));
|
|
1504
1504
|
/**
|
|
@@ -1508,7 +1508,7 @@ export var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
1508
1508
|
__extends(GeographicScatterAreaSeries, _super);
|
|
1509
1509
|
function GeographicScatterAreaSeries() {
|
|
1510
1510
|
var _this = _super.call(this) || this;
|
|
1511
|
-
_this.
|
|
1511
|
+
_this.yc = null;
|
|
1512
1512
|
_this.triangulationStatusChanged = null;
|
|
1513
1513
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
1514
1514
|
return _this;
|
|
@@ -1519,53 +1519,53 @@ export var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
1519
1519
|
GeographicScatterAreaSeries.prototype.get_ex = function () {
|
|
1520
1520
|
return true;
|
|
1521
1521
|
};
|
|
1522
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
1522
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "ye", {
|
|
1523
1523
|
get: function () {
|
|
1524
|
-
return this.
|
|
1524
|
+
return this.yc;
|
|
1525
1525
|
},
|
|
1526
1526
|
set: function (a) {
|
|
1527
|
-
var b = this.
|
|
1527
|
+
var b = this.yc != a;
|
|
1528
1528
|
if (b) {
|
|
1529
|
-
var c = this.
|
|
1530
|
-
if (this.
|
|
1531
|
-
var d = this.
|
|
1532
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1529
|
+
var c = this.yc;
|
|
1530
|
+
if (this.yc != null) {
|
|
1531
|
+
var d = this.yc;
|
|
1532
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
|
|
1533
1533
|
}
|
|
1534
|
-
this.
|
|
1535
|
-
if (this.
|
|
1536
|
-
var e = this.
|
|
1537
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1534
|
+
this.yc = a;
|
|
1535
|
+
if (this.yc != null) {
|
|
1536
|
+
var e = this.yc;
|
|
1537
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
|
|
1538
1538
|
}
|
|
1539
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1540
|
-
if (this.
|
|
1541
|
-
this.
|
|
1539
|
+
this.raisePropertyChanged("ColorScale", c, this.yc);
|
|
1540
|
+
if (this.yf != null) {
|
|
1541
|
+
this.yf.zg = a;
|
|
1542
1542
|
}
|
|
1543
1543
|
}
|
|
1544
1544
|
},
|
|
1545
1545
|
enumerable: false,
|
|
1546
1546
|
configurable: true
|
|
1547
1547
|
});
|
|
1548
|
-
GeographicScatterAreaSeries.prototype.
|
|
1549
|
-
this.
|
|
1550
|
-
this.
|
|
1551
|
-
this.
|
|
1548
|
+
GeographicScatterAreaSeries.prototype.ym = function (a, b) {
|
|
1549
|
+
this.yh.c4();
|
|
1550
|
+
this.yo();
|
|
1551
|
+
this.r8(false);
|
|
1552
1552
|
};
|
|
1553
|
-
GeographicScatterAreaSeries.prototype.
|
|
1554
|
-
if (this.
|
|
1555
|
-
this.
|
|
1553
|
+
GeographicScatterAreaSeries.prototype.yo = function () {
|
|
1554
|
+
if (this.yf != null) {
|
|
1555
|
+
this.yd = this.yf.zf;
|
|
1556
1556
|
}
|
|
1557
1557
|
};
|
|
1558
|
-
GeographicScatterAreaSeries.prototype.
|
|
1559
|
-
_super.prototype.
|
|
1560
|
-
this.
|
|
1558
|
+
GeographicScatterAreaSeries.prototype.sz = function () {
|
|
1559
|
+
_super.prototype.sz.call(this);
|
|
1560
|
+
this.yo();
|
|
1561
1561
|
};
|
|
1562
|
-
GeographicScatterAreaSeries.prototype.
|
|
1563
|
-
this.
|
|
1564
|
-
var a = this.
|
|
1565
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1566
|
-
return this.
|
|
1562
|
+
GeographicScatterAreaSeries.prototype.xk = function () {
|
|
1563
|
+
this.yf = new ScatterAreaSeries();
|
|
1564
|
+
var a = this.yf;
|
|
1565
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
|
|
1566
|
+
return this.yf;
|
|
1567
1567
|
};
|
|
1568
|
-
GeographicScatterAreaSeries.prototype.
|
|
1568
|
+
GeographicScatterAreaSeries.prototype.yn = function (a, b) {
|
|
1569
1569
|
if (this.triangulationStatusChanged != null) {
|
|
1570
1570
|
this.triangulationStatusChanged(this, b);
|
|
1571
1571
|
}
|
|
@@ -1573,29 +1573,29 @@ export var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
1573
1573
|
GeographicScatterAreaSeries.prototype.ct = function () {
|
|
1574
1574
|
return new GeographicScatterAreaSeriesView(this);
|
|
1575
1575
|
};
|
|
1576
|
-
GeographicScatterAreaSeries.prototype.
|
|
1577
|
-
_super.prototype.
|
|
1578
|
-
this.
|
|
1576
|
+
GeographicScatterAreaSeries.prototype.rh = function (a) {
|
|
1577
|
+
_super.prototype.rh.call(this, a);
|
|
1578
|
+
this.yh = a;
|
|
1579
1579
|
};
|
|
1580
|
-
GeographicScatterAreaSeries.prototype.
|
|
1581
|
-
_super.prototype.
|
|
1580
|
+
GeographicScatterAreaSeries.prototype.rq = function (a, b, c, d) {
|
|
1581
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
1582
1582
|
switch (b) {
|
|
1583
1583
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1584
|
-
this.
|
|
1584
|
+
this.yh.c3();
|
|
1585
1585
|
break;
|
|
1586
1586
|
case "ColorScale":
|
|
1587
|
-
this.
|
|
1588
|
-
this.
|
|
1587
|
+
this.yh.c4();
|
|
1588
|
+
this.yo();
|
|
1589
1589
|
break;
|
|
1590
1590
|
}
|
|
1591
1591
|
};
|
|
1592
|
-
GeographicScatterAreaSeries.prototype.
|
|
1592
|
+
GeographicScatterAreaSeries.prototype.get_hd = function () {
|
|
1593
1593
|
return true;
|
|
1594
1594
|
};
|
|
1595
|
-
GeographicScatterAreaSeries.prototype.
|
|
1596
|
-
_super.prototype.
|
|
1595
|
+
GeographicScatterAreaSeries.prototype.set_hd = function (a) {
|
|
1596
|
+
_super.prototype.set_hd.call(this, a);
|
|
1597
1597
|
};
|
|
1598
1598
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1599
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1599
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
|
|
1600
1600
|
return GeographicScatterAreaSeries;
|
|
1601
1601
|
}(GeographicXYTriangulatingSeries));
|