igniteui-angular-maps 19.0.1 → 19.1.0-beta.1

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.
Files changed (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1704 -1704
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
  15. package/esm2015/lib/GeographicTileSeries.js +29 -29
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +154 -154
  18. package/esm2015/lib/XamGeographicMap_combined.js +477 -477
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
  45. package/esm5/lib/GeographicTileSeries.js +28 -28
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +151 -151
  48. package/esm5/lib/XamGeographicMap_combined.js +469 -469
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +39 -39
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1709 -1709
  64. package/fesm5/igniteui-angular-maps.js +1704 -1704
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +65 -65
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +51 -51
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
  81. package/lib/GeographicTileSeries.d.ts +11 -11
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +43 -43
  85. package/lib/XamGeographicMap_combined.d.ts +122 -122
  86. 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.ch = null;
24
- _this.ch = a;
23
+ _this.cu = null;
24
+ _this.cu = a;
25
25
  return _this;
26
26
  }
27
- GeographicSymbolSeriesView.prototype.au = function () {
28
- _super.prototype.au.call(this);
29
- if (!this.q) {
27
+ GeographicSymbolSeriesView.prototype.a4 = function () {
28
+ _super.prototype.a4.call(this);
29
+ if (!this.t) {
30
30
  }
31
31
  };
32
- GeographicSymbolSeriesView.prototype.b5 = function () {
33
- var a = this.ch.wz;
34
- _super.prototype.b5.call(this);
35
- a.aas = this.ch.yn;
36
- a.aa0 = this.ch.yl;
37
- a.w9 = this.ch.w9;
38
- a.x1 = this.ch.xp;
39
- a.xi = this.ch.xa;
32
+ GeographicSymbolSeriesView.prototype.ci = function () {
33
+ var a = this.cu.w5;
34
+ _super.prototype.ci.call(this);
35
+ a.aay = this.cu.yt;
36
+ a.aa6 = this.cu.yr;
37
+ a.xf = this.cu.xf;
38
+ a.x7 = this.cu.xv;
39
+ a.xo = this.cu.xg;
40
40
  };
41
- GeographicSymbolSeriesView.prototype.cj = function () {
42
- this.ch.wz.aas = this.ch.yn;
41
+ GeographicSymbolSeriesView.prototype.cw = function () {
42
+ this.cu.w5.aay = this.cu.yt;
43
43
  };
44
- GeographicSymbolSeriesView.prototype.ci = function () {
45
- this.ch.wz.aa0 = this.ch.yl;
44
+ GeographicSymbolSeriesView.prototype.cv = function () {
45
+ this.cu.w5.aa6 = this.cu.yr;
46
46
  };
47
- GeographicSymbolSeriesView.prototype.cp = function () {
48
- this.ch.wz.w9 = this.ch.w9;
47
+ GeographicSymbolSeriesView.prototype.c2 = function () {
48
+ this.cu.w5.xf = this.cu.xf;
49
49
  };
50
- GeographicSymbolSeriesView.prototype.cn = function () {
51
- this.ch.wz.x1 = this.ch.xp;
50
+ GeographicSymbolSeriesView.prototype.c0 = function () {
51
+ this.cu.w5.x7 = this.cu.xv;
52
52
  };
53
- GeographicSymbolSeriesView.prototype.co = function () {
54
- this.ch.wz.xi = this.ch.xa;
53
+ GeographicSymbolSeriesView.prototype.c1 = function () {
54
+ this.cu.w5.xo = this.cu.xg;
55
55
  };
56
- GeographicSymbolSeriesView.prototype.cq = function () {
57
- this.ch.wz.z8 = this.ch.xb;
56
+ GeographicSymbolSeriesView.prototype.c3 = function () {
57
+ this.cu.w5.aae = this.cu.xh;
58
58
  };
59
- GeographicSymbolSeriesView.prototype.cs = function () {
60
- this.ch.wz.xAxis = this.ch.db.ws;
59
+ GeographicSymbolSeriesView.prototype.c5 = function () {
60
+ this.cu.w5.xAxis = this.cu.dc.w7;
61
61
  };
62
- GeographicSymbolSeriesView.prototype.ct = function () {
63
- this.ch.wz.yAxis = this.ch.db.wu;
62
+ GeographicSymbolSeriesView.prototype.c6 = function () {
63
+ this.cu.w5.yAxis = this.cu.dc.w9;
64
64
  };
65
- GeographicSymbolSeriesView.prototype.cr = function () {
66
- var a = this.ch.wz;
67
- if (this.ch.db == null) {
65
+ GeographicSymbolSeriesView.prototype.c4 = function () {
66
+ var a = this.cu.w5;
67
+ if (this.cu.dc == null) {
68
68
  a.xAxis = null;
69
69
  a.yAxis = null;
70
70
  return;
71
71
  }
72
- a.xAxis = this.ch.db.ws;
73
- a.yAxis = this.ch.db.wu;
72
+ a.xAxis = this.cu.dc.w7;
73
+ a.yAxis = this.cu.dc.w9;
74
74
  };
75
- GeographicSymbolSeriesView.prototype.cl = function () {
76
- this.ch.wz.ys = this.ch.x7;
75
+ GeographicSymbolSeriesView.prototype.cy = function () {
76
+ this.cu.w5.yy = this.cu.yd;
77
77
  };
78
- GeographicSymbolSeriesView.prototype.ck = function () {
79
- this.ch.wz.yi = this.ch.x3;
78
+ GeographicSymbolSeriesView.prototype.cx = function () {
79
+ this.cu.w5.yo = this.cu.x9;
80
80
  };
81
- GeographicSymbolSeriesView.prototype.cm = function () {
82
- this.ch.wz.yj = this.ch.x4;
81
+ GeographicSymbolSeriesView.prototype.cz = function () {
82
+ this.cu.w5.yp = this.cu.ya;
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.x9 = null;
96
- _this.yc = false;
97
- _this.yb = false;
95
+ _this.yf = null;
96
+ _this.yi = false;
97
+ _this.yh = 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.bj = function () {
103
+ GeographicSymbolSeries.prototype.bk = function () {
104
104
  return new GeographicSymbolSeries();
105
105
  };
106
- GeographicSymbolSeries.prototype.get_ei = function () {
106
+ GeographicSymbolSeries.prototype.get_ek = function () {
107
107
  return true;
108
108
  };
109
- GeographicSymbolSeries.prototype.cs = function () {
109
+ GeographicSymbolSeries.prototype.ct = function () {
110
110
  return new GeographicSymbolSeriesView(this);
111
111
  };
112
- GeographicSymbolSeries.prototype.q0 = function (a) {
113
- _super.prototype.q0.call(this, a);
114
- this.ya = a;
112
+ GeographicSymbolSeries.prototype.q3 = function (a) {
113
+ _super.prototype.q3.call(this, a);
114
+ this.yg = a;
115
115
  };
116
- GeographicSymbolSeries.prototype.jk = function () {
116
+ GeographicSymbolSeries.prototype.jm = function () {
117
117
  return 0.7;
118
118
  };
119
- GeographicSymbolSeries.prototype.wy = function () {
119
+ GeographicSymbolSeries.prototype.w4 = function () {
120
120
  return new ScatterSeries();
121
121
  };
122
- GeographicSymbolSeries.prototype.get_fd = function () {
122
+ GeographicSymbolSeries.prototype.get_ff = function () {
123
123
  return true;
124
124
  };
125
- GeographicSymbolSeries.prototype.q8 = function (a, b, c, d) {
126
- _super.prototype.q8.call(this, a, b, c, d);
125
+ GeographicSymbolSeries.prototype.rc = function (a, b, c, d) {
126
+ _super.prototype.rc.call(this, a, b, c, d);
127
127
  switch (b) {
128
128
  case "SeriesViewer":
129
- this.ya.cr();
129
+ this.yg.c4();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[5]:
132
- this.ya.cj();
132
+ this.yg.cw();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[4]:
135
- this.ya.ci();
135
+ this.yg.cv();
136
136
  break;
137
137
  case GeographicSymbolSeries.$$p[6]:
138
- this.ya.cl();
138
+ this.yg.cy();
139
139
  break;
140
140
  case "XAxis":
141
- this.ya.cs();
141
+ this.yg.c5();
142
142
  break;
143
143
  case "YAxis":
144
- this.ya.ct();
144
+ this.yg.c6();
145
145
  break;
146
146
  case GeographicSymbolSeries.$$p[1]:
147
- this.wz.zo = this.ye;
148
- this.yc = this.ye;
149
- if (this.ye) {
150
- var e = this.wz;
151
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ys));
147
+ this.w5.zu = this.yk;
148
+ this.yi = this.yk;
149
+ if (this.yk) {
150
+ var e = this.w5;
151
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yy));
152
152
  }
153
153
  else {
154
- var f = this.wz;
155
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ys));
154
+ var f = this.w5;
155
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yy));
156
156
  }
157
157
  break;
158
158
  case GeographicSymbolSeries.$$p[0]:
159
- this.wz.zn = this.yd;
160
- this.yb = this.yd;
161
- if (this.ye) {
162
- var g = this.wz;
163
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yr));
159
+ this.w5.zt = this.yj;
160
+ this.yh = this.yj;
161
+ if (this.yk) {
162
+ var g = this.w5;
163
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yx));
164
164
  }
165
165
  else {
166
- var h = this.wz;
167
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yr));
166
+ var h = this.w5;
167
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yx));
168
168
  }
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[2]:
171
- this.wz.y7 = this.x8;
171
+ this.w5.zd = this.ye;
172
172
  break;
173
173
  case GeographicSymbolSeries.$$p[3]:
174
- this.wz.z7 = this.yg;
174
+ this.w5.aad = this.ym;
175
175
  break;
176
176
  }
177
177
  };
178
- GeographicSymbolSeries.prototype.ys = function (a, b) {
178
+ GeographicSymbolSeries.prototype.yy = function (a, b) {
179
179
  if (this.assigningScatterStyle != null) {
180
180
  this.assigningScatterStyle(this, b);
181
181
  }
182
182
  };
183
- GeographicSymbolSeries.prototype.yr = function (a, b) {
183
+ GeographicSymbolSeries.prototype.yx = 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:yd:yt', [0, false], 'IsCustomScatterStyleAllowed:ye:yu', [0, false], 'ItemSearchMode:x8:yv', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yg:yw', [1, 10000], 'LatitudeMemberPath:yl:yx', [2, null], 'LongitudeMemberPath:yn:yy', [2, null], 'MarkerCollisionAvoidance:x7:yz', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yf:y0', [0, false]]);
189
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yj:yz', [0, false], 'IsCustomScatterStyleAllowed:yk:y0', [0, false], 'ItemSearchMode:ye:y1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ym:y2', [1, 10000], 'LatitudeMemberPath:yr:y3', [2, null], 'LongitudeMemberPath:yt:y4', [2, null], 'MarkerCollisionAvoidance:yd:y5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yl:y6', [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.yf = null;
20
- _this.ye = null;
19
+ _this.yl = null;
20
+ _this.yk = null;
21
21
  _this.imageTilesReady = null;
22
22
  _this.ab = GeographicTileSeries.$;
23
23
  return _this;
24
24
  }
25
- GeographicTileSeries.prototype.bj = function () {
25
+ GeographicTileSeries.prototype.bk = function () {
26
26
  return new GeographicTileSeries();
27
27
  };
28
- GeographicTileSeries.prototype.get_f2 = function () {
28
+ GeographicTileSeries.prototype.get_f4 = function () {
29
29
  return true;
30
30
  };
31
- Object.defineProperty(GeographicTileSeries.prototype, "yg", {
31
+ Object.defineProperty(GeographicTileSeries.prototype, "ym", {
32
32
  get: function () {
33
- return this.yf;
33
+ return this.yl;
34
34
  },
35
35
  set: function (a) {
36
- var b = a != this.yg;
36
+ var b = a != this.ym;
37
37
  if (b) {
38
- var c = this.yg;
39
- this.yf = a;
38
+ var c = this.ym;
39
+ this.yl = 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.yk = function () {
47
- if (this.yg != null) {
48
- this.yg.clearTileCache();
46
+ GeographicTileSeries.prototype.yq = function () {
47
+ if (this.ym != null) {
48
+ this.ym.clearTileCache();
49
49
  }
50
50
  };
51
- GeographicTileSeries.prototype.q8 = function (a, b, c, d) {
52
- _super.prototype.q8.call(this, a, b, c, d);
51
+ GeographicTileSeries.prototype.rc = function (a, b, c, d) {
52
+ _super.prototype.rc.call(this, a, b, c, d);
53
53
  switch (b) {
54
54
  case "TileImagery":
55
- if (this.wz != null) {
56
- this.wz.aaa = this.yg;
55
+ if (this.w5 != null) {
56
+ this.w5.aag = this.ym;
57
57
  }
58
58
  break;
59
59
  }
60
60
  };
61
- GeographicTileSeries.prototype.w4 = function (a, b) {
62
- _super.prototype.w4.call(this, a, b);
63
- this.wz.aaa = this.yg;
64
- if (this.ye != null) {
65
- var c = this.ye;
66
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yj));
61
+ GeographicTileSeries.prototype.xa = function (a, b) {
62
+ _super.prototype.xa.call(this, a, b);
63
+ this.w5.aag = this.ym;
64
+ if (this.yk != null) {
65
+ var c = this.yk;
66
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yp));
67
67
  }
68
- this.ye = this.wz;
69
- if (this.ye != null) {
70
- var d = this.ye;
71
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yj));
68
+ this.yk = this.w5;
69
+ if (this.yk != null) {
70
+ var d = this.yk;
71
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yp));
72
72
  }
73
73
  };
74
- GeographicTileSeries.prototype.wy = function () {
74
+ GeographicTileSeries.prototype.w4 = function () {
75
75
  return new TileSeries();
76
76
  };
77
- GeographicTileSeries.prototype.yj = function (a, b) {
77
+ GeographicTileSeries.prototype.yp = 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.ch = null;
18
- _this.ch = a;
17
+ _this.cu = null;
18
+ _this.cu = a;
19
19
  return _this;
20
20
  }
21
21
  GeographicXYTriangulatingSeriesBaseView.$t = markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);