igniteui-webcomponents-maps 6.3.1 → 7.0.1-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.
Files changed (76) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1097 -1097
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  20. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  21. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  22. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  23. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  25. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  26. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  27. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igc-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  46. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  47. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  48. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  49. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  50. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  52. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  53. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  54. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igc-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
  58. package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +3 -3
@@ -94,10 +94,10 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
94
94
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
95
95
  */
96
96
  get: function () {
97
- return this.i.zi;
97
+ return this.i.zj;
98
98
  },
99
99
  set: function (v) {
100
- this.i.zi = v;
100
+ this.i.zj = v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,10 +107,10 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
107
107
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
108
108
  */
109
109
  get: function () {
110
- return this.i.zk;
110
+ return this.i.zl;
111
111
  },
112
112
  set: function (v) {
113
- this.i.zk = v;
113
+ this.i.zl = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,10 +120,10 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
120
120
  * Gets or sets the radius mapping property for the current series object.
121
121
  */
122
122
  get: function () {
123
- return this.i.zp;
123
+ return this.i.zq;
124
124
  },
125
125
  set: function (v) {
126
- this.i.zp = v;
126
+ this.i.zq = v;
127
127
  },
128
128
  enumerable: false,
129
129
  configurable: true
@@ -133,7 +133,7 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
133
133
  * Gets or sets the radius size scale for the bubbles.
134
134
  */
135
135
  get: function () {
136
- var r = this.i.yw;
136
+ var r = this.i.yx;
137
137
  if (r == null) {
138
138
  return null;
139
139
  }
@@ -149,7 +149,7 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
149
149
  set: function (v) {
150
150
  if (v != null && this._stylingContainer && v._styling)
151
151
  v._styling(this._stylingContainer, this, this);
152
- v == null ? this.i.yw = null : this.i.yw = v.i;
152
+ v == null ? this.i.yx = null : this.i.yx = v.i;
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,10 +159,10 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
159
159
  * Gets or sets the Label mapping property for the current series object.
160
160
  */
161
161
  get: function () {
162
- return this.i.zg;
162
+ return this.i.zh;
163
163
  },
164
164
  set: function (v) {
165
- this.i.zg = v;
165
+ this.i.zh = v;
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
@@ -172,10 +172,10 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
172
172
  * Gets or sets the fill mapping property for the current series object.
173
173
  */
174
174
  get: function () {
175
- return this.i.y8;
175
+ return this.i.y9;
176
176
  },
177
177
  set: function (v) {
178
- this.i.y8 = v;
178
+ this.i.y9 = v;
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
@@ -185,7 +185,7 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
185
185
  * Gets or sets the brush scale for the marker brush.
186
186
  */
187
187
  get: function () {
188
- var r = this.i.yt;
188
+ var r = this.i.yu;
189
189
  if (r == null) {
190
190
  return null;
191
191
  }
@@ -201,7 +201,7 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
201
201
  set: function (v) {
202
202
  if (v != null && this._stylingContainer && v._styling)
203
203
  v._styling(this._stylingContainer, this, this);
204
- v == null ? this.i.yt = null : this.i.yt = v.i;
204
+ v == null ? this.i.yu = null : this.i.yu = v.i;
205
205
  },
206
206
  enumerable: false,
207
207
  configurable: true
@@ -212,11 +212,11 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
212
212
  * This setting applies only if multiple series are using the same FillScale.
213
213
  */
214
214
  get: function () {
215
- return this.i.y0;
215
+ return this.i.y1;
216
216
  },
217
217
  set: function (v) {
218
- this.i.y0 = ensureBool(v);
219
- this._a("fillScaleUseGlobalValues", this.i.y0);
218
+ this.i.y1 = ensureBool(v);
219
+ this._a("fillScaleUseGlobalValues", this.i.y1);
220
220
  },
221
221
  enumerable: false,
222
222
  configurable: true
@@ -227,11 +227,11 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
227
227
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
228
228
  */
229
229
  get: function () {
230
- return this.i.y3;
230
+ return this.i.y4;
231
231
  },
232
232
  set: function (v) {
233
- this.i.y3 = ensureBool(v);
234
- this._a("markerOutlineUsesFillScale", this.i.y3);
233
+ this.i.y4 = ensureBool(v);
234
+ this._a("markerOutlineUsesFillScale", this.i.y4);
235
235
  },
236
236
  enumerable: false,
237
237
  configurable: true
@@ -242,11 +242,11 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
242
242
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
243
243
  */
244
244
  get: function () {
245
- return this.i.y6;
245
+ return this.i.y7;
246
246
  },
247
247
  set: function (v) {
248
- this.i.y6 = +v;
249
- this._a("markerOutlineBrightness", this.i.y6);
248
+ this.i.y7 = +v;
249
+ this._a("markerOutlineBrightness", this.i.y7);
250
250
  },
251
251
  enumerable: false,
252
252
  configurable: true
@@ -257,11 +257,11 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
257
257
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
258
258
  */
259
259
  get: function () {
260
- return this.i.y5;
260
+ return this.i.y6;
261
261
  },
262
262
  set: function (v) {
263
- this.i.y5 = +v;
264
- this._a("markerBrushBrightness", this.i.y5);
263
+ this.i.y6 = +v;
264
+ this._a("markerBrushBrightness", this.i.y6);
265
265
  },
266
266
  enumerable: false,
267
267
  configurable: true
@@ -272,11 +272,11 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
272
272
  * This setting applies only if multiple series are using the same RadiusScale.
273
273
  */
274
274
  get: function () {
275
- return this.i.y4;
275
+ return this.i.y5;
276
276
  },
277
277
  set: function (v) {
278
- this.i.y4 = ensureBool(v);
279
- this._a("radiusScaleUseGlobalValues", this.i.y4);
278
+ this.i.y5 = ensureBool(v);
279
+ this._a("radiusScaleUseGlobalValues", this.i.y5);
280
280
  },
281
281
  enumerable: false,
282
282
  configurable: true
@@ -286,11 +286,11 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
286
286
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
287
287
  */
288
288
  get: function () {
289
- return this.i.y2;
289
+ return this.i.y3;
290
290
  },
291
291
  set: function (v) {
292
- this.i.y2 = ensureBool(v);
293
- this._a("isCustomScatterStyleAllowed", this.i.y2);
292
+ this.i.y3 = ensureBool(v);
293
+ this._a("isCustomScatterStyleAllowed", this.i.y3);
294
294
  },
295
295
  enumerable: false,
296
296
  configurable: true
@@ -300,11 +300,11 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
300
300
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
301
301
  */
302
302
  get: function () {
303
- return this.i.y1;
303
+ return this.i.y2;
304
304
  },
305
305
  set: function (v) {
306
- this.i.y1 = ensureBool(v);
307
- this._a("isCustomScatterMarkerStyleAllowed", this.i.y1);
306
+ this.i.y2 = ensureBool(v);
307
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.y2);
308
308
  },
309
309
  enumerable: false,
310
310
  configurable: true
@@ -314,11 +314,11 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
314
314
  * Gets or sets the mode the series will use to find the closest point to the cursor.
315
315
  */
316
316
  get: function () {
317
- return this.i.yv;
317
+ return this.i.yw;
318
318
  },
319
319
  set: function (v) {
320
- this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
321
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
320
+ this.i.yw = ensureEnum(ScatterItemSearchMode_$type, v);
321
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yw));
322
322
  },
323
323
  enumerable: false,
324
324
  configurable: true
@@ -328,11 +328,11 @@ export var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__P
328
328
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
329
329
  */
330
330
  get: function () {
331
- return this.i.y7;
331
+ return this.i.y8;
332
332
  },
333
333
  set: function (v) {
334
- this.i.y7 = +v;
335
- this._a("itemSearchThreshold", this.i.y7);
334
+ this.i.y8 = +v;
335
+ this._a("itemSearchThreshold", this.i.y8);
336
336
  },
337
337
  enumerable: false,
338
338
  configurable: true
@@ -88,10 +88,10 @@ export var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/
88
88
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
89
89
  */
90
90
  get: function () {
91
- return this.i.yj;
91
+ return this.i.yk;
92
92
  },
93
93
  set: function (v) {
94
- this.i.yj = v;
94
+ this.i.yk = v;
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
@@ -101,7 +101,7 @@ export var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/
101
101
  * The ColorScale used to resolve the color values of points in the series.
102
102
  */
103
103
  get: function () {
104
- var r = this.i.ye;
104
+ var r = this.i.yf;
105
105
  if (r == null) {
106
106
  return null;
107
107
  }
@@ -117,7 +117,7 @@ export var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/
117
117
  set: function (v) {
118
118
  if (v != null && this._stylingContainer && v._styling)
119
119
  v._styling(this._stylingContainer, this, this);
120
- v == null ? this.i.ye = null : this.i.ye = v.i;
120
+ v == null ? this.i.yf = null : this.i.yf = v.i;
121
121
  },
122
122
  enumerable: false,
123
123
  configurable: true
@@ -127,7 +127,7 @@ export var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/
127
127
  * Gets actual color scale that is set on ColorScale property or default ColorScale
128
128
  */
129
129
  get: function () {
130
- var r = this.i.yd;
130
+ var r = this.i.ye;
131
131
  if (r == null) {
132
132
  return null;
133
133
  }
@@ -143,7 +143,7 @@ export var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/
143
143
  set: function (v) {
144
144
  if (v != null && this._stylingContainer && v._styling)
145
145
  v._styling(this._stylingContainer, this, this);
146
- v == null ? this.i.yd = null : this.i.yd = v.i;
146
+ v == null ? this.i.ye = null : this.i.ye = v.i;
147
147
  },
148
148
  enumerable: false,
149
149
  configurable: true
@@ -177,7 +177,7 @@ export var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/
177
177
 
178
178
  */
179
179
  IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
180
- this.i.yo();
180
+ this.i.yp();
181
181
  };
182
182
  Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
183
183
  /**
@@ -140,10 +140,10 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
140
140
  * 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.
141
141
  */
142
142
  get: function () {
143
- return this.i.yk;
143
+ return this.i.yl;
144
144
  },
145
145
  set: function (v) {
146
- this.i.yk = v;
146
+ this.i.yl = v;
147
147
  },
148
148
  enumerable: false,
149
149
  configurable: true
@@ -153,11 +153,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
153
153
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
154
154
  */
155
155
  get: function () {
156
- return this.i.x5;
156
+ return this.i.x6;
157
157
  },
158
158
  set: function (v) {
159
- this.i.x5 = ensureBool(v);
160
- this._a("isCustomShapeStyleAllowed", this.i.x5);
159
+ this.i.x6 = ensureBool(v);
160
+ this._a("isCustomShapeStyleAllowed", this.i.x6);
161
161
  },
162
162
  enumerable: false,
163
163
  configurable: true
@@ -167,11 +167,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
167
167
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
168
168
  */
169
169
  get: function () {
170
- return this.i.x4;
170
+ return this.i.x5;
171
171
  },
172
172
  set: function (v) {
173
- this.i.x4 = ensureBool(v);
174
- this._a("isCustomShapeMarkerStyleAllowed", this.i.x4);
173
+ this.i.x5 = ensureBool(v);
174
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.x5);
175
175
  },
176
176
  enumerable: false,
177
177
  configurable: true
@@ -181,11 +181,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
181
181
  * Gets or sets the mode the series will use to find the closest point to the cursor.
182
182
  */
183
183
  get: function () {
184
- return this.i.xw;
184
+ return this.i.xx;
185
185
  },
186
186
  set: function (v) {
187
- this.i.xw = ensureEnum(ShapeItemSearchMode_$type, v);
188
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xw));
187
+ this.i.xx = ensureEnum(ShapeItemSearchMode_$type, v);
188
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xx));
189
189
  },
190
190
  enumerable: false,
191
191
  configurable: true
@@ -195,11 +195,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
195
195
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
196
196
  */
197
197
  get: function () {
198
- return this.i.x8;
198
+ return this.i.x9;
199
199
  },
200
200
  set: function (v) {
201
- this.i.x8 = +v;
202
- this._a("itemSearchThreshold", this.i.x8);
201
+ this.i.x9 = +v;
202
+ this._a("itemSearchThreshold", this.i.x9);
203
203
  },
204
204
  enumerable: false,
205
205
  configurable: true
@@ -209,10 +209,10 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
209
209
  * Gets or sets the fill mapping property for the current series object.
210
210
  */
211
211
  get: function () {
212
- return this.i.x9;
212
+ return this.i.ya;
213
213
  },
214
214
  set: function (v) {
215
- this.i.x9 = v;
215
+ this.i.ya = v;
216
216
  },
217
217
  enumerable: false,
218
218
  configurable: true
@@ -222,7 +222,7 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
222
222
  * Gets or sets the brush scale for the fill brush of markers.
223
223
  */
224
224
  get: function () {
225
- var r = this.i.xv;
225
+ var r = this.i.xw;
226
226
  if (r == null) {
227
227
  return null;
228
228
  }
@@ -238,7 +238,7 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
238
238
  set: function (v) {
239
239
  if (v != null && this._stylingContainer && v._styling)
240
240
  v._styling(this._stylingContainer, this, this);
241
- v == null ? this.i.xv = null : this.i.xv = v.i;
241
+ v == null ? this.i.xw = null : this.i.xw = v.i;
242
242
  },
243
243
  enumerable: false,
244
244
  configurable: true
@@ -249,11 +249,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
249
249
  * This setting applies only if multiple series are using the same FillScale.
250
250
  */
251
251
  get: function () {
252
- return this.i.x3;
252
+ return this.i.x4;
253
253
  },
254
254
  set: function (v) {
255
- this.i.x3 = ensureBool(v);
256
- this._a("fillScaleUseGlobalValues", this.i.x3);
255
+ this.i.x4 = ensureBool(v);
256
+ this._a("fillScaleUseGlobalValues", this.i.x4);
257
257
  },
258
258
  enumerable: false,
259
259
  configurable: true
@@ -263,11 +263,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
263
263
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
264
264
  */
265
265
  get: function () {
266
- return this.i.x7;
266
+ return this.i.x8;
267
267
  },
268
268
  set: function (v) {
269
- this.i.x7 = +v;
270
- this._a("itemSearchPointsThreshold", this.i.x7);
269
+ this.i.x8 = +v;
270
+ this._a("itemSearchPointsThreshold", this.i.x8);
271
271
  },
272
272
  enumerable: false,
273
273
  configurable: true
@@ -277,7 +277,7 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
277
277
  * Set a shapefile datasource to use with the series.
278
278
  */
279
279
  get: function () {
280
- var r = this.i.xz;
280
+ var r = this.i.x0;
281
281
  if (r == null) {
282
282
  return null;
283
283
  }
@@ -296,7 +296,7 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
296
296
  return r.externalObject;
297
297
  },
298
298
  set: function (v) {
299
- v == null ? this.i.xz = null : this.i.xz = v.i;
299
+ v == null ? this.i.x0 = null : this.i.x0 = v.i;
300
300
  },
301
301
  enumerable: false,
302
302
  configurable: true
@@ -307,11 +307,11 @@ export var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (
307
307
  * 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.
308
308
  */
309
309
  get: function () {
310
- return this.i.x6;
310
+ return this.i.x7;
311
311
  },
312
312
  set: function (v) {
313
- this.i.x6 = +v;
314
- this._a("shapeFilterResolution", this.i.x6);
313
+ this.i.x7 = +v;
314
+ this._a("shapeFilterResolution", this.i.x7);
315
315
  },
316
316
  enumerable: false,
317
317
  configurable: true