igniteui-webcomponents-maps 3.2.0 → 3.2.3

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 (72) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +997 -997
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +79 -79
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +23 -23
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +12 -12
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
  31. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +77 -77
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igc-geographic-contour-line-series-component.js +23 -23
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +12 -12
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
  48. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  50. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-webcomponents-maps.js +1006 -1006
  54. package/fesm5/igniteui-webcomponents-maps.js +997 -997
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +15 -15
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +24 -24
  58. package/lib/GeographicMarkerSeries.d.ts +13 -13
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +14 -14
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +7 -7
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +16 -16
  71. package/lib/XamGeographicMap_combined.d.ts +21 -21
  72. package/package.json +3 -3
@@ -80,10 +80,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
80
80
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
81
81
  */
82
82
  get: function () {
83
- return this.i.r2;
83
+ return this.i.r3;
84
84
  },
85
85
  set: function (v) {
86
- this.i.r2 = v;
86
+ this.i.r3 = v;
87
87
  },
88
88
  enumerable: true,
89
89
  configurable: true
@@ -93,10 +93,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
93
93
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
94
94
  */
95
95
  get: function () {
96
- return this.i.r4;
96
+ return this.i.r5;
97
97
  },
98
98
  set: function (v) {
99
- this.i.r4 = v;
99
+ this.i.r5 = v;
100
100
  },
101
101
  enumerable: true,
102
102
  configurable: true
@@ -106,10 +106,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
106
106
  * Gets or sets the radius mapping property for the current series object.
107
107
  */
108
108
  get: function () {
109
- return this.i.r9;
109
+ return this.i.sa;
110
110
  },
111
111
  set: function (v) {
112
- this.i.r9 = v;
112
+ this.i.sa = v;
113
113
  },
114
114
  enumerable: true,
115
115
  configurable: true
@@ -119,22 +119,22 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
119
119
  * Gets or sets the radius size scale for the bubbles.
120
120
  */
