igniteui-webcomponents-maps 5.3.0 → 5.4.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 +1752 -1752
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +104 -104
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +218 -218
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +121 -121
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +75 -75
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +74 -74
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +154 -154
- package/esm2015/lib/XamGeographicMap_combined.js +477 -477
- 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 +23 -23
- 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 +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- 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 +20 -20
- 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 +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +103 -103
- package/esm5/lib/GeographicMapSeriesHost_combined.js +216 -216
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +121 -121
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +74 -74
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +151 -151
- package/esm5/lib/XamGeographicMap_combined.js +470 -470
- 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 +23 -23
- 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 +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- 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 +20 -20
- 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 +1760 -1760
- package/fesm5/igniteui-webcomponents-maps.js +1752 -1752
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +62 -62
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +45 -45
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
- package/lib/GeographicShapeSeriesView_combined.d.ts +37 -37
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +42 -42
- package/lib/XamGeographicMap_combined.d.ts +124 -124
- package/package.json +3 -3
|
@@ -20,66 +20,66 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
20
20
|
__extends(GeographicSymbolSeriesView, _super);
|
|
21
21
|
function GeographicSymbolSeriesView(a) {
|
|
22
22
|
var _this = _super.call(this, a) || this;
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
23
|
+
_this.cl = null;
|
|
24
|
+
_this.cl = a;
|
|
25
25
|
return _this;
|
|
26
26
|
}
|
|
27
|
-
GeographicSymbolSeriesView.prototype.
|
|
28
|
-
_super.prototype.
|
|
29
|
-
if (!this.
|
|
27
|
+
GeographicSymbolSeriesView.prototype.ax = function () {
|
|
28
|
+
_super.prototype.ax.call(this);
|
|
29
|
+
if (!this.r) {
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
|
-
GeographicSymbolSeriesView.prototype.
|
|
33
|
-
var a = this.
|
|
34
|
-
_super.prototype.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
32
|
+
GeographicSymbolSeriesView.prototype.b9 = function () {
|
|
33
|
+
var a = this.cl.w2;
|
|
34
|
+
_super.prototype.b9.call(this);
|
|
35
|
+
a.aav = this.cl.yq;
|
|
36
|
+
a.aa3 = this.cl.yo;
|
|
37
|
+
a.xc = this.cl.xc;
|
|
38
|
+
a.x4 = this.cl.xs;
|
|
39
|
+
a.xl = this.cl.xd;
|
|
40
40
|
};
|
|
41
|
-
GeographicSymbolSeriesView.prototype.
|
|
42
|
-
this.
|
|
41
|
+
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
42
|
+
this.cl.w2.aav = this.cl.yq;
|
|
43
43
|
};
|
|
44
|
-
GeographicSymbolSeriesView.prototype.
|
|
45
|
-
this.
|
|
44
|
+
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
45
|
+
this.cl.w2.aa3 = this.cl.yo;
|
|
46
46
|
};
|
|
47
|
-
GeographicSymbolSeriesView.prototype.
|
|
48
|
-
this.
|
|
47
|
+
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
48
|
+
this.cl.w2.xc = this.cl.xc;
|
|
49
49
|
};
|
|
50
|
-
GeographicSymbolSeriesView.prototype.
|
|
51
|
-
this.
|
|
50
|
+
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
51
|
+
this.cl.w2.x4 = this.cl.xs;
|
|
52
52
|
};
|
|
53
|
-
GeographicSymbolSeriesView.prototype.
|
|
54
|
-
this.
|
|
53
|
+
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
54
|
+
this.cl.w2.xl = this.cl.xd;
|
|
55
55
|
};
|
|
56
|
-
GeographicSymbolSeriesView.prototype.
|
|
57
|
-
this.
|
|
56
|
+
GeographicSymbolSeriesView.prototype.cu = function () {
|
|
57
|
+
this.cl.w2.aab = this.cl.xe;
|
|
58
58
|
};
|
|
59
|
-
GeographicSymbolSeriesView.prototype.
|
|
60
|
-
this.
|
|
59
|
+
GeographicSymbolSeriesView.prototype.cw = function () {
|
|
60
|
+
this.cl.w2.xAxis = this.cl.dc.wv;
|
|
61
61
|
};
|
|
62
|
-
GeographicSymbolSeriesView.prototype.
|
|
63
|
-
this.
|
|
62
|
+
GeographicSymbolSeriesView.prototype.cx = function () {
|
|
63
|
+
this.cl.w2.yAxis = this.cl.dc.wx;
|
|
64
64
|
};
|
|
65
|
-
GeographicSymbolSeriesView.prototype.
|
|
66
|
-
var a = this.
|
|
67
|
-
if (this.
|
|
65
|
+
GeographicSymbolSeriesView.prototype.cv = function () {
|
|
66
|
+
var a = this.cl.w2;
|
|
67
|
+
if (this.cl.dc == null) {
|
|
68
68
|
a.xAxis = null;
|
|
69
69
|
a.yAxis = null;
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
a.xAxis = this.
|
|
73
|
-
a.yAxis = this.
|
|
72
|
+
a.xAxis = this.cl.dc.wv;
|
|
73
|
+
a.yAxis = this.cl.dc.wx;
|
|
74
74
|
};
|
|
75
|
-
GeographicSymbolSeriesView.prototype.
|
|
76
|
-
this.
|
|
75
|
+
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
76
|
+
this.cl.w2.yv = this.cl.ya;
|
|
77
77
|
};
|
|
78
|
-
GeographicSymbolSeriesView.prototype.
|
|
79
|
-
this.
|
|
78
|
+
GeographicSymbolSeriesView.prototype.co = function () {
|
|
79
|
+
this.cl.w2.yl = this.cl.x6;
|
|
80
80
|
};
|
|
81
|
-
GeographicSymbolSeriesView.prototype.
|
|
82
|
-
this.
|
|
81
|
+
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
82
|
+
this.cl.w2.ym = this.cl.x7;
|
|
83
83
|
};
|
|
84
84
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
85
85
|
return GeographicSymbolSeriesView;
|
|
@@ -92,101 +92,101 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
__extends(GeographicSymbolSeries, _super);
|
|
93
93
|
function GeographicSymbolSeries() {
|
|
94
94
|
var _this = _super.call(this) || this;
|
|
95
|
-
_this.
|
|
96
|
-
_this.
|
|
97
|
-
_this.
|
|
95
|
+
_this.yc = null;
|
|
96
|
+
_this.yf = false;
|
|
97
|
+
_this.ye = false;
|
|
98
98
|
_this.assigningScatterStyle = null;
|
|
99
99
|
_this.assigningScatterMarkerStyle = null;
|
|
100
100
|
_this.ab = GeographicSymbolSeries.$;
|
|
101
101
|
return _this;
|
|
102
102
|
}
|
|
103
|
-
GeographicSymbolSeries.prototype.
|
|
103
|
+
GeographicSymbolSeries.prototype.bk = function () {
|
|
104
104
|
return new GeographicSymbolSeries();
|
|
105
105
|
};
|
|
106
|
-
GeographicSymbolSeries.prototype.
|
|
106
|
+
GeographicSymbolSeries.prototype.get_ej = function () {
|
|
107
107
|
return true;
|
|
108
108
|
};
|
|
109
|
-
GeographicSymbolSeries.prototype.
|
|
109
|
+
GeographicSymbolSeries.prototype.ct = function () {
|
|
110
110
|
return new GeographicSymbolSeriesView(this);
|
|
111
111
|
};
|
|
112
|
-
GeographicSymbolSeries.prototype.
|
|
113
|
-
_super.prototype.
|
|
114
|
-
this.
|
|
112
|
+
GeographicSymbolSeries.prototype.q1 = function (a) {
|
|
113
|
+
_super.prototype.q1.call(this, a);
|
|
114
|
+
this.yd = a;
|
|
115
115
|
};
|
|
116
|
-
GeographicSymbolSeries.prototype.
|
|
116
|
+
GeographicSymbolSeries.prototype.jl = function () {
|
|
117
117
|
return 0.7;
|
|
118
118
|
};
|
|
119
|
-
GeographicSymbolSeries.prototype.
|
|
119
|
+
GeographicSymbolSeries.prototype.w1 = function () {
|
|
120
120
|
return new ScatterSeries();
|
|
121
121
|
};
|
|
122
|
-
GeographicSymbolSeries.prototype.
|
|
122
|
+
GeographicSymbolSeries.prototype.get_fe = function () {
|
|
123
123
|
return true;
|
|
124
124
|
};
|
|
125
|
-
GeographicSymbolSeries.prototype.
|
|
126
|
-
_super.prototype.
|
|
125
|
+
GeographicSymbolSeries.prototype.ra = function (a, b, c, d) {
|
|
126
|
+
_super.prototype.ra.call(this, a, b, c, d);
|
|
127
127
|
switch (b) {
|
|
128
128
|
case "SeriesViewer":
|
|
129
|
-
this.
|
|
129
|
+
this.yd.cv();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[5]:
|
|
132
|
-
this.
|
|
132
|
+
this.yd.cn();
|
|
133
133
|
break;
|
|
134
134
|
case GeographicSymbolSeries.$$p[4]:
|
|
135
|
-
this.
|
|
135
|
+
this.yd.cm();
|
|
136
136
|
break;
|
|
137
137
|
case GeographicSymbolSeries.$$p[6]:
|
|
138
|
-
this.
|
|
138
|
+
this.yd.cp();
|
|
139
139
|
break;
|
|
140
140
|
case "XAxis":
|
|
141
|
-
this.
|
|
141
|
+
this.yd.cw();
|
|
142
142
|
break;
|
|
143
143
|
case "YAxis":
|
|
144
|
-
this.
|
|
144
|
+
this.yd.cx();
|
|
145
145
|
break;
|
|
146
146
|
case GeographicSymbolSeries.$$p[1]:
|
|
147
|
-
this.
|
|
148
|
-
this.
|
|
149
|
-
if (this.
|
|
150
|
-
var e = this.
|
|
151
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
147
|
+
this.w2.zr = this.yh;
|
|
148
|
+
this.yf = this.yh;
|
|
149
|
+
if (this.yh) {
|
|
150
|
+
var e = this.w2;
|
|
151
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yv));
|
|
152
152
|
}
|
|
153
153
|
else {
|
|
154
|
-
var f = this.
|
|
155
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
154
|
+
var f = this.w2;
|
|
155
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yv));
|
|
156
156
|
}
|
|
157
157
|
break;
|
|
158
158
|
case GeographicSymbolSeries.$$p[0]:
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
161
|
-
if (this.
|
|
162
|
-
var g = this.
|
|
163
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
159
|
+
this.w2.zq = this.yg;
|
|
160
|
+
this.ye = this.yg;
|
|
161
|
+
if (this.yh) {
|
|
162
|
+
var g = this.w2;
|
|
163
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yu));
|
|
164
164
|
}
|
|
165
165
|
else {
|
|
166
|
-
var h = this.
|
|
167
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
166
|
+
var h = this.w2;
|
|
167
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yu));
|
|
168
168
|
}
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[2]:
|
|
171
|
-
this.
|
|
171
|
+
this.w2.za = this.yb;
|
|
172
172
|
break;
|
|
173
173
|
case GeographicSymbolSeries.$$p[3]:
|
|
174
|
-
this.
|
|
174
|
+
this.w2.aaa = this.yj;
|
|
175
175
|
break;
|
|
176
176
|
}
|
|
177
177
|
};
|
|
178
|
-
GeographicSymbolSeries.prototype.
|
|
178
|
+
GeographicSymbolSeries.prototype.yv = function (a, b) {
|
|
179
179
|
if (this.assigningScatterStyle != null) {
|
|
180
180
|
this.assigningScatterStyle(this, b);
|
|
181
181
|
}
|
|
182
182
|
};
|
|
183
|
-
GeographicSymbolSeries.prototype.
|
|
183
|
+
GeographicSymbolSeries.prototype.yu = function (a, b) {
|
|
184
184
|
if (this.assigningScatterMarkerStyle != null) {
|
|
185
185
|
this.assigningScatterMarkerStyle(this, b);
|
|
186
186
|
}
|
|
187
187
|
};
|
|
188
188
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
189
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
189
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yg:yw', [0, false], 'IsCustomScatterStyleAllowed:yh:yx', [0, false], 'ItemSearchMode:yb:yy', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yj:yz', [1, 10000], 'LatitudeMemberPath:yo:y0', [2, null], 'LongitudeMemberPath:yq:y1', [2, null], 'MarkerCollisionAvoidance:ya:y2', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yi:y3', [0, false]]);
|
|
190
190
|
return GeographicSymbolSeries;
|
|
191
191
|
}(GeographicMarkerSeries));
|
|
192
192
|
export { GeographicSymbolSeries };
|
|
@@ -16,65 +16,65 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16
16
|
__extends(GeographicTileSeries, _super);
|
|
17
17
|
function GeographicTileSeries() {
|
|
18
18
|
var _this = _super.call(this) || this;
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
19
|
+
_this.yi = null;
|
|
20
|
+
_this.yh = null;
|
|
21
21
|
_this.imageTilesReady = null;
|
|
22
22
|
_this.ab = GeographicTileSeries.$;
|
|
23
23
|
return _this;
|
|
24
24
|
}
|
|
25
|
-
GeographicTileSeries.prototype.
|
|
25
|
+
GeographicTileSeries.prototype.bk = function () {
|
|
26
26
|
return new GeographicTileSeries();
|
|
27
27
|
};
|
|
28
|
-
GeographicTileSeries.prototype.
|
|
28
|
+
GeographicTileSeries.prototype.get_f3 = function () {
|
|
29
29
|
return true;
|
|
30
30
|
};
|
|
31
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
31
|
+
Object.defineProperty(GeographicTileSeries.prototype, "yj", {
|
|
32
32
|
get: function () {
|
|
33
|
-
return this.
|
|
33
|
+
return this.yi;
|
|
34
34
|
},
|
|
35
35
|
set: function (a) {
|
|
36
|
-
var b = a != this.
|
|
36
|
+
var b = a != this.yj;
|
|
37
37
|
if (b) {
|
|
38
|
-
var c = this.
|
|
39
|
-
this.
|
|
38
|
+
var c = this.yj;
|
|
39
|
+
this.yi = a;
|
|
40
40
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
enumerable: false,
|
|
44
44
|
configurable: true
|
|
45
45
|
});
|
|
46
|
-
GeographicTileSeries.prototype.
|
|
47
|
-
if (this.
|
|
48
|
-
this.
|
|
46
|
+
GeographicTileSeries.prototype.yn = function () {
|
|
47
|
+
if (this.yj != null) {
|
|
48
|
+
this.yj.clearTileCache();
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
|
-
GeographicTileSeries.prototype.
|
|
52
|
-
_super.prototype.
|
|
51
|
+
GeographicTileSeries.prototype.ra = function (a, b, c, d) {
|
|
52
|
+
_super.prototype.ra.call(this, a, b, c, d);
|
|
53
53
|
switch (b) {
|
|
54
54
|
case "TileImagery":
|
|
55
|
-
if (this.
|
|
56
|
-
this.
|
|
55
|
+
if (this.w2 != null) {
|
|
56
|
+
this.w2.aad = this.yj;
|
|
57
57
|
}
|
|
58
58
|
break;
|
|
59
59
|
}
|
|
60
60
|
};
|
|
61
|
-
GeographicTileSeries.prototype.
|
|
62
|
-
_super.prototype.
|
|
63
|
-
this.
|
|
64
|
-
if (this.
|
|
65
|
-
var c = this.
|
|
66
|
-
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.
|
|
61
|
+
GeographicTileSeries.prototype.w7 = function (a, b) {
|
|
62
|
+
_super.prototype.w7.call(this, a, b);
|
|
63
|
+
this.w2.aad = this.yj;
|
|
64
|
+
if (this.yh != null) {
|
|
65
|
+
var c = this.yh;
|
|
66
|
+
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.ym));
|
|
67
67
|
}
|
|
68
|
-
this.
|
|
69
|
-
if (this.
|
|
70
|
-
var d = this.
|
|
71
|
-
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.
|
|
68
|
+
this.yh = this.w2;
|
|
69
|
+
if (this.yh != null) {
|
|
70
|
+
var d = this.yh;
|
|
71
|
+
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.ym));
|
|
72
72
|
}
|
|
73
73
|
};
|
|
74
|
-
GeographicTileSeries.prototype.
|
|
74
|
+
GeographicTileSeries.prototype.w1 = function () {
|
|
75
75
|
return new TileSeries();
|
|
76
76
|
};
|
|
77
|
-
GeographicTileSeries.prototype.
|
|
77
|
+
GeographicTileSeries.prototype.ym = function (a, b) {
|
|
78
78
|
if (this.imageTilesReady != null) {
|
|
79
79
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
80
80
|
}
|
|
@@ -14,8 +14,8 @@ var GeographicXYTriangulatingSeriesBaseView = /** @class */ /*@__PURE__*/ (funct
|
|
|
14
14
|
__extends(GeographicXYTriangulatingSeriesBaseView, _super);
|
|
15
15
|
function GeographicXYTriangulatingSeriesBaseView(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.cl = null;
|
|
18
|
+
_this.cl = a;
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
GeographicXYTriangulatingSeriesBaseView.$t = markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);
|