igniteui-angular-maps 17.1.0 → 17.2.0-beta.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-angular-maps.umd.js +1645 -1645
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +147 -147
- package/esm2015/lib/XamGeographicMap_combined.js +482 -482
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- 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 +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
- package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
- package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +144 -144
- package/esm5/lib/XamGeographicMap_combined.js +475 -475
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- 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 +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1661 -1661
- package/fesm5/igniteui-angular-maps.js +1645 -1645
- package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
- 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 +10 -10
- 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 +125 -125
- package/package.json +2 -2
|
@@ -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.ch = null;
|
|
24
|
+
_this.ch = a;
|
|
25
25
|
return _this;
|
|
26
26
|
}
|
|
27
|
-
GeographicSymbolSeriesView.prototype.
|
|
28
|
-
_super.prototype.
|
|
27
|
+
GeographicSymbolSeriesView.prototype.au = function () {
|
|
28
|
+
_super.prototype.au.call(this);
|
|
29
29
|
if (!this.q) {
|
|
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.b5 = function () {
|
|
33
|
+
var a = this.ch.t3;
|
|
34
|
+
_super.prototype.b5.call(this);
|
|
35
|
+
a.xl = this.ch.vr;
|
|
36
|
+
a.xt = this.ch.vp;
|
|
37
|
+
a.ua = this.ch.ud;
|
|
38
|
+
a.uw = this.ch.ut;
|
|
39
|
+
a.uf = this.ch.ue;
|
|
40
40
|
};
|
|
41
|
-
GeographicSymbolSeriesView.prototype.
|
|
42
|
-
this.
|
|
43
|
-
};
|
|
44
|
-
GeographicSymbolSeriesView.prototype.cf = function () {
|
|
45
|
-
this.ce.qe.tz = this.ce.r0;
|
|
46
|
-
};
|
|
47
|
-
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
48
|
-
this.ce.qe.ql = this.ce.qo;
|
|
41
|
+
GeographicSymbolSeriesView.prototype.cj = function () {
|
|
42
|
+
this.ch.t3.xl = this.ch.vr;
|
|
49
43
|
};
|
|
50
|
-
GeographicSymbolSeriesView.prototype.
|
|
51
|
-
this.
|
|
44
|
+
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
45
|
+
this.ch.t3.xt = this.ch.vp;
|
|
52
46
|
};
|
|
53
|
-
GeographicSymbolSeriesView.prototype.
|
|
54
|
-
this.
|
|
47
|
+
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
48
|
+
this.ch.t3.ua = this.ch.ud;
|
|
55
49
|
};
|
|
56
50
|
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
57
|
-
this.
|
|
51
|
+
this.ch.t3.uw = this.ch.ut;
|
|
58
52
|
};
|
|
59
|
-
GeographicSymbolSeriesView.prototype.
|
|
60
|
-
this.
|
|
53
|
+
GeographicSymbolSeriesView.prototype.co = function () {
|
|
54
|
+
this.ch.t3.uf = this.ch.ue;
|
|
61
55
|
};
|
|
62
56
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
63
|
-
this.
|
|
57
|
+
this.ch.t3.w1 = this.ch.uf;
|
|
64
58
|
};
|
|
65
|
-
GeographicSymbolSeriesView.prototype.
|
|
66
|
-
|
|
67
|
-
|
|
59
|
+
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
60
|
+
this.ch.t3.xAxis = this.ch.cy.ua;
|
|
61
|
+
};
|
|
62
|
+
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
63
|
+
this.ch.t3.yAxis = this.ch.cy.uc;
|
|
64
|
+
};
|
|
65
|
+
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
66
|
+
var a = this.ch.t3;
|
|
67
|
+
if (this.ch.cy == 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.ch.cy.ua;
|
|
73
|
+
a.yAxis = this.ch.cy.uc;
|
|
74
74
|
};
|
|
75
|
-
GeographicSymbolSeriesView.prototype.
|
|
76
|
-
this.
|
|
75
|
+
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
76
|
+
this.ch.t3.vm = this.ch.vb;
|
|
77
77
|
};
|
|
78
|
-
GeographicSymbolSeriesView.prototype.
|
|
79
|
-
this.
|
|
78
|
+
GeographicSymbolSeriesView.prototype.ck = function () {
|
|
79
|
+
this.ch.t3.vc = this.ch.u7;
|
|
80
80
|
};
|
|
81
|
-
GeographicSymbolSeriesView.prototype.
|
|
82
|
-
this.
|
|
81
|
+
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
82
|
+
this.ch.t3.vd = this.ch.u8;
|
|
83
83
|
};
|
|
84
84
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
85
85
|
return GeographicSymbolSeriesView;
|
|
@@ -92,98 +92,98 @@ 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.vd = null;
|
|
96
|
+
_this.vg = false;
|
|
97
|
+
_this.vf = 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.get_dx = function () {
|
|
104
104
|
return true;
|
|
105
105
|
};
|
|
106
|
-
GeographicSymbolSeries.prototype.
|
|
106
|
+
GeographicSymbolSeries.prototype.cg = function () {
|
|
107
107
|
return new GeographicSymbolSeriesView(this);
|
|
108
108
|
};
|
|
109
|
-
GeographicSymbolSeries.prototype.
|
|
110
|
-
_super.prototype.
|
|
111
|
-
this.
|
|
109
|
+
GeographicSymbolSeries.prototype.o0 = function (a) {
|
|
110
|
+
_super.prototype.o0.call(this, a);
|
|
111
|
+
this.ve = a;
|
|
112
112
|
};
|
|
113
|
-
GeographicSymbolSeries.prototype.
|
|
113
|
+
GeographicSymbolSeries.prototype.iq = function () {
|
|
114
114
|
return 0.7;
|
|
115
115
|
};
|
|
116
|
-
GeographicSymbolSeries.prototype.
|
|
116
|
+
GeographicSymbolSeries.prototype.t2 = function () {
|
|
117
117
|
return new ScatterSeries();
|
|
118
118
|
};
|
|
119
|
-
GeographicSymbolSeries.prototype.
|
|
119
|
+
GeographicSymbolSeries.prototype.get_es = function () {
|
|
120
120
|
return true;
|
|
121
121
|
};
|
|
122
|
-
GeographicSymbolSeries.prototype.
|
|
123
|
-
_super.prototype.
|
|
122
|
+
GeographicSymbolSeries.prototype.o8 = function (a, b, c, d) {
|
|
123
|
+
_super.prototype.o8.call(this, a, b, c, d);
|
|
124
124
|
switch (b) {
|
|
125
125
|
case "SeriesViewer":
|
|
126
|
-
this.
|
|
126
|
+
this.ve.cr();
|
|
127
127
|
break;
|
|
128
128
|
case GeographicSymbolSeries.$$p[5]:
|
|
129
|
-
this.
|
|
129
|
+
this.ve.cj();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[4]:
|
|
132
|
-
this.
|
|
132
|
+
this.ve.ci();
|
|
133
133
|
break;
|
|
134
134
|
case GeographicSymbolSeries.$$p[6]:
|
|
135
|
-
this.
|
|
135
|
+
this.ve.cl();
|
|
136
136
|
break;
|
|
137
137
|
case "XAxis":
|
|
138
|
-
this.
|
|
138
|
+
this.ve.cs();
|
|
139
139
|
break;
|
|
140
140
|
case "YAxis":
|
|
141
|
-
this.
|
|
141
|
+
this.ve.ct();
|
|
142
142
|
break;
|
|
143
143
|
case GeographicSymbolSeries.$$p[1]:
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
if (this.
|
|
147
|
-
var e = this.
|
|
148
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
144
|
+
this.t3.wi = this.vi;
|
|
145
|
+
this.vg = this.vi;
|
|
146
|
+
if (this.vi) {
|
|
147
|
+
var e = this.t3;
|
|
148
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vw));
|
|
149
149
|
}
|
|
150
150
|
else {
|
|
151
|
-
var f = this.
|
|
152
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
151
|
+
var f = this.t3;
|
|
152
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vw));
|
|
153
153
|
}
|
|
154
154
|
break;
|
|
155
155
|
case GeographicSymbolSeries.$$p[0]:
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
if (this.
|
|
159
|
-
var g = this.
|
|
160
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
156
|
+
this.t3.wh = this.vh;
|
|
157
|
+
this.vf = this.vh;
|
|
158
|
+
if (this.vi) {
|
|
159
|
+
var g = this.t3;
|
|
160
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vv));
|
|
161
161
|
}
|
|
162
162
|
else {
|
|
163
|
-
var h = this.
|
|
164
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
163
|
+
var h = this.t3;
|
|
164
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vv));
|
|
165
165
|
}
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[2]:
|
|
168
|
-
this.
|
|
168
|
+
this.t3.v6 = this.vc;
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[3]:
|
|
171
|
-
this.
|
|
171
|
+
this.t3.w0 = this.vk;
|
|
172
172
|
break;
|
|
173
173
|
}
|
|
174
174
|
};
|
|
175
|
-
GeographicSymbolSeries.prototype.
|
|
175
|
+
GeographicSymbolSeries.prototype.vw = function (a, b) {
|
|
176
176
|
if (this.assigningScatterStyle != null) {
|
|
177
177
|
this.assigningScatterStyle(this, b);
|
|
178
178
|
}
|
|
179
179
|
};
|
|
180
|
-
GeographicSymbolSeries.prototype.
|
|
180
|
+
GeographicSymbolSeries.prototype.vv = function (a, b) {
|
|
181
181
|
if (this.assigningScatterMarkerStyle != null) {
|
|
182
182
|
this.assigningScatterMarkerStyle(this, b);
|
|
183
183
|
}
|
|
184
184
|
};
|
|
185
185
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
186
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
186
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vh:vx', [0, false], 'IsCustomScatterStyleAllowed:vi:vy', [0, false], 'ItemSearchMode:vc:vz', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vk:v0', [1, 10000], 'LatitudeMemberPath:vp:v1', [2, null], 'LongitudeMemberPath:vr:v2', [2, null], 'MarkerCollisionAvoidance:vb:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vj:v4', [0, false]]);
|
|
187
187
|
return GeographicSymbolSeries;
|
|
188
188
|
}(GeographicMarkerSeries));
|
|
189
189
|
export { GeographicSymbolSeries };
|
|
@@ -16,62 +16,62 @@ 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.va = null;
|
|
20
|
+
_this.u9 = null;
|
|
21
21
|
_this.imageTilesReady = null;
|
|
22
22
|
_this.ab = GeographicTileSeries.$;
|
|
23
23
|
return _this;
|
|
24
24
|
}
|
|
25
|
-
GeographicTileSeries.prototype.
|
|
25
|
+
GeographicTileSeries.prototype.get_fg = function () {
|
|
26
26
|
return true;
|
|
27
27
|
};
|
|
28
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
28
|
+
Object.defineProperty(GeographicTileSeries.prototype, "vb", {
|
|
29
29
|
get: function () {
|
|
30
|
-
return this.
|
|
30
|
+
return this.va;
|
|
31
31
|
},
|
|
32
32
|
set: function (a) {
|
|
33
|
-
var b = a != this.
|
|
33
|
+
var b = a != this.vb;
|
|
34
34
|
if (b) {
|
|
35
|
-
var c = this.
|
|
36
|
-
this.
|
|
35
|
+
var c = this.vb;
|
|
36
|
+
this.va = a;
|
|
37
37
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
enumerable: false,
|
|
41
41
|
configurable: true
|
|
42
42
|
});
|
|
43
|
-
GeographicTileSeries.prototype.
|
|
44
|
-
if (this.
|
|
45
|
-
this.
|
|
43
|
+
GeographicTileSeries.prototype.vf = function () {
|
|
44
|
+
if (this.vb != null) {
|
|
45
|
+
this.vb.clearTileCache();
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
GeographicTileSeries.prototype.
|
|
49
|
-
_super.prototype.
|
|
48
|
+
GeographicTileSeries.prototype.o8 = function (a, b, c, d) {
|
|
49
|
+
_super.prototype.o8.call(this, a, b, c, d);
|
|
50
50
|
switch (b) {
|
|
51
51
|
case "TileImagery":
|
|
52
|
-
if (this.
|
|
53
|
-
this.
|
|
52
|
+
if (this.t3 != null) {
|
|
53
|
+
this.t3.ww = this.vb;
|
|
54
54
|
}
|
|
55
55
|
break;
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
|
-
GeographicTileSeries.prototype.
|
|
59
|
-
_super.prototype.
|
|
60
|
-
this.
|
|
61
|
-
if (this.
|
|
62
|
-
var a = this.
|
|
63
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
58
|
+
GeographicTileSeries.prototype.t8 = function () {
|
|
59
|
+
_super.prototype.t8.call(this);
|
|
60
|
+
this.t3.ww = this.vb;
|
|
61
|
+
if (this.u9 != null) {
|
|
62
|
+
var a = this.u9;
|
|
63
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.ve));
|
|
64
64
|
}
|
|
65
|
-
this.
|
|
66
|
-
if (this.
|
|
67
|
-
var b = this.
|
|
68
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
65
|
+
this.u9 = this.t3;
|
|
66
|
+
if (this.u9 != null) {
|
|
67
|
+
var b = this.u9;
|
|
68
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.ve));
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
|
-
GeographicTileSeries.prototype.
|
|
71
|
+
GeographicTileSeries.prototype.t2 = function () {
|
|
72
72
|
return new TileSeries();
|
|
73
73
|
};
|
|
74
|
-
GeographicTileSeries.prototype.
|
|
74
|
+
GeographicTileSeries.prototype.ve = function (a, b) {
|
|
75
75
|
if (this.imageTilesReady != null) {
|
|
76
76
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
77
77
|
}
|
|
@@ -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.ch = null;
|
|
18
|
+
_this.ch = a;
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
GeographicXYTriangulatingSeriesBaseView.$t = markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);
|