121
121
  get: function () {
122
- if (this.i.rg == null) {
122
+ if (this.i.rh == null) {
123
123
  return null;
124
124
  }
125
- if (!this.i.rg.externalObject) {
126
- var e = IgcSizeScaleComponent._createFromInternal(this.i.rg);
125
+ if (!this.i.rh.externalObject) {
126
+ var e = IgcSizeScaleComponent._createFromInternal(this.i.rh);
127
127
  if (e) {
128
- e._implementation = this.i.rg;
128
+ e._implementation = this.i.rh;
129
129
  }
130
- this.i.rg.externalObject = e;
130
+ this.i.rh.externalObject = e;
131
131
  }
132
- return this.i.rg.externalObject;
132
+ return this.i.rh.externalObject;
133
133
  },
134
134
  set: function (v) {
135
135
  if (v != null && this._stylingContainer && v._styling)
136
136
  v._styling(this._stylingContainer, this, this);
137
- v == null ? this.i.rg = null : this.i.rg = v.i;
137
+ v == null ? this.i.rh = null : this.i.rh = v.i;
138
138
  },
139
139
  enumerable: true,
140
140
  configurable: true
@@ -144,10 +144,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
144
144
  * Gets or sets the Label mapping property for the current series object.
145
145
  */
146
146
  get: function () {
147
- return this.i.r0;
147
+ return this.i.r1;
148
148
  },
149
149
  set: function (v) {
150
- this.i.r0 = v;
150
+ this.i.r1 = v;
151
151
  },
152
152
  enumerable: true,
153
153
  configurable: true
@@ -157,10 +157,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
157
157
  * Gets or sets the fill mapping property for the current series object.
158
158
  */
159
159
  get: function () {
160
- return this.i.rs;
160
+ return this.i.rt;
161
161
  },
162
162
  set: function (v) {
163
- this.i.rs = v;
163
+ this.i.rt = v;
164
164
  },
165
165
  enumerable: true,
166
166
  configurable: true
@@ -170,22 +170,22 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
170
170
  * Gets or sets the brush scale for the marker brush.
171
171
  */
172
172
  get: function () {
173
- if (this.i.rd == null) {
173
+ if (this.i.re == null) {
174
174
  return null;
175
175
  }
176
- if (!this.i.rd.externalObject) {
177
- var e = IgcBrushScaleComponent._createFromInternal(this.i.rd);
176
+ if (!this.i.re.externalObject) {
177
+ var e = IgcBrushScaleComponent._createFromInternal(this.i.re);
178
178
  if (e) {
179
- e._implementation = this.i.rd;
179
+ e._implementation = this.i.re;
180
180
  }
181
- this.i.rd.externalObject = e;
181
+ this.i.re.externalObject = e;
182
182
  }
183
- return this.i.rd.externalObject;
183
+ return this.i.re.externalObject;
184
184
  },
185
185
  set: function (v) {
186
186
  if (v != null && this._stylingContainer && v._styling)
187
187
  v._styling(this._stylingContainer, this, this);
188
- v == null ? this.i.rd = null : this.i.rd = v.i;
188
+ v == null ? this.i.re = null : this.i.re = v.i;
189
189
  },
190
190
  enumerable: true,
191
191
  configurable: true
@@ -196,11 +196,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
196
196
  * This setting applies only if multiple series are using the same FillScale.
197
197
  */
198
198
  get: function () {
199
- return this.i.rk;
199
+ return this.i.rl;
200
200
  },
201
201
  set: function (v) {
202
- this.i.rk = ensureBool(v);
203
- this._a("fillScaleUseGlobalValues", this.i.rk);
202
+ this.i.rl = ensureBool(v);
203
+ this._a("fillScaleUseGlobalValues", this.i.rl);
204
204
  },
205
205
  enumerable: true,
206
206
  configurable: true
@@ -211,11 +211,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
211
211
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
212
212
  */
213
213
  get: function () {
214
- return this.i.rn;
214
+ return this.i.ro;
215
215
  },
216
216
  set: function (v) {
217
- this.i.rn = ensureBool(v);
218
- this._a("markerOutlineUsesFillScale", this.i.rn);
217
+ this.i.ro = ensureBool(v);
218
+ this._a("markerOutlineUsesFillScale", this.i.ro);
219
219
  },
220
220
  enumerable: true,
221
221
  configurable: true
@@ -226,11 +226,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
226
226
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
227
227
  */
228
228
  get: function () {
229
- return this.i.rq;
229
+ return this.i.rr;
230
230
  },
231
231
  set: function (v) {
232
- this.i.rq = +v;
233
- this._a("markerOutlineBrightness", this.i.rq);
232
+ this.i.rr = +v;
233
+ this._a("markerOutlineBrightness", this.i.rr);
234
234
  },
235
235
  enumerable: true,
236
236
  configurable: true
@@ -241,11 +241,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
241
241
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
242
242
  */
243
243
  get: function () {
244
- return this.i.rp;
244
+ return this.i.rq;
245
245
  },
246
246
  set: function (v) {
247
- this.i.rp = +v;
248
- this._a("markerBrushBrightness", this.i.rp);
247
+ this.i.rq = +v;
248
+ this._a("markerBrushBrightness", this.i.rq);
249
249
  },
250
250
  enumerable: true,
251
251
  configurable: true
@@ -256,11 +256,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
256
256
  * This setting applies only if multiple series are using the same RadiusScale.
257
257
  */
258
258
  get: function () {
259
- return this.i.ro;
259
+ return this.i.rp;
260
260
  },
261
261
  set: function (v) {
262
- this.i.ro = ensureBool(v);
263
- this._a("radiusScaleUseGlobalValues", this.i.ro);
262
+ this.i.rp = ensureBool(v);
263
+ this._a("radiusScaleUseGlobalValues", this.i.rp);
264
264
  },
265
265
  enumerable: true,
266
266
  configurable: true
@@ -270,11 +270,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
270
270
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
271
271
  */
272
272
  get: function () {
273
- return this.i.rm;
273
+ return this.i.rn;
274
274
  },
275
275
  set: function (v) {
276
- this.i.rm = ensureBool(v);
277
- this._a("isCustomScatterStyleAllowed", this.i.rm);
276
+ this.i.rn = ensureBool(v);
277
+ this._a("isCustomScatterStyleAllowed", this.i.rn);
278
278
  },
279
279
  enumerable: true,
280
280
  configurable: true
@@ -284,11 +284,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
284
284
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
285
285
  */
286
286
  get: function () {
287
- return this.i.rl;
287
+ return this.i.rm;
288
288
  },
289
289
  set: function (v) {
290
- this.i.rl = ensureBool(v);
291
- this._a("isCustomScatterMarkerStyleAllowed", this.i.rl);
290
+ this.i.rm = ensureBool(v);
291
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.rm);
292
292
  },
293
293
  enumerable: true,
294
294
  configurable: true
@@ -298,11 +298,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
298
298
  * Gets or sets the mode the series will use to find the closest point to the cursor.
299
299
  */
300
300
  get: function () {
301
- return this.i.rf;
301
+ return this.i.rg;
302
302
  },
303
303
  set: function (v) {
304
- this.i.rf = ensureEnum(ScatterItemSearchMode_$type, v);
305
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rf));
304
+ this.i.rg = ensureEnum(ScatterItemSearchMode_$type, v);
305
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rg));
306
306
  },
