igniteui-angular-maps 14.1.0 → 14.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +1470 -1458
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +50 -50
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +50 -50
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1484 -1472
- package/fesm5/igniteui-angular-maps.js +1471 -1459
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +112 -112
- package/package.json +2 -2
|
@@ -26,7 +26,7 @@ import { ItfConverter } from "igniteui-angular-core";
|
|
|
26
26
|
import { ChartVisualData } from "igniteui-angular-charts";
|
|
27
27
|
import { RectData } from "igniteui-angular-core";
|
|
28
28
|
import { PropertyMetadata } from "igniteui-angular-core";
|
|
29
|
-
import { truncate, intDivide, isNaN_ } from "igniteui-angular-core";
|
|
29
|
+
import { truncate, intDivide, isNaN_, isInfinity } from "igniteui-angular-core";
|
|
30
30
|
import { XamMultiScaleImage } from "igniteui-angular-core";
|
|
31
31
|
import { Size } from "igniteui-angular-core";
|
|
32
32
|
import { ImagesChangedEventArgs } from "./ImagesChangedEventArgs";
|
|
@@ -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.ul = null;
|
|
48
|
+
_this.ua = false;
|
|
49
|
+
_this.t2 = 1;
|
|
50
|
+
_this.uh = 0;
|
|
51
|
+
_this.vs = null;
|
|
52
|
+
_this.tz = null;
|
|
53
|
+
_this.tv = null;
|
|
54
|
+
_this.tx = null;
|
|
55
|
+
_this.t1 = null;
|
|
56
|
+
_this.vo = { $type: Point_$type, x: NaN, y: NaN };
|
|
57
|
+
_this.vv = null;
|
|
58
|
+
_this.ug = 1;
|
|
59
59
|
_this.imageTilesReady = null;
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
62
|
-
_this.
|
|
60
|
+
_this.t9 = null;
|
|
61
|
+
_this.vu = Rect.empty;
|
|
62
|
+
_this.uh = SphericalMercatorVerticalScaler.am(XamGeographicMap.vt.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.vt.top);
|
|
63
63
|
_this.ab = XamGeographicMap.$;
|
|
64
64
|
_this.backgroundContent = new OpenStreetMapImagery();
|
|
65
65
|
var a = ((function () {
|
|
@@ -68,79 +68,79 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
68
|
return $ret;
|
|
69
69
|
})());
|
|
70
70
|
a.ce = true;
|
|
71
|
-
_this.
|
|
72
|
-
_this.
|
|
71
|
+
_this.tw = a;
|
|
72
|
+
_this.tw.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
78
|
b.ce = true;
|
|
79
|
-
_this.
|
|
80
|
-
_this.
|
|
81
|
-
_this.
|
|
82
|
-
_this.
|
|
83
|
-
_this.
|
|
79
|
+
_this.ty = b;
|
|
80
|
+
_this.ty.nj = new SphericalMercatorVerticalScaler();
|
|
81
|
+
_this.u3();
|
|
82
|
+
_this.va();
|
|
83
|
+
_this.l3();
|
|
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.tw.provideRenderer(a);
|
|
89
|
+
this.ty.provideRenderer(a);
|
|
90
90
|
};
|
|
91
|
-
XamGeographicMap.prototype.
|
|
92
|
-
_super.prototype.
|
|
93
|
-
this.
|
|
91
|
+
XamGeographicMap.prototype.l3 = function () {
|
|
92
|
+
_super.prototype.l3.call(this);
|
|
93
|
+
this.t8.fv(this.gc);
|
|
94
94
|
};
|
|
95
|
-
XamGeographicMap.prototype.
|
|
96
|
-
return this.
|
|
95
|
+
XamGeographicMap.prototype.er = function () {
|
|
96
|
+
return this.ue;
|
|
97
97
|
};
|
|
98
|
-
XamGeographicMap.prototype.
|
|
99
|
-
return this.
|
|
98
|
+
XamGeographicMap.prototype.es = function () {
|
|
99
|
+
return this.ue;
|
|
100
100
|
};
|
|
101
|
-
XamGeographicMap.prototype.
|
|
102
|
-
if (this.
|
|
103
|
-
if (this.
|
|
101
|
+
XamGeographicMap.prototype.t5 = function () {
|
|
102
|
+
if (this.t3 == 0) {
|
|
103
|
+
if (this.ua) {
|
|
104
104
|
return 2;
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
return 1;
|
|
108
108
|
};
|
|
109
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
109
|
+
Object.defineProperty(XamGeographicMap.prototype, "t4", {
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.
|
|
111
|
+
return this.t2;
|
|
112
112
|
},
|
|
113
113
|
set: function (a) {
|
|
114
|
-
this.
|
|
114
|
+
this.t2 = a;
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
118
118
|
});
|
|
119
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
119
|
+
Object.defineProperty(XamGeographicMap.prototype, "vx", {
|
|
120
120
|
get: function () {
|
|
121
|
-
return this.
|
|
121
|
+
return this.vs;
|
|
122
122
|
},
|
|
123
123
|
set: function (a) {
|
|
124
|
-
var b = Rect.l_op_Inequality(this.
|
|
124
|
+
var b = Rect.l_op_Inequality(this.vs, a);
|
|
125
125
|
if (b) {
|
|
126
|
-
var c = this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
126
|
+
var c = this.vs;
|
|
127
|
+
this.vs = a;
|
|
128
|
+
this.n8("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.v1 = function () {
|
|
135
|
+
return this.vx;
|
|
136
136
|
};
|
|
137
|
-
XamGeographicMap.prototype.
|
|
138
|
-
if (this.
|
|
137
|
+
XamGeographicMap.prototype.u3 = function () {
|
|
138
|
+
if (this.v9.isEmpty) {
|
|
139
139
|
return;
|
|
140
140
|
}
|
|
141
|
-
this.
|
|
141
|
+
this.vx = this.v7(this.v9, this.cd == 1);
|
|
142
142
|
};
|
|
143
|
-
XamGeographicMap.prototype.
|
|
143
|
+
XamGeographicMap.prototype.v7 = 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.vt.width;
|
|
152
|
+
var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.vt.top);
|
|
153
153
|
var l = i / j;
|
|
154
|
-
if (i / j > this.
|
|
155
|
-
var m = i / this.
|
|
154
|
+
if (i / j > this.uh) {
|
|
155
|
+
var m = i / this.uh;
|
|
156
156
|
var n = m - j;
|
|
157
|
-
d = d - (n / 2) * XamGeographicMap.
|
|
158
|
-
e = m * XamGeographicMap.
|
|
157
|
+
d = d - (n / 2) * XamGeographicMap.vt.width;
|
|
158
|
+
e = m * XamGeographicMap.vt.width;
|
|
159
159
|
if (b) {
|
|
160
|
-
if (d < XamGeographicMap.
|
|
161
|
-
d += (XamGeographicMap.
|
|
160
|
+
if (d < XamGeographicMap.vt.left) {
|
|
161
|
+
d += (XamGeographicMap.vt.left - d);
|
|
162
162
|
}
|
|
163
|
-
else if ((d + e) > XamGeographicMap.
|
|
164
|
-
d -= ((d + e) - XamGeographicMap.
|
|
163
|
+
else if ((d + e) > XamGeographicMap.vt.right) {
|
|
164
|
+
d -= ((d + e) - XamGeographicMap.vt.right);
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
|
-
else if (i / j < this.
|
|
169
|
-
var o = this.
|
|
168
|
+
else if (i / j < this.uh) {
|
|
169
|
+
var o = this.uh * 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.uh)) {
|
|
179
|
+
q -= ((r) - (k + this.uh));
|
|
180
|
+
r -= ((r) - (k + this.uh));
|
|
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.tz;
|
|
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.tz = a;
|
|
198
|
+
this.n8("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, "tw", {
|
|
205
205
|
get: function () {
|
|
206
|
-
return this.
|
|
206
|
+
return this.tv;
|
|
207
207
|
},
|
|
208
208
|
set: function (a) {
|
|
209
|
-
var b = a != this.
|
|
209
|
+
var b = a != this.tw;
|
|
210
210
|
if (b) {
|
|
211
|
-
var c = this.
|
|
212
|
-
this.
|
|
213
|
-
this.
|
|
211
|
+
var c = this.tw;
|
|
212
|
+
this.tv = a;
|
|
213
|
+
this.n8("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, "ty", {
|
|
220
220
|
get: function () {
|
|
221
|
-
return this.
|
|
221
|
+
return this.tx;
|
|
222
222
|
},
|
|
223
223
|
set: function (a) {
|
|
224
|
-
var b = a != this.
|
|
224
|
+
var b = a != this.ty;
|
|
225
225
|
if (b) {
|
|
226
|
-
var c = this.
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
226
|
+
var c = this.ty;
|
|
227
|
+
this.tx = a;
|
|
228
|
+
this.n8("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.vd = function (a) {
|
|
238
|
+
this.tp = a;
|
|
239
239
|
};
|
|
240
|
-
XamGeographicMap.prototype.
|
|
241
|
-
this.
|
|
240
|
+
XamGeographicMap.prototype.vc = function (a) {
|
|
241
|
+
this.v9 = a;
|
|
242
242
|
};
|
|
243
243
|
XamGeographicMap.prototype.getZoomFromGeographicRect = function (a) {
|
|
244
|
-
return this.
|
|
244
|
+
return this.vz(a, true, 0);
|
|
245
245
|
};
|
|
246
|
-
XamGeographicMap.prototype.
|
|
247
|
-
return this.
|
|
246
|
+
XamGeographicMap.prototype.vy = function (a, b) {
|
|
247
|
+
return this.vz(a, false, b);
|
|
248
248
|
};
|
|
249
|
-
XamGeographicMap.prototype.
|
|
249
|
+
XamGeographicMap.prototype.vz = 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.v7(a, false);
|
|
253
|
+
}
|
|
254
|
+
var e = this.tw;
|
|
255
|
+
var f = this.ty;
|
|
256
|
+
var g = new ScalerParams(1, XamGeographicMap.vw, this.to, e.cg);
|
|
257
|
+
g.c = this.td;
|
|
258
|
+
var h = new ScalerParams(1, XamGeographicMap.vw, this.to, f.cg);
|
|
259
|
+
h.c = this.td;
|
|
260
|
+
var i = this.tw.ei(d.left, g);
|
|
261
|
+
var j = this.tw.ei(d.right, g);
|
|
262
|
+
var k = this.ty.ei(d.top, h);
|
|
263
|
+
var l = this.ty.ei(d.bottom, h);
|
|
264
|
+
var m = (i - c) / this.to.width;
|
|
265
|
+
var n = (l - c) / this.to.height;
|
|
266
|
+
var o = (j - i + (c * 2)) / this.to.width;
|
|
267
|
+
var p = (k - l + (c * 2)) / this.to.height;
|
|
268
268
|
var q = new Rect(0, m, n, o, p);
|
|
269
|
-
q.intersect(XamGeographicMap.
|
|
269
|
+
q.intersect(XamGeographicMap.vw);
|
|
270
270
|
if (q.isEmpty) {
|
|
271
|
-
q = XamGeographicMap.
|
|
271
|
+
q = XamGeographicMap.vw;
|
|
272
272
|
}
|
|
273
273
|
return q;
|
|
274
274
|
};
|
|
@@ -278,21 +278,21 @@ 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.vw;
|
|
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.
|
|
288
|
+
XamGeographicMap.prototype.v3 = function (a) {
|
|
289
|
+
var b = this.tw;
|
|
290
|
+
var c = this.ty;
|
|
291
|
+
var d = new ScalerParams(1, a, this.to, b.cg);
|
|
292
|
+
d.c = this.td;
|
|
293
|
+
var e = new ScalerParams(1, a, this.to, c.cg);
|
|
294
|
+
e.c = this.td;
|
|
295
|
+
var f = this.tc;
|
|
296
296
|
var g = b.el(f.left, d);
|
|
297
297
|
var h = c.el(f.top, e);
|
|
298
298
|
var i = b.el(f.right, d);
|
|
@@ -300,45 +300,45 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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.cd == 1) {
|
|
304
|
+
m.intersect(XamGeographicMap.vt);
|
|
305
305
|
if (m.isEmpty) {
|
|
306
|
-
m = XamGeographicMap.
|
|
306
|
+
m = XamGeographicMap.vt;
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
return m;
|
|
310
310
|
};
|
|
311
|
-
XamGeographicMap.prototype.
|
|
312
|
-
var b = this.
|
|
313
|
-
var c = this.
|
|
311
|
+
XamGeographicMap.prototype.vp = function (a) {
|
|
312
|
+
var b = this.tw.l6(a.x);
|
|
313
|
+
var c = this.ty.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.vq = function (a) {
|
|
317
|
+
var b = this.tw.e3(a.x);
|
|
318
|
+
var c = this.ty.e3(a.y);
|
|
319
319
|
return { $type: Point_$type, x: b, y: c };
|
|
320
320
|
};
|
|
321
|
-
XamGeographicMap.prototype.
|
|
322
|
-
return this.
|
|
321
|
+
XamGeographicMap.prototype.vr = function (a) {
|
|
322
|
+
return this.vq(a);
|
|
323
323
|
};
|
|
324
|
-
XamGeographicMap.prototype.
|
|
324
|
+
XamGeographicMap.prototype.u0 = 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.u6 = function (a) {
|
|
331
331
|
};
|
|
332
|
-
XamGeographicMap.prototype.
|
|
332
|
+
XamGeographicMap.prototype.fg = function () {
|
|
333
333
|
return true;
|
|
334
334
|
};
|
|
335
|
-
XamGeographicMap.prototype.
|
|
335
|
+
XamGeographicMap.prototype.u8 = function () {
|
|
336
336
|
var e_1, _a;
|
|
337
|
-
this.
|
|
337
|
+
this.t8.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.mv();
|
|
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.vb = function () {
|
|
359
|
+
if (this.t7 == 2) {
|
|
360
|
+
if (!this.to.isEmpty && this.to.width > 0 && this.to.height > 0) {
|
|
361
|
+
var a = this.tw.l6(this.to.left + (this.to.width / 2));
|
|
362
|
+
var b = this.ty.l6(this.to.top + (this.to.height / 2));
|
|
363
|
+
this.vo = { $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.to.isEmpty && this.to.width > 0 && this.to.height > 0) {
|
|
368
|
+
var c = this.tw.l6(this.to.left);
|
|
369
|
+
var d = this.ty.l6(this.to.top);
|
|
370
|
+
this.vo = { $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.u7 = function () {
|
|
375
|
+
if (isNaN_(this.vo.x) || isNaN_(this.vo.y)) {
|
|
376
|
+
this.vb();
|
|
377
377
|
}
|
|
378
|
-
var a = this.
|
|
379
|
-
var b = this.
|
|
378
|
+
var a = this.vo.x;
|
|
379
|
+
var b = this.vo.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.s9.left;
|
|
382
|
+
var d = this.s9.top;
|
|
383
|
+
var e = this.s9.width;
|
|
384
|
+
var f = this.s9.height;
|
|
385
|
+
if (e > this.vv.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.vw, this.to, this.tw.cg);
|
|
389
|
+
g.c = this.td;
|
|
390
|
+
var h = this.tw.ei(a, g);
|
|
391
|
+
if (this.t7 == 2) {
|
|
392
|
+
var i = h / this.to.width;
|
|
393
393
|
c = i - (e / 2);
|
|
394
394
|
}
|
|
395
395
|
else {
|
|
396
|
-
c = h / this.
|
|
396
|
+
c = h / this.to.width;
|
|
397
397
|
}
|
|
398
|
-
if (c + e > this.
|
|
399
|
-
c = this.
|
|
398
|
+
if (c + e > this.vv.right) {
|
|
399
|
+
c = this.vv.right - e;
|
|
400
400
|
}
|
|
401
|
-
else if (c < this.
|
|
402
|
-
c = this.
|
|
401
|
+
else if (c < this.vv.left) {
|
|
402
|
+
c = this.vv.left;
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
|
-
if (f > this.
|
|
405
|
+
if (f > this.vv.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.vw, this.to, this.ty.cg);
|
|
409
|
+
j.c = this.td;
|
|
410
|
+
var k = this.ty.ei(b, j);
|
|
411
|
+
if (this.t7 == 2) {
|
|
412
|
+
var l = k / this.to.height;
|
|
413
413
|
d = l - (f / 2);
|
|
414
414
|
}
|
|
415
415
|
else {
|
|
416
|
-
d = k / this.
|
|
416
|
+
d = k / this.to.height;
|
|
417
417
|
}
|
|
418
|
-
if (d + f > this.
|
|
419
|
-
d = this.
|
|
418
|
+
if (d + f > this.vv.bottom) {
|
|
419
|
+
d = this.vv.bottom - f;
|
|
420
420
|
}
|
|
421
|
-
else if (d < this.
|
|
422
|
-
d = this.
|
|
421
|
+
else if (d < this.vv.top) {
|
|
422
|
+
d = this.vv.top;
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
|
-
this.
|
|
425
|
+
this.ph(new Rect(0, c, d, e, f), false);
|
|
426
426
|
}
|
|
427
427
|
};
|
|
428
|
-
XamGeographicMap.prototype.
|
|
428
|
+
XamGeographicMap.prototype.get_ej = function () {
|
|
429
429
|
return true;
|
|
430
430
|
};
|
|
431
|
-
XamGeographicMap.prototype.
|
|
432
|
-
var a = _super.prototype.
|
|
433
|
-
if (this.
|
|
431
|
+
XamGeographicMap.prototype.ta = function () {
|
|
432
|
+
var a = _super.prototype.ta.call(this);
|
|
433
|
+
if (this.tw == null || this.ty == null) {
|
|
434
434
|
return a;
|
|
435
435
|
}
|
|
436
|
-
this.
|
|
436
|
+
this.tk();
|
|
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.cd == 1) {
|
|
440
|
+
if (this.tp.width > this.vv.width) {
|
|
441
|
+
b = 0.5 - (this.tp.width / 2);
|
|
442
442
|
}
|
|
443
|
-
else if (b + a.width > this.
|
|
444
|
-
b = this.
|
|
443
|
+
else if (b + a.width > this.vv.right) {
|
|
444
|
+
b = this.vv.right - this.tp.width;
|
|
445
445
|
}
|
|
446
|
-
else if (b < this.
|
|
447
|
-
b = this.
|
|
446
|
+
else if (b < this.vv.left) {
|
|
447
|
+
b = this.vv.left;
|
|
448
448
|
}
|
|
449
|
-
if (this.
|
|
450
|
-
c = 0.5 - (this.
|
|
449
|
+
if (this.tp.height > this.vv.height) {
|
|
450
|
+
c = 0.5 - (this.tp.height / 2);
|
|
451
451
|
}
|
|
452
|
-
else if (c + this.
|
|
453
|
-
c = this.
|
|
452
|
+
else if (c + this.tp.height > this.vv.bottom) {
|
|
453
|
+
c = this.vv.bottom - this.tp.height;
|
|
454
454
|
}
|
|
455
|
-
else if (c < this.
|
|
456
|
-
c = this.
|
|
455
|
+
else if (c < this.vv.top) {
|
|
456
|
+
c = this.vv.top;
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
var d = false;
|
|
460
|
-
if (!this.
|
|
460
|
+
if (!this.ud && this.cd == 2 && this.ua) {
|
|
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.vv.right) > 0 && ((a.right - this.vv.right) / a.width) > 0.8) {
|
|
468
|
+
b = this.vv.left - (a.width - (a.right - this.vv.right));
|
|
469
469
|
d = true;
|
|
470
470
|
}
|
|
471
|
-
else if (a.left < this.
|
|
472
|
-
b = this.
|
|
471
|
+
else if (a.left < this.vv.left && (Math.abs(a.left - this.vv.left) / a.width) > 0.8) {
|
|
472
|
+
b = this.vv.right - (Math.abs(a.left - this.vv.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.ud) {
|
|
478
|
+
var f = this.vy(this.v9, 1);
|
|
479
|
+
f = this.v0(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.d6 = true;
|
|
515
|
+
this.tp = e;
|
|
516
|
+
this.d6 = false;
|
|
517
517
|
}
|
|
518
518
|
return e;
|
|
519
519
|
};
|
|
520
|
-
XamGeographicMap.prototype.
|
|
520
|
+
XamGeographicMap.prototype.lh = 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.tk();
|
|
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.tv.ei(-180, b);
|
|
542
|
+
var j = this.tv.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.tv.ei(-180, b);
|
|
547
|
+
var l = this.tv.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.tk = function () {
|
|
554
|
+
var a = new ScalerParams(1, XamGeographicMap.vw, this.to, this.tw.cg);
|
|
555
|
+
a.c = this.td;
|
|
556
|
+
var b = new ScalerParams(1, XamGeographicMap.vw, this.to, this.ty.cg);
|
|
557
|
+
b.c = this.td;
|
|
558
|
+
var c = this.tw.ei(XamGeographicMap.vt.left, a);
|
|
559
|
+
var d = this.tw.ei(XamGeographicMap.vt.right, a);
|
|
560
|
+
var e = this.ty.ei(XamGeographicMap.vt.top, b);
|
|
561
|
+
var f = this.ty.ei(XamGeographicMap.vt.bottom, b);
|
|
562
|
+
this.vv = new Rect(0, c / this.to.width, f / this.to.height, (d - c) / this.to.width, (e - f) / this.to.height);
|
|
563
|
+
return this.vv;
|
|
564
|
+
};
|
|
565
|
+
XamGeographicMap.prototype.v0 = function (a) {
|
|
566
|
+
var b = this.gg;
|
|
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.d(a.width, b, 1);
|
|
572
|
+
var h = MathUtil.d(a.height, b, 1);
|
|
573
|
+
var i = this.to;
|
|
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.tb = function (a) {
|
|
613
|
+
_super.prototype.tb.call(this, this.to);
|
|
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.v2 = function (a) {
|
|
629
|
+
return this.tb(a);
|
|
630
630
|
};
|
|
631
|
-
XamGeographicMap.prototype.
|
|
631
|
+
XamGeographicMap.prototype.ct = function () {
|
|
632
632
|
return new XamGeographicMapView(this);
|
|
633
633
|
};
|
|
634
|
-
XamGeographicMap.prototype.
|
|
634
|
+
XamGeographicMap.prototype.u2 = 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.ns = function (a) {
|
|
640
|
+
_super.prototype.ns.call(this, a);
|
|
641
|
+
this.t8 = a;
|
|
642
642
|
};
|
|
643
|
-
XamGeographicMap.prototype.
|
|
644
|
-
_super.prototype.
|
|
645
|
-
this.
|
|
646
|
-
this.
|
|
643
|
+
XamGeographicMap.prototype.n3 = function (a, b) {
|
|
644
|
+
_super.prototype.n3.call(this, a, b);
|
|
645
|
+
this.o4(this.tw);
|
|
646
|
+
this.o4(this.ty);
|
|
647
647
|
if (Rect.l_op_Inequality(a, b)) {
|
|
648
|
-
this.
|
|
648
|
+
this.u7();
|
|
649
649
|
}
|
|
650
|
-
if (this.
|
|
651
|
-
this.
|
|
650
|
+
if (this.ud) {
|
|
651
|
+
this.s9 = this.ta();
|
|
652
652
|
}
|
|
653
|
-
this.
|
|
653
|
+
this.ve();
|
|
654
654
|
};
|
|
655
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
655
|
+
Object.defineProperty(XamGeographicMap.prototype, "ui", {
|
|
656
656
|
get: function () {
|
|
657
|
-
return this.
|
|
657
|
+
return this.ug;
|
|
658
658
|
},
|
|
659
659
|
set: function (a) {
|
|
660
|
-
var b = this.
|
|
661
|
-
this.
|
|
662
|
-
this.
|
|
660
|
+
var b = this.ug;
|
|
661
|
+
this.ug = a;
|
|
662
|
+
this.n8("ActualWindowScale", b, this.ug);
|
|
663
663
|
},
|
|
664
664
|
enumerable: false,
|
|
665
665
|
configurable: true
|
|
666
666
|
});
|
|
667
|
-
XamGeographicMap.prototype.
|
|
668
|
-
return this.
|
|
667
|
+
XamGeographicMap.prototype.gm = function () {
|
|
668
|
+
return this.ui;
|
|
669
669
|
};
|
|
670
|
-
XamGeographicMap.prototype.
|
|
671
|
-
return this.
|
|
670
|
+
XamGeographicMap.prototype.gn = function () {
|
|
671
|
+
return this.ui;
|
|
672
672
|
};
|
|
673
|
-
XamGeographicMap.prototype.
|
|
674
|
-
_super.prototype.
|
|
675
|
-
var a = Math.min(this.
|
|
676
|
-
this.
|
|
673
|
+
XamGeographicMap.prototype.o3 = function () {
|
|
674
|
+
_super.prototype.o3.call(this);
|
|
675
|
+
var a = Math.min(this.s9.width, this.s9.height);
|
|
676
|
+
this.ui = a;
|
|
677
677
|
};
|
|
678
|
-
XamGeographicMap.prototype.
|
|
679
|
-
return this.
|
|
678
|
+
XamGeographicMap.prototype.e8 = function () {
|
|
679
|
+
return this.ua;
|
|
680
680
|
};
|
|
681
|
-
XamGeographicMap.prototype.
|
|
682
|
-
if (this.
|
|
683
|
-
if (this.
|
|
681
|
+
XamGeographicMap.prototype.ce = function () {
|
|
682
|
+
if (this.cf == 0) {
|
|
683
|
+
if (this.ub) {
|
|
684
684
|
return 2;
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
|
-
return this.
|
|
687
|
+
return this.cf;
|
|
688
688
|
};
|
|
689
|
-
XamGeographicMap.prototype.
|
|
689
|
+
XamGeographicMap.prototype.n4 = function (a, b, c, d) {
|
|
690
690
|
var e_2, _a, e_3, _b;
|
|
691
|
-
_super.prototype.
|
|
691
|
+
_super.prototype.n4.call(this, a, b, c, d);
|
|
692
692
|
switch (b) {
|
|
693
693
|
case "ZoomCoercionMode":
|
|
694
|
-
this.
|
|
694
|
+
this.u3();
|
|
695
695
|
break;
|
|
696
696
|
case "WindowRect":
|
|
697
|
-
this.
|
|
697
|
+
this.vb();
|
|
698
698
|
break;
|
|
699
699
|
case XamGeographicMap.$$p[0]:
|
|
700
|
-
this.
|
|
701
|
-
if (this.
|
|
702
|
-
this.
|
|
700
|
+
this.t4 = this.t5();
|
|
701
|
+
if (this.t1 != null) {
|
|
702
|
+
this.t1.isHorizontalWrappingEnabled = this.t4 == 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.ua = this.ub;
|
|
707
|
+
this.t4 = this.t5();
|
|
708
|
+
this.cd = this.ce();
|
|
709
|
+
if (this.t1 != null) {
|
|
710
|
+
this.t1.isHorizontalWrappingEnabled = this.t4 == 2;
|
|
711
711
|
}
|
|
712
712
|
break;
|
|
713
713
|
case XamGeographicMap.$$p[4]:
|
|
714
|
-
this.
|
|
714
|
+
this.s9 = this.ta();
|
|
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.t1 != null) {
|
|
718
|
+
var e = this.t1;
|
|
719
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.u4));
|
|
720
|
+
this.t1.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.t1 = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
723
|
+
if (this.t1 != null) {
|
|
724
|
+
var f = this.t1;
|
|
725
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.u4));
|
|
726
|
+
this.t1.deferralHandler = this;
|
|
727
|
+
this.t1.isHorizontalWrappingEnabled = this.t4 == 2;
|
|
728
728
|
}
|
|
729
|
-
this.
|
|
730
|
-
if (this.
|
|
731
|
-
this.
|
|
732
|
-
this.
|
|
733
|
-
this.
|
|
729
|
+
this.t8.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
|
|
730
|
+
if (this.t1 != null) {
|
|
731
|
+
this.t1.geographicMap = this;
|
|
732
|
+
this.t8.fr(this.s9);
|
|
733
|
+
this.t8.fv(this.gc);
|
|
734
734
|
}
|
|
735
735
|
break;
|
|
736
736
|
case "YAxis":
|
|
737
737
|
case "XAxis":
|
|
738
|
-
this.
|
|
739
|
-
this.
|
|
738
|
+
this.u9(c);
|
|
739
|
+
this.u2(d);
|
|
740
740
|
break;
|
|
741
741
|
case XamGeographicMap.$$p[6]:
|
|
742
|
-
if (!this.
|
|
743
|
-
this.
|
|
742
|
+
if (!this.uc) {
|
|
743
|
+
this.tp = XamGeographicMap.vw;
|
|
744
744
|
}
|
|
745
|
-
this.
|
|
746
|
-
this.
|
|
747
|
-
this.
|
|
748
|
-
this.
|
|
749
|
-
this.
|
|
745
|
+
this.u3();
|
|
746
|
+
this.va();
|
|
747
|
+
this.vb();
|
|
748
|
+
this.s9 = this.ta();
|
|
749
|
+
this.t8.fs();
|
|
750
750
|
break;
|
|
751
751
|
case "ActualWindowRect":
|
|
752
|
-
this.
|
|
752
|
+
this.t8.fr(this.s9);
|
|
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.ml(false);
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
761
|
catch (e_2_1) {
|
|
@@ -773,24 +773,36 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
773
773
|
}
|
|
774
774
|
break;
|
|
775
775
|
case XamGeographicMap.$$p[5]:
|
|
776
|
-
this.
|
|
776
|
+
this.ui = this.uj;
|
|
777
777
|
break;
|
|
778
778
|
case "ActualWindowScale":
|
|
779
|
-
if (!this.
|
|
780
|
-
this.
|
|
779
|
+
if (!this.ff) {
|
|
780
|
+
this.pf(this.gm(), this.gn());
|
|
781
781
|
}
|
|
782
782
|
break;
|
|
783
783
|
case "ActualPixelScalingRatio":
|
|
784
|
-
this.
|
|
784
|
+
this.t8.fv(this.gc);
|
|
785
|
+
break;
|
|
786
|
+
case "WindowRectMinWidth":
|
|
787
|
+
case "WindowRectMinHeight":
|
|
788
|
+
var h = d;
|
|
789
|
+
if (isNaN_(h) || isInfinity(h)) {
|
|
790
|
+
this.gg = 5E-06;
|
|
791
|
+
this.gf = 5E-06;
|
|
792
|
+
}
|
|
793
|
+
else {
|
|
794
|
+
this.gg = h;
|
|
795
|
+
this.gf = h;
|
|
796
|
+
}
|
|
785
797
|
break;
|
|
786
798
|
case XamGeographicMap.$$p[7]:
|
|
787
|
-
this.
|
|
799
|
+
this.pb();
|
|
788
800
|
break;
|
|
789
801
|
case "MarkerAutomaticBehavior":
|
|
790
802
|
try {
|
|
791
803
|
for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
792
|
-
var
|
|
793
|
-
|
|
804
|
+
var i = _f.value;
|
|
805
|
+
i.ln();
|
|
794
806
|
}
|
|
795
807
|
}
|
|
796
808
|
catch (e_3_1) {
|
|
@@ -809,123 +821,123 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
809
821
|
break;
|
|
810
822
|
}
|
|
811
823
|
};
|
|
812
|
-
XamGeographicMap.prototype.
|
|
824
|
+
XamGeographicMap.prototype.u4 = function (a, b) {
|
|
813
825
|
if (this.imageTilesReady != null) {
|
|
814
826
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
815
827
|
}
|
|
816
828
|
};
|
|
817
|
-
XamGeographicMap.prototype.
|
|
829
|
+
XamGeographicMap.prototype.u9 = function (a) {
|
|
818
830
|
if (a != null) {
|
|
819
831
|
a.bh = null;
|
|
820
832
|
}
|
|
821
833
|
};
|
|
822
|
-
XamGeographicMap.prototype.
|
|
823
|
-
if (this.
|
|
824
|
-
this.
|
|
825
|
-
this.
|
|
834
|
+
XamGeographicMap.prototype.va = function () {
|
|
835
|
+
if (this.tw != null) {
|
|
836
|
+
this.tw.l3 = this.vx.left;
|
|
837
|
+
this.tw.l2 = this.vx.right;
|
|
826
838
|
}
|
|
827
|
-
if (this.
|
|
828
|
-
this.
|
|
829
|
-
this.
|
|
839
|
+
if (this.ty != null) {
|
|
840
|
+
this.ty.l3 = this.vx.top;
|
|
841
|
+
this.ty.l2 = this.vx.bottom;
|
|
830
842
|
}
|
|
831
|
-
this.
|
|
832
|
-
this.
|
|
843
|
+
this.tw.c1(true);
|
|
844
|
+
this.ty.c1(true);
|
|
833
845
|
};
|
|
834
846
|
XamGeographicMap.prototype.getFontInfo = function () {
|
|
835
|
-
this.
|
|
836
|
-
return this.
|
|
847
|
+
this.t9 = this.t8.fo;
|
|
848
|
+
return this.t9;
|
|
837
849
|
};
|
|
838
|
-
XamGeographicMap.prototype.
|
|
839
|
-
return this.
|
|
850
|
+
XamGeographicMap.prototype.se = function () {
|
|
851
|
+
return this.t8.fw;
|
|
840
852
|
};
|
|
841
853
|
XamGeographicMap.prototype.getFontBrush = function () {
|
|
842
|
-
return this.
|
|
854
|
+
return this.t8.fx;
|
|
843
855
|
};
|
|
844
|
-
XamGeographicMap.prototype.
|
|
856
|
+
XamGeographicMap.prototype.ow = function (a, b) {
|
|
845
857
|
if (typeCast(ItfConverter.$, b) !== null) {
|
|
846
858
|
var c = b;
|
|
847
859
|
var d = a;
|
|
848
860
|
d.itemsSource = c.triangulationSource.points;
|
|
849
|
-
d.
|
|
861
|
+
d.qj = c.triangulationSource.triangles;
|
|
850
862
|
}
|
|
851
863
|
else {
|
|
852
|
-
_super.prototype.
|
|
864
|
+
_super.prototype.ow.call(this, a, b);
|
|
853
865
|
}
|
|
854
866
|
};
|
|
855
867
|
XamGeographicMap.prototype.register = function (a, b) {
|
|
856
|
-
this.
|
|
868
|
+
this.om(a, b);
|
|
857
869
|
};
|
|
858
870
|
XamGeographicMap.prototype.unRegister = function (a) {
|
|
859
|
-
this.
|
|
871
|
+
this.o2(a);
|
|
860
872
|
};
|
|
861
873
|
XamGeographicMap.prototype.deferredRefresh = function () {
|
|
862
|
-
this.
|
|
874
|
+
this.lr();
|
|
863
875
|
};
|
|
864
876
|
XamGeographicMap.prototype.deferAction = function (a) {
|
|
865
|
-
if (this.
|
|
866
|
-
this.
|
|
877
|
+
if (this.ul != null) {
|
|
878
|
+
this.ul.setTimeout(a, 0);
|
|
867
879
|
}
|
|
868
880
|
else {
|
|
869
881
|
window.setTimeout(a, 0);
|
|
870
882
|
}
|
|
871
883
|
};
|
|
872
|
-
XamGeographicMap.prototype.
|
|
873
|
-
this.
|
|
884
|
+
XamGeographicMap.prototype.u1 = function (a) {
|
|
885
|
+
this.pa(a);
|
|
874
886
|
};
|
|
875
|
-
XamGeographicMap.prototype.
|
|
887
|
+
XamGeographicMap.prototype.um = function () {
|
|
876
888
|
var a = new ChartVisualData();
|
|
877
|
-
var b = this.
|
|
878
|
-
var c = this.
|
|
889
|
+
var b = this.tw.fv();
|
|
890
|
+
var c = this.ty.fv();
|
|
879
891
|
a.axes.add1(b);
|
|
880
892
|
a.axes.add1(c);
|
|
881
893
|
for (var d = 0; d < this.series.count; d++) {
|
|
882
|
-
var e = this.series._inner[d].
|
|
894
|
+
var e = this.series._inner[d].hu();
|
|
883
895
|
a.series.add1(e);
|
|
884
896
|
}
|
|
885
897
|
a.name = this.name;
|
|
886
|
-
a.contentArea = RectData.b(this.
|
|
887
|
-
a.centralArea = RectData.b(this.
|
|
888
|
-
a.plotArea = RectData.b(this.
|
|
898
|
+
a.contentArea = RectData.b(this.to);
|
|
899
|
+
a.centralArea = RectData.b(this.to);
|
|
900
|
+
a.plotArea = RectData.b(this.to);
|
|
889
901
|
return a;
|
|
890
902
|
};
|
|
891
|
-
XamGeographicMap.prototype.
|
|
903
|
+
XamGeographicMap.prototype.tg = function (a, b, c) {
|
|
892
904
|
return a;
|
|
893
905
|
};
|
|
894
|
-
XamGeographicMap.prototype.
|
|
906
|
+
XamGeographicMap.prototype.u5 = function () {
|
|
895
907
|
};
|
|
896
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
908
|
+
Object.defineProperty(XamGeographicMap.prototype, "v8", {
|
|
897
909
|
get: function () {
|
|
898
|
-
return this.
|
|
910
|
+
return this.vu;
|
|
899
911
|
},
|
|
900
912
|
set: function (a) {
|
|
901
|
-
this.
|
|
913
|
+
this.vu = a;
|
|
902
914
|
},
|
|
903
915
|
enumerable: false,
|
|
904
916
|
configurable: true
|
|
905
917
|
});
|
|
906
|
-
XamGeographicMap.prototype.
|
|
907
|
-
this.
|
|
908
|
-
this.
|
|
918
|
+
XamGeographicMap.prototype.vf = function (a) {
|
|
919
|
+
this.v8 = a;
|
|
920
|
+
this.ve();
|
|
909
921
|
};
|
|
910
|
-
XamGeographicMap.prototype.
|
|
911
|
-
if (this.
|
|
912
|
-
var a = this.getZoomFromGeographicRect(this.
|
|
913
|
-
this.
|
|
914
|
-
this.
|
|
922
|
+
XamGeographicMap.prototype.ve = function () {
|
|
923
|
+
if (this.uf && !this.v8.isEmpty) {
|
|
924
|
+
var a = this.getZoomFromGeographicRect(this.v8);
|
|
925
|
+
this.v8 = Rect.empty;
|
|
926
|
+
this.ph(a, false);
|
|
915
927
|
}
|
|
916
928
|
};
|
|
917
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
929
|
+
Object.defineProperty(XamGeographicMap.prototype, "uf", {
|
|
918
930
|
get: function () {
|
|
919
|
-
return !this.
|
|
931
|
+
return !this.to.isEmpty && !this.td.isEmpty;
|
|
920
932
|
},
|
|
921
933
|
enumerable: false,
|
|
922
934
|
configurable: true
|
|
923
935
|
});
|
|
924
936
|
XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
|
|
925
|
-
XamGeographicMap.
|
|
926
|
-
XamGeographicMap.
|
|
927
|
-
XamGeographicMap.
|
|
928
|
-
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, '
|
|
937
|
+
XamGeographicMap.t6 = 0;
|
|
938
|
+
XamGeographicMap.vt = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
|
|
939
|
+
XamGeographicMap.vw = new Rect(0, 0, 0, 1, 1);
|
|
940
|
+
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'n8', ['BackgroundTilingMode:t3:vg', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:ub:vh', [0, false], 'ResizeBehavior:t7:vi', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.t6)], 'SuppressZoomResetOnWorldRectChange:uc:vj', [0, false], 'UseWorldRectForZoomBounds:ud:vk', [0, false], 'WindowScale:uj:vl', [1, NaN], 'WorldRect:v9:vm', [Rect.$, XamGeographicMap.vt], 'Zoomable:ue:vn', [0, true]]);
|
|
929
941
|
return XamGeographicMap;
|
|
930
942
|
}(SeriesViewer));
|
|
931
943
|
export { XamGeographicMap };
|
|
@@ -1069,14 +1081,14 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1069
1081
|
return a;
|
|
1070
1082
|
}
|
|
1071
1083
|
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.
|
|
1084
|
+
var c = this.geographicMap.v2(b);
|
|
1085
|
+
var d = XamGeographicMap.vt;
|
|
1086
|
+
var e = this.geographicMap.vx;
|
|
1075
1087
|
var f = Math.min(this.windowRect.height, this.windowRect.width);
|
|
1076
1088
|
var g = e.width / d.width;
|
|
1077
1089
|
this.ao.a5 = (b.width / c.width) * f * g;
|
|
1078
|
-
var h = this.geographicMap.
|
|
1079
|
-
var i = this.geographicMap.
|
|
1090
|
+
var h = this.geographicMap.tw;
|
|
1091
|
+
var i = this.geographicMap.ty;
|
|
1080
1092
|
var j = new ScalerParams(1, this.windowRect, b, h.cg);
|
|
1081
1093
|
j.c = c;
|
|
1082
1094
|
var k = new ScalerParams(1, this.windowRect, b, i.cg);
|
|
@@ -1182,41 +1194,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
1182
1194
|
}
|
|
1183
1195
|
GeographicXYTriangulatingSeriesView.prototype.b2 = function () {
|
|
1184
1196
|
_super.prototype.b2.call(this);
|
|
1185
|
-
var a = this.ce.
|
|
1186
|
-
a.
|
|
1187
|
-
a.
|
|
1188
|
-
a.trianglesSource = this.ce.
|
|
1189
|
-
a.qu = this.ce.ql;
|
|
1190
|
-
a.qw = this.ce.qn;
|
|
1197
|
+
var a = this.ce.qa;
|
|
1198
|
+
a.ra = this.ce.qm;
|
|
1199
|
+
a.ri = this.ce.qk;
|
|
1200
|
+
a.trianglesSource = this.ce.qj;
|
|
1191
1201
|
a.qy = this.ce.qp;
|
|
1202
|
+
a.q0 = this.ce.qr;
|
|
1203
|
+
a.q2 = this.ce.qt;
|
|
1192
1204
|
};
|
|
1193
1205
|
GeographicXYTriangulatingSeriesView.prototype.ch = function () {
|
|
1194
|
-
var a = this.ce.
|
|
1206
|
+
var a = this.ce.qa;
|
|
1195
1207
|
if (this.ce.cd == null) {
|
|
1196
|
-
a.
|
|
1197
|
-
a.
|
|
1208
|
+
a.p8 = null;
|
|
1209
|
+
a.p9 = null;
|
|
1198
1210
|
return;
|
|
1199
1211
|
}
|
|
1200
|
-
a.
|
|
1201
|
-
a.
|
|
1212
|
+
a.p8 = this.ce.cd.tw;
|
|
1213
|
+
a.p9 = this.ce.cd.ty;
|
|
1202
1214
|
};
|
|
1203
1215
|
GeographicXYTriangulatingSeriesView.prototype.cg = function () {
|
|
1204
|
-
this.ce.
|
|
1216
|
+
this.ce.qa.ra = this.ce.qm;
|
|
1205
1217
|
};
|
|
1206
1218
|
GeographicXYTriangulatingSeriesView.prototype.cf = function () {
|
|
1207
|
-
this.ce.
|
|
1219
|
+
this.ce.qa.ri = this.ce.qk;
|
|
1208
1220
|
};
|
|
1209
1221
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
1210
|
-
this.ce.
|
|
1222
|
+
this.ce.qa.trianglesSource = this.ce.qj;
|
|
1211
1223
|
};
|
|
1212
1224
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
1213
|
-
this.ce.
|
|
1225
|
+
this.ce.qa.qy = this.ce.qp;
|
|
1214
1226
|
};
|
|
1215
1227
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
1216
|
-
this.ce.
|
|
1228
|
+
this.ce.qa.q0 = this.ce.qr;
|
|
1217
1229
|
};
|
|
1218
1230
|
GeographicXYTriangulatingSeriesView.prototype.cl = function () {
|
|
1219
|
-
this.ce.
|
|
1231
|
+
this.ce.qa.q2 = this.ce.qt;
|
|
1220
1232
|
};
|
|
1221
1233
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
1222
1234
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -1240,19 +1252,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1240
1252
|
};
|
|
1241
1253
|
GeographicScatterAreaSeriesView.prototype.b2 = function () {
|
|
1242
1254
|
_super.prototype.b2.call(this);
|
|
1243
|
-
if (this.cm.
|
|
1244
|
-
this.cm.
|
|
1245
|
-
this.cm.
|
|
1255
|
+
if (this.cm.q4 != null) {
|
|
1256
|
+
this.cm.q4.sh = this.cm.q8;
|
|
1257
|
+
this.cm.q4.r5 = this.cm.q3;
|
|
1246
1258
|
}
|
|
1247
1259
|
};
|
|
1248
1260
|
GeographicScatterAreaSeriesView.prototype.cn = function () {
|
|
1249
|
-
if (this.cm.
|
|
1250
|
-
this.cm.
|
|
1261
|
+
if (this.cm.q4 != null) {
|
|
1262
|
+
this.cm.q4.sh = this.cm.q8;
|
|
1251
1263
|
}
|
|
1252
1264
|
};
|
|
1253
1265
|
GeographicScatterAreaSeriesView.prototype.co = function () {
|
|
1254
|
-
if (this.cm.
|
|
1255
|
-
this.cm.
|
|
1266
|
+
if (this.cm.q4 != null) {
|
|
1267
|
+
this.cm.q4.r5 = this.cm.q3;
|
|
1256
1268
|
}
|
|
1257
1269
|
};
|
|
1258
1270
|
GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -1274,8 +1286,8 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1274
1286
|
_this.fp = NaN;
|
|
1275
1287
|
_this.fz = Rect.empty;
|
|
1276
1288
|
_this.fn = a;
|
|
1277
|
-
_this.fn.
|
|
1278
|
-
_this.fn.
|
|
1289
|
+
_this.fn.r9 = 2;
|
|
1290
|
+
_this.fn.hl = 5E-06;
|
|
1279
1291
|
return _this;
|
|
1280
1292
|
}
|
|
1281
1293
|
XamGeographicMapView.prototype.m = function (a) {
|
|
@@ -1283,7 +1295,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1283
1295
|
};
|
|
1284
1296
|
XamGeographicMapView.prototype.bk = function (a) {
|
|
1285
1297
|
this.j.bv(a);
|
|
1286
|
-
this.fn.
|
|
1298
|
+
this.fn.u1(a);
|
|
1287
1299
|
this.el();
|
|
1288
1300
|
};
|
|
1289
1301
|
XamGeographicMapView.prototype.get_ap = function () {
|
|
@@ -1346,13 +1358,13 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1346
1358
|
}
|
|
1347
1359
|
};
|
|
1348
1360
|
XamGeographicMapView.prototype.fr = function (a) {
|
|
1349
|
-
if (this.fn.
|
|
1350
|
-
this.fn.
|
|
1361
|
+
if (this.fn.t1 != null) {
|
|
1362
|
+
this.fn.t1.windowRect = a;
|
|
1351
1363
|
}
|
|
1352
1364
|
};
|
|
1353
1365
|
XamGeographicMapView.prototype.fu = function (a, b) {
|
|
1354
|
-
if (this.fn.
|
|
1355
|
-
this.fn.
|
|
1366
|
+
if (this.fn.t1 != null) {
|
|
1367
|
+
this.fn.t1.windowRect = this.fn.s9;
|
|
1356
1368
|
}
|
|
1357
1369
|
if (a != null) {
|
|
1358
1370
|
var c = a.ao;
|
|
@@ -1379,7 +1391,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1379
1391
|
}
|
|
1380
1392
|
};
|
|
1381
1393
|
XamGeographicMapView.prototype.ft = function (a) {
|
|
1382
|
-
var b = this.fn.
|
|
1394
|
+
var b = this.fn.gc;
|
|
1383
1395
|
if (b != 1) {
|
|
1384
1396
|
a.z();
|
|
1385
1397
|
a.aa(b, b);
|
|
@@ -1462,38 +1474,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1462
1474
|
GeographicXYTriangulatingSeries.prototype.bx = function () {
|
|
1463
1475
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1464
1476
|
};
|
|
1465
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1466
|
-
_super.prototype.
|
|
1467
|
-
this.
|
|
1477
|
+
GeographicXYTriangulatingSeries.prototype.l2 = function (a) {
|
|
1478
|
+
_super.prototype.l2.call(this, a);
|
|
1479
|
+
this.qi = a;
|
|
1468
1480
|
};
|
|
1469
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1470
|
-
_super.prototype.
|
|
1481
|
+
GeographicXYTriangulatingSeries.prototype.l7 = function (a, b, c, d) {
|
|
1482
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
1471
1483
|
switch (b) {
|
|
1472
1484
|
case "SeriesViewer":
|
|
1473
|
-
this.
|
|
1485
|
+
this.qi.ch();
|
|
1474
1486
|
break;
|
|
1475
1487
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1476
|
-
this.
|
|
1488
|
+
this.qi.cg();
|
|
1477
1489
|
break;
|
|
1478
1490
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1479
|
-
this.
|
|
1491
|
+
this.qi.cf();
|
|
1480
1492
|
break;
|
|
1481
1493
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1482
|
-
this.
|
|
1494
|
+
this.qi.ci();
|
|
1483
1495
|
break;
|
|
1484
1496
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1485
|
-
this.
|
|
1497
|
+
this.qi.cj();
|
|
1486
1498
|
break;
|
|
1487
1499
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1488
|
-
this.
|
|
1500
|
+
this.qi.ck();
|
|
1489
1501
|
break;
|
|
1490
1502
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1491
|
-
this.
|
|
1503
|
+
this.qi.cl();
|
|
1492
1504
|
break;
|
|
1493
1505
|
}
|
|
1494
1506
|
};
|
|
1495
1507
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1496
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1508
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qk:qv', [2, "pointY"], 'LongitudeMemberPath:qm:qw', [2, "pointX"], 'TrianglesSource:qj:qx', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:qp:qy', [2, "v1"], 'TriangleVertexMemberPath2:qr:qz', [2, "v2"], 'TriangleVertexMemberPath3:qt:q0', [2, "v3"]]);
|
|
1497
1509
|
return GeographicXYTriangulatingSeries;
|
|
1498
1510
|
}(GeographicMapSeriesHost));
|
|
1499
1511
|
export { GeographicXYTriangulatingSeries };
|
|
@@ -1504,7 +1516,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1504
1516
|
__extends(GeographicScatterAreaSeries, _super);
|
|
1505
1517
|
function GeographicScatterAreaSeries() {
|
|
1506
1518
|
var _this = _super.call(this) || this;
|
|
1507
|
-
_this.
|
|
1519
|
+
_this.q1 = null;
|
|
1508
1520
|
_this.triangulationStatusChanged = null;
|
|
1509
1521
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
1510
1522
|
return _this;
|
|
@@ -1512,53 +1524,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1512
1524
|
GeographicScatterAreaSeries.prototype.get_dd = function () {
|
|
1513
1525
|
return true;
|
|
1514
1526
|
};
|
|
1515
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
1527
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "q3", {
|
|
1516
1528
|
get: function () {
|
|
1517
|
-
return this.
|
|
1529
|
+
return this.q1;
|
|
1518
1530
|
},
|
|
1519
1531
|
set: function (a) {
|
|
1520
|
-
var b = this.
|
|
1532
|
+
var b = this.q1 != a;
|
|
1521
1533
|
if (b) {
|
|
1522
|
-
var c = this.
|
|
1523
|
-
if (this.
|
|
1524
|
-
var d = this.
|
|
1525
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1534
|
+
var c = this.q1;
|
|
1535
|
+
if (this.q1 != null) {
|
|
1536
|
+
var d = this.q1;
|
|
1537
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.rb));
|
|
1526
1538
|
}
|
|
1527
|
-
this.
|
|
1528
|
-
if (this.
|
|
1529
|
-
var e = this.
|
|
1530
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1539
|
+
this.q1 = a;
|
|
1540
|
+
if (this.q1 != null) {
|
|
1541
|
+
var e = this.q1;
|
|
1542
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.rb));
|
|
1531
1543
|
}
|
|
1532
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1533
|
-
if (this.
|
|
1534
|
-
this.
|
|
1544
|
+
this.raisePropertyChanged("ColorScale", c, this.q1);
|
|
1545
|
+
if (this.q4 != null) {
|
|
1546
|
+
this.q4.r5 = a;
|
|
1535
1547
|
}
|
|
1536
1548
|
}
|
|
1537
1549
|
},
|
|
1538
1550
|
enumerable: false,
|
|
1539
1551
|
configurable: true
|
|
1540
1552
|
});
|
|
1541
|
-
GeographicScatterAreaSeries.prototype.
|
|
1542
|
-
this.
|
|
1543
|
-
this.
|
|
1544
|
-
this.
|
|
1553
|
+
GeographicScatterAreaSeries.prototype.rb = function (a, b) {
|
|
1554
|
+
this.q6.co();
|
|
1555
|
+
this.rd();
|
|
1556
|
+
this.ml(false);
|
|
1545
1557
|
};
|
|
1546
|
-
GeographicScatterAreaSeries.prototype.
|
|
1547
|
-
if (this.
|
|
1548
|
-
this.
|
|
1558
|
+
GeographicScatterAreaSeries.prototype.rd = function () {
|
|
1559
|
+
if (this.q4 != null) {
|
|
1560
|
+
this.q2 = this.q4.r4;
|
|
1549
1561
|
}
|
|
1550
1562
|
};
|
|
1551
|
-
GeographicScatterAreaSeries.prototype.
|
|
1552
|
-
_super.prototype.
|
|
1553
|
-
this.
|
|
1563
|
+
GeographicScatterAreaSeries.prototype.mz = function () {
|
|
1564
|
+
_super.prototype.mz.call(this);
|
|
1565
|
+
this.rd();
|
|
1554
1566
|
};
|
|
1555
|
-
GeographicScatterAreaSeries.prototype.
|
|
1556
|
-
this.
|
|
1557
|
-
var a = this.
|
|
1558
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1559
|
-
return this.
|
|
1567
|
+
GeographicScatterAreaSeries.prototype.p9 = function () {
|
|
1568
|
+
this.q4 = new ScatterAreaSeries();
|
|
1569
|
+
var a = this.q4;
|
|
1570
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.rc));
|
|
1571
|
+
return this.q4;
|
|
1560
1572
|
};
|
|
1561
|
-
GeographicScatterAreaSeries.prototype.
|
|
1573
|
+
GeographicScatterAreaSeries.prototype.rc = function (a, b) {
|
|
1562
1574
|
if (this.triangulationStatusChanged != null) {
|
|
1563
1575
|
this.triangulationStatusChanged(this, b);
|
|
1564
1576
|
}
|
|
@@ -1566,30 +1578,30 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1566
1578
|
GeographicScatterAreaSeries.prototype.bx = function () {
|
|
1567
1579
|
return new GeographicScatterAreaSeriesView(this);
|
|
1568
1580
|
};
|
|
1569
|
-
GeographicScatterAreaSeries.prototype.
|
|
1570
|
-
_super.prototype.
|
|
1571
|
-
this.
|
|
1581
|
+
GeographicScatterAreaSeries.prototype.l2 = function (a) {
|
|
1582
|
+
_super.prototype.l2.call(this, a);
|
|
1583
|
+
this.q6 = a;
|
|
1572
1584
|
};
|
|
1573
|
-
GeographicScatterAreaSeries.prototype.
|
|
1574
|
-
_super.prototype.
|
|
1585
|
+
GeographicScatterAreaSeries.prototype.l7 = function (a, b, c, d) {
|
|
1586
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
1575
1587
|
switch (b) {
|
|
1576
1588
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1577
|
-
this.
|
|
1589
|
+
this.q6.cn();
|
|
1578
1590
|
break;
|
|
1579
1591
|
case "ColorScale":
|
|
1580
|
-
this.
|
|
1581
|
-
this.
|
|
1592
|
+
this.q6.co();
|
|
1593
|
+
this.rd();
|
|
1582
1594
|
break;
|
|
1583
1595
|
}
|
|
1584
1596
|
};
|
|
1585
|
-
GeographicScatterAreaSeries.prototype.
|
|
1597
|
+
GeographicScatterAreaSeries.prototype.get_e5 = function () {
|
|
1586
1598
|
return true;
|
|
1587
1599
|
};
|
|
1588
|
-
GeographicScatterAreaSeries.prototype.
|
|
1589
|
-
_super.prototype.
|
|
1600
|
+
GeographicScatterAreaSeries.prototype.set_e5 = function (a) {
|
|
1601
|
+
_super.prototype.set_e5.call(this, a);
|
|
1590
1602
|
};
|
|
1591
1603
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1592
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1604
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:q2:re', [ColorScale.$, null], 'ColorMemberPath:q8:rf', [2, "value"]]);
|
|
1593
1605
|
return GeographicScatterAreaSeries;
|
|
1594
1606
|
}(GeographicXYTriangulatingSeries));
|
|
1595
1607
|
export { GeographicScatterAreaSeries };
|