307
307
  enumerable: true,
308
308
  configurable: true
@@ -312,11 +312,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
312
312
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
313
313
  */
314
314
  get: function () {
315
- return this.i.rr;
315
+ return this.i.rs;
316
316
  },
317
317
  set: function (v) {
318
- this.i.rr = +v;
319
- this._a("itemSearchThreshold", this.i.rr);
318
+ this.i.rs = +v;
319
+ this._a("itemSearchThreshold", this.i.rs);
320
320
  },
321
321
  enumerable: true,
322
322
  configurable: true
@@ -74,10 +74,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
74
74
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
75
75
  */
76
76
  get: function () {
77
- return this.i.q3;
77
+ return this.i.q4;
78
78
  },
79
79
  set: function (v) {
80
- this.i.q3 = v;
80
+ this.i.q4 = v;
81
81
  },
82
82
  enumerable: true,
83
83
  configurable: true
@@ -87,22 +87,22 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
87
87
  * The ColorScale used to resolve the color values of points in the series.
88
88
  */
89
89
  get: function () {
90
- if (this.i.qy == null) {
90
+ if (this.i.qz == null) {
91
91
  return null;
92
92
  }
93
- if (!this.i.qy.externalObject) {
94
- var e = IgcColorScaleComponent._createFromInternal(this.i.qy);
93
+ if (!this.i.qz.externalObject) {
94
+ var e = IgcColorScaleComponent._createFromInternal(this.i.qz);
95
95
  if (e) {
96
- e._implementation = this.i.qy;
96
+ e._implementation = this.i.qz;
97
97
  }
98
- this.i.qy.externalObject = e;
98
+ this.i.qz.externalObject = e;
99
99
  }
100
- return this.i.qy.externalObject;
100
+ return this.i.qz.externalObject;
101
101
  },
102
102
  set: function (v) {
103
103
  if (v != null && this._stylingContainer && v._styling)
104
104
  v._styling(this._stylingContainer, this, this);
105
- v == null ? this.i.qy = null : this.i.qy = v.i;
105
+ v == null ? this.i.qz = null : this.i.qz = v.i;
106
106
  },
107
107
  enumerable: true,
108
108
  configurable: true
@@ -112,22 +112,22 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
112
112
  * Gets actual color scale that is set on ColorScale property or default ColorScale
113
113
  */
114
114
  get: function () {
115
- if (this.i.qx == null) {
115
+ if (this.i.qy == null) {
116
116
  return null;
117
117
  }
118
- if (!this.i.qx.externalObject) {
119
- var e = IgcColorScaleComponent._createFromInternal(this.i.qx);
118
+ if (!this.i.qy.externalObject) {
119
+ var e = IgcColorScaleComponent._createFromInternal(this.i.qy);
120
120
  if (e) {
121
- e._implementation = this.i.qx;
121
+ e._implementation = this.i.qy;
122
122
  }
123
- this.i.qx.externalObject = e;
123
+ this.i.qy.externalObject = e;
124
124
  }
125
- return this.i.qx.externalObject;
125
+ return this.i.qy.externalObject;
126
126
  },
127
127
  set: function (v) {
128
128
  if (v != null && this._stylingContainer && v._styling)
129
129
  v._styling(this._stylingContainer, this, this);
130
- v == null ? this.i.qx = null : this.i.qx = v.i;
130
+ v == null ? this.i.qy = null : this.i.qy = v.i;
131
131
  },
132
132
  enumerable: true,
133
133
  configurable: true
@@ -161,7 +161,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
161
161
 
162
162
  */
163
163
  IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
164
- this.i.q8();
164
+ this.i.q9();
165
165
  };
166
166
  Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
167
167
  /**
@@ -125,10 +125,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
125
125
  * To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
126
126
  */
127
127
  get: function () {
128
- return this.i.qy;
128
+ return this.i.qz;
129
129
  },
130
130
  set: function (v) {
131
- this.i.qy = v;
131
+ this.i.qz = v;
132
132
  },
133
133
  enumerable: true,
134
134
  configurable: true
@@ -138,11 +138,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
138
138
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
139
139
  */
140
140
  get: function () {
141
- return this.i.qn;
141
+ return this.i.qo;
142
142
  },
143
143
  set: function (v) {
144
- this.i.qn = ensureBool(v);
145
- this._a("isCustomShapeStyleAllowed", this.i.qn);
144
+ this.i.qo = ensureBool(v);
145
+ this._a("isCustomShapeStyleAllowed", this.i.qo);
146
146
  },
147
147
  enumerable: true,
148
148
  configurable: true
@@ -152,11 +152,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
152
152
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
153
153
  */
154
154
  get: function () {
155
- return this.i.qm;
155
+ return this.i.qn;
156
156
  },
157
157
  set: function (v) {
158
- this.i.qm = ensureBool(v);
159
- this._a("isCustomShapeMarkerStyleAllowed", this.i.qm);
158
+ this.i.qn = ensureBool(v);
159
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.qn);
160
160
  },
161
161
  enumerable: true,
162
162
  configurable: true
@@ -166,11 +166,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
166
166
  * Gets or sets the mode the series will use to find the closest point to the cursor.
167
167
  */
168
168
  get: function () {
169
- return this.i.qf;
169
+ return this.i.qg;
170
170
  },
171
171
  set: function (v) {
172
- this.i.qf = ensureEnum(ShapeItemSearchMode_$type, v);
173
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qf));
172
+ this.i.qg = ensureEnum(ShapeItemSearchMode_$type, v);
173
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qg));
174
174
  },
175
175
  enumerable: true,
176
176
  configurable: true
@@ -180,11 +180,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
180
180
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
181
181
  */
182
182
  get: function () {
183
- return this.i.qq;
183
+ return this.i.qr;
184
184
  },
185
185
  set: function (v) {
186
- this.i.qq = +v;
187
- this._a("itemSearchThreshold", this.i.qq);
186
+ this.i.qr = +v;
187
+ this._a("itemSearchThreshold", this.i.qr);
188
188
  },
189
189
  enumerable: true,
190
190
  configurable: true
@@ -194,11 +194,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
194
194
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
195
195
  */
196
196
  get: function () {
197
- return this.i.qp;
197
+ return this.i.qq;
198
198
  },
199
199
  set: function (v) {
200
- this.i.qp = +v;
201
- this._a("itemSearchPointsThreshold", this.i.qp);
200
+ this.i.qq = +v;
201
+ this._a("itemSearchPointsThreshold", this.i.qq);
202
202
  },
203
203
  enumerable: true,
204
204
  configurable: true
@@ -208,18 +208,18 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
208
208
  * Set a shapefile datasource to use with the series.
209
209
  */
210
210
  get: function () {
211
- if (this.i.qi == null) {
211
+ if (this.i.qj == null) {
212
212
  return null;
213
213
  }
214
- if (!this.i.qi.externalObject) {
214
+ if (!this.i.qj.externalObject) {
215
215
  var e = new IgcShapeDataSource();
216
- e._implementation = this.i.qi;
217
- this.i.qi.externalObject = e;
216
+ e._implementation = this.i.qj;
217
+ this.i.qj.externalObject = e;
218
218
  }
219
- return this.i.qi.externalObject;
219
+ return this.i.qj.externalObject;
220
220
  },
221
221
  set: function (v) {
222
- v == null ? this.i.qi = null : this.i.qi = v.i;
222
+ v == null ? this.i.qj = null : this.i.qj = v.i;
223
223
  },
224
224
  enumerable: true,
225
225
  configurable: true
@@ -230,11 +230,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
230
230
  * In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
231
231
  */
232
232
  get: function () {
233
- return this.i.qo;
233
+ return this.i.qp;
234
234
  },
235
235
  set: function (v) {
236
- this.i.qo = +v;
237
- this._a("shapeFilterResolution", this.i.qo);
236
+ this.i.qp = +v;
237
+ this._a("shapeFilterResolution", this.i.qp);
238
238
  },
239
239
  enumerable: true,
240
240
  configurable: true