igniteui-webcomponents-maps 5.4.0 → 5.5.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-webcomponents-maps.umd.js +1739 -1739
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +109 -109
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +215 -215
- 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 +120 -120
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +74 -74
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +73 -73
- 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 +150 -150
- package/esm2015/lib/XamGeographicMap_combined.js +480 -480
- 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 +46 -46
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +108 -108
- package/esm5/lib/GeographicMapSeriesHost_combined.js +212 -212
- 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 +121 -121
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +71 -71
- package/esm5/lib/GeographicShapeSeriesView_combined.js +73 -73
- 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 +147 -147
- package/esm5/lib/XamGeographicMap_combined.js +472 -472
- 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 +1750 -1750
- package/fesm5/igniteui-webcomponents-maps.js +1739 -1739
- package/lib/GeographicContourLineSeriesView_combined.d.ts +19 -19
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +38 -38
- package/lib/GeographicMapSeriesHost_combined.d.ts +60 -60
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +13 -13
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +47 -47
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +31 -31
- 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 +33 -33
- 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 +41 -41
- package/lib/XamGeographicMap_combined.d.ts +123 -123
- package/package.json +3 -3
|
@@ -78,7 +78,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
78
78
|
* Gets whether the current series shows an area shape.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.ew;
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
@@ -88,10 +88,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
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.
|
|
91
|
+
return this.i.x3;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.x3 = v;
|
|
95
95
|
},
|
|
96
96
|
enumerable: false,
|
|
97
97
|
configurable: true
|
|
@@ -101,7 +101,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
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.
|
|
104
|
+
var r = this.i.xy;
|
|
105
105
|
if (r == null) {
|
|
106
106
|
return null;
|
|
107
107
|
}
|
|
@@ -117,7 +117,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
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.
|
|
120
|
+
v == null ? this.i.xy = null : this.i.xy = v.i;
|
|
121
121
|
},
|
|
122
122
|
enumerable: false,
|
|
123
123
|
configurable: true
|
|
@@ -127,7 +127,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
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.
|
|
130
|
+
var r = this.i.xx;
|
|
131
131
|
if (r == null) {
|
|
132
132
|
return null;
|
|
133
133
|
}
|
|
@@ -143,7 +143,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
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.
|
|
146
|
+
v == null ? this.i.xx = null : this.i.xx = v.i;
|
|
147
147
|
},
|
|
148
148
|
enumerable: false,
|
|
149
149
|
configurable: true
|
|
@@ -177,7 +177,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
177
177
|
|
|
178
178
|
*/
|
|
179
179
|
IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
180
|
-
this.i.
|
|
180
|
+
this.i.x8();
|
|
181
181
|
};
|
|
182
182
|
Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
183
183
|
/**
|
|
@@ -140,10 +140,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
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.
|
|
143
|
+
return this.i.x4;
|
|
144
144
|
},
|
|
145
145
|
set: function (v) {
|
|
146
|
-
this.i.
|
|
146
|
+
this.i.x4 = v;
|
|
147
147
|
},
|
|
148
148
|
enumerable: false,
|
|
149
149
|
configurable: true
|
|
@@ -153,11 +153,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
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.
|
|
156
|
+
return this.i.xp;
|
|
157
157
|
},
|
|
158
158
|
set: function (v) {
|
|
159
|
-
this.i.
|
|
160
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
159
|
+
this.i.xp = ensureBool(v);
|
|
160
|
+
this._a("isCustomShapeStyleAllowed", this.i.xp);
|
|
161
161
|
},
|
|
162
162
|
enumerable: false,
|
|
163
163
|
configurable: true
|
|
@@ -167,11 +167,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
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.
|
|
170
|
+
return this.i.xo;
|
|
171
171
|
},
|
|
172
172
|
set: function (v) {
|
|
173
|
-
this.i.
|
|
174
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
173
|
+
this.i.xo = ensureBool(v);
|
|
174
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.xo);
|
|
175
175
|
},
|
|
176
176
|
enumerable: false,
|
|
177
177
|
configurable: true
|
|
@@ -181,11 +181,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
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.
|
|
184
|
+
return this.i.xg;
|
|
185
185
|
},
|
|
186
186
|
set: function (v) {
|
|
187
|
-
this.i.
|
|
188
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
187
|
+
this.i.xg = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
188
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xg));
|
|
189
189
|
},
|
|
190
190
|
enumerable: false,
|
|
191
191
|
configurable: true
|
|
@@ -195,11 +195,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
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.
|
|
198
|
+
return this.i.xs;
|
|
199
199
|
},
|
|
200
200
|
set: function (v) {
|
|
201
|
-
this.i.
|
|
202
|
-
this._a("itemSearchThreshold", this.i.
|
|
201
|
+
this.i.xs = +v;
|
|
202
|
+
this._a("itemSearchThreshold", this.i.xs);
|
|
203
203
|
},
|
|
204
204
|
enumerable: false,
|
|
205
205
|
configurable: true
|
|
@@ -209,10 +209,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
209
209
|
* Gets or sets the fill mapping property for the current series object.
|
|
210
210
|
*/
|
|
211
211
|
get: function () {
|
|
212
|
-
return this.i.
|
|
212
|
+
return this.i.xt;
|
|
213
213
|
},
|
|
214
214
|
set: function (v) {
|
|
215
|
-
this.i.
|
|
215
|
+
this.i.xt = v;
|
|
216
216
|
},
|
|
217
217
|
enumerable: false,
|
|
218
218
|
configurable: true
|
|
@@ -222,7 +222,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
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.
|
|
225
|
+
var r = this.i.xf;
|
|
226
226
|
if (r == null) {
|
|
227
227
|
return null;
|
|
228
228
|
}
|
|
@@ -238,7 +238,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
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.
|
|
241
|
+
v == null ? this.i.xf = null : this.i.xf = v.i;
|
|
242
242
|
},
|
|
243
243
|
enumerable: false,
|
|
244
244
|
configurable: true
|
|
@@ -249,11 +249,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
249
249
|
* This setting applies only if multiple series are using the same FillScale.
|
|
250
250
|
*/
|
|
251
251
|
get: function () {
|
|
252
|
-
return this.i.
|
|
252
|
+
return this.i.xn;
|
|
253
253
|
},
|
|
254
254
|
set: function (v) {
|
|
255
|
-
this.i.
|
|
256
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
255
|
+
this.i.xn = ensureBool(v);
|
|
256
|
+
this._a("fillScaleUseGlobalValues", this.i.xn);
|
|
257
257
|
},
|
|
258
258
|
enumerable: false,
|
|
259
259
|
configurable: true
|
|
@@ -263,11 +263,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
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.
|
|
266
|
+
return this.i.xr;
|
|
267
267
|
},
|
|
268
268
|
set: function (v) {
|
|
269
|
-
this.i.
|
|
270
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
269
|
+
this.i.xr = +v;
|
|
270
|
+
this._a("itemSearchPointsThreshold", this.i.xr);
|
|
271
271
|
},
|
|
272
272
|
enumerable: false,
|
|
273
273
|
configurable: true
|
|
@@ -277,7 +277,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
277
277
|
* Set a shapefile datasource to use with the series.
|
|
278
278
|
*/
|
|
279
279
|
get: function () {
|
|
280
|
-
var r = this.i.
|
|
280
|
+
var r = this.i.xj;
|
|
281
281
|
if (r == null) {
|
|
282
282
|
return null;
|
|
283
283
|
}
|
|
@@ -296,7 +296,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
296
296
|
return r.externalObject;
|
|
297
297
|
},
|
|
298
298
|
set: function (v) {
|
|
299
|
-
v == null ? this.i.
|
|
299
|
+
v == null ? this.i.xj = null : this.i.xj = v.i;
|
|
300
300
|
},
|
|
301
301
|
enumerable: false,
|
|
302
302
|
configurable: true
|
|
@@ -307,11 +307,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
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.
|
|
310
|
+
return this.i.xq;
|
|
311
311
|
},
|
|
312
312
|
set: function (v) {
|
|
313
|
-
this.i.
|
|
314
|
-
this._a("shapeFilterResolution", this.i.
|
|
313
|
+
this.i.xq = +v;
|
|
314
|
+
this._a("shapeFilterResolution", this.i.xq);
|
|
315
315
|
},
|
|
316
316
|
enumerable: false,
|
|
317
317
|
configurable: true
|
|
@@ -82,7 +82,7 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
82
82
|
* Gets whether the current series shows a polygon shape.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.fr;
|
|
86
86
|
},
|
|
87
87
|
enumerable: false,
|
|
88
88
|
configurable: true
|
|
@@ -92,11 +92,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
92
92
|
* Gets or sets the fill brush.
|
|
93
93
|
*/
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.zt ? this.i.zt.fill : null;
|
|
96
96
|
},
|
|
97
97
|
set: function (v) {
|
|
98
98
|
this.ensureShapeStyle();
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.zt.fill = v;
|
|
100
100
|
},
|
|
101
101
|
enumerable: false,
|
|
102
102
|
configurable: true
|
|
@@ -106,11 +106,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
106
106
|
* Gets or sets the stroke brush.
|
|
107
107
|
*/
|
|
108
108
|
get: function () {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.zt ? this.i.zt.stroke : null;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
112
|
this.ensureShapeStyle();
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.zt.stroke = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -120,12 +120,12 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
120
120
|
* Gets or sets the stroke thickness.
|
|
121
121
|
*/
|
|
122
122
|
get: function () {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.zt ? this.i.zt.strokeThickness : NaN;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
126
|
this.ensureShapeStyle();
|
|
127
|
-
this.i.
|
|
128
|
-
this._a("shapeStrokeThickness", this.i.
|
|
127
|
+
this.i.zt.strokeThickness = +v;
|
|
128
|
+
this._a("shapeStrokeThickness", this.i.zt.strokeThickness);
|
|
129
129
|
},
|
|
130
130
|
enumerable: false,
|
|
131
131
|
configurable: true
|
|
@@ -135,21 +135,21 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
135
135
|
* Gets or sets the opacity.
|
|
136
136
|
*/
|
|
137
137
|
get: function () {
|
|
138
|
-
return this.i.
|
|
138
|
+
return this.i.zt ? this.i.zt.opacity : NaN;
|
|
139
139
|
},
|
|
140
140
|
set: function (v) {
|
|
141
141
|
this.ensureShapeStyle();
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("shapeOpacity", this.i.
|
|
142
|
+
this.i.zt.opacity = +v;
|
|
143
|
+
this._a("shapeOpacity", this.i.zt.opacity);
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
147
147
|
});
|
|
148
148
|
IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
149
|
-
if (this.i.
|
|
149
|
+
if (this.i.zt) {
|
|
150
150
|
return;
|
|
151
151
|
}
|
|
152
|
-
this.i.
|
|
152
|
+
this.i.zt = new Style();
|
|
153
153
|
};
|
|
154
154
|
Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
155
155
|
/**
|
|
@@ -157,11 +157,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
157
157
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
158
158
|
*/
|
|
159
159
|
get: function () {
|
|
160
|
-
return this.i.
|
|
160
|
+
return this.i.yn;
|
|
161
161
|
},
|
|
162
162
|
set: function (v) {
|
|
163
|
-
this.i.
|
|
164
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
163
|
+
this.i.yn = ensureEnum(MarkerType_$type, v);
|
|
164
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.yn));
|
|
165
165
|
},
|
|
166
166
|
enumerable: false,
|
|
167
167
|
configurable: true
|
|
@@ -171,11 +171,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
171
171
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
172
172
|
*/
|
|
173
173
|
get: function () {
|
|
174
|
-
return this.i.
|
|
174
|
+
return this.i.ym;
|
|
175
175
|
},
|
|
176
176
|
set: function (v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
177
|
+
this.i.ym = ensureEnum(MarkerOutlineMode_$type, v);
|
|
178
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ym));
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
@@ -185,11 +185,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
185
185
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
186
186
|
*/
|
|
187
187
|
get: function () {
|
|
188
|
-
return this.i.
|
|
188
|
+
return this.i.yl;
|
|
189
189
|
},
|
|
190
190
|
set: function (v) {
|
|
191
|
-
this.i.
|
|
192
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
191
|
+
this.i.yl = ensureEnum(MarkerFillMode_$type, v);
|
|
192
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.yl));
|
|
193
193
|
},
|
|
194
194
|
enumerable: false,
|
|
195
195
|
configurable: true
|
|
@@ -199,10 +199,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
199
199
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
200
200
|
*/
|
|
201
201
|
get: function () {
|
|
202
|
-
return this.i.
|
|
202
|
+
return this.i.y9;
|
|
203
203
|
},
|
|
204
204
|
set: function (v) {
|
|
205
|
-
this.i.
|
|
205
|
+
this.i.y9 = v;
|
|
206
206
|
},
|
|
207
207
|
enumerable: false,
|
|
208
208
|
configurable: true
|
|
@@ -212,11 +212,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
212
212
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
213
213
|
*/
|
|
214
214
|
get: function () {
|
|
215
|
-
return brushToString(this.i.
|
|
215
|
+
return brushToString(this.i.zq);
|
|
216
216
|
},
|
|
217
217
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("markerBrush", brushToString(this.i.
|
|
218
|
+
this.i.zq = stringToBrush(v);
|
|
219
|
+
this._a("markerBrush", brushToString(this.i.zq));
|
|
220
220
|
},
|
|
221
221
|
enumerable: false,
|
|
222
222
|
configurable: true
|
|
@@ -226,11 +226,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
226
226
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
227
227
|
*/
|
|
228
228
|
get: function () {
|
|
229
|
-
return brushToString(this.i.
|
|
229
|
+
return brushToString(this.i.zr);
|
|
230
230
|
},
|
|
231
231
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("markerOutline", brushToString(this.i.
|
|
232
|
+
this.i.zr = stringToBrush(v);
|
|
233
|
+
this._a("markerOutline", brushToString(this.i.zr));
|
|
234
234
|
},
|
|
235
235
|
enumerable: false,
|
|
236
236
|
configurable: true
|
|
@@ -240,11 +240,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
240
240
|
* Gets or sets thickness of the marker outline
|
|
241
241
|
*/
|
|
242
242
|
get: function () {
|
|
243
|
-
return this.i.
|
|
243
|
+
return this.i.yq;
|
|
244
244
|
},
|
|
245
245
|
set: function (v) {
|
|
246
|
-
this.i.
|
|
247
|
-
this._a("markerThickness", this.i.
|
|
246
|
+
this.i.yq = +v;
|
|
247
|
+
this._a("markerThickness", this.i.yq);
|
|
248
248
|
},
|
|
249
249
|
enumerable: false,
|
|
250
250
|
configurable: true
|
|
@@ -254,11 +254,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
254
254
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
255
255
|
*/
|
|
256
256
|
get: function () {
|
|
257
|
-
return this.i.
|
|
257
|
+
return this.i.yk;
|
|
258
258
|
},
|
|
259
259
|
set: function (v) {
|
|
260
|
-
this.i.
|
|
261
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
260
|
+
this.i.yk = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
261
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yk));
|
|
262
262
|
},
|
|
263
263
|
enumerable: false,
|
|
264
264
|
configurable: true
|
|
@@ -268,10 +268,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
268
268
|
* Gets the effective marker template for the current series object.
|
|
269
269
|
*/
|
|
270
270
|
get: function () {
|
|
271
|
-
return this.i.
|
|
271
|
+
return this.i.y8;
|
|
272
272
|
},
|
|
273
273
|
set: function (v) {
|
|
274
|
-
this.i.
|
|
274
|
+
this.i.y8 = v;
|
|
275
275
|
},
|
|
276
276
|
enumerable: false,
|
|
277
277
|
configurable: true
|
|
@@ -281,11 +281,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
281
281
|
* Gets the effective marker brush for the current series object.
|
|
282
282
|
*/
|
|
283
283
|
get: function () {
|
|
284
|
-
return brushToString(this.i.
|
|
284
|
+
return brushToString(this.i.zo);
|
|
285
285
|
},
|
|
286
286
|
set: function (v) {
|
|
287
|
-
this.i.
|
|
288
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
287
|
+
this.i.zo = stringToBrush(v);
|
|
288
|
+
this._a("actualMarkerBrush", brushToString(this.i.zo));
|
|
289
289
|
},
|
|
290
290
|
enumerable: false,
|
|
291
291
|
configurable: true
|
|
@@ -295,11 +295,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
295
295
|
* Gets the effective marker outline for the current series object.
|
|
296
296
|
*/
|
|
297
297
|
get: function () {
|
|
298
|
-
return brushToString(this.i.
|
|
298
|
+
return brushToString(this.i.zp);
|
|
299
299
|
},
|
|
300
300
|
set: function (v) {
|
|
301
|
-
this.i.
|
|
302
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
301
|
+
this.i.zp = stringToBrush(v);
|
|
302
|
+
this._a("actualMarkerOutline", brushToString(this.i.zp));
|
|
303
303
|
},
|
|
304
304
|
enumerable: false,
|
|
305
305
|
configurable: true
|
|
@@ -83,7 +83,7 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
83
83
|
* Gets whether the series has only marker as visuals
|
|
84
84
|
*/
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.ek;
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|
|
@@ -93,10 +93,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
93
93
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.yr;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.yr = v;
|
|
100
100
|
},
|
|
101
101
|
enumerable: false,
|
|
102
102
|
configurable: true
|
|
@@ -106,10 +106,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
106
106
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
107
107
|
*/
|
|
108
108
|
get: function () {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.yt;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.yt = v;
|
|
113
113
|
},
|
|
114
114
|
enumerable: false,
|
|
115
115
|
configurable: true
|
|
@@ -119,11 +119,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
119
119
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
120
120
|
*/
|
|
121
121
|
get: function () {
|
|
122
|
-
return this.i.
|
|
122
|
+
return this.i.yd;
|
|
123
123
|
},
|
|
124
124
|
set: function (v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
125
|
+
this.i.yd = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
126
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yd));
|
|
127
127
|
},
|
|
128
128
|
enumerable: false,
|
|
129
129
|
configurable: true
|
|
@@ -133,11 +133,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
133
133
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
134
134
|
*/
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.i.
|
|
136
|
+
return this.i.yk;
|
|
137
137
|
},
|
|
138
138
|
set: function (v) {
|
|
139
|
-
this.i.
|
|
140
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
139
|
+
this.i.yk = ensureBool(v);
|
|
140
|
+
this._a("isCustomScatterStyleAllowed", this.i.yk);
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
@@ -147,11 +147,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
147
147
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
148
148
|
*/
|
|
149
149
|
get: function () {
|
|
150
|
-
return this.i.
|
|
150
|
+
return this.i.yj;
|
|
151
151
|
},
|
|
152
152
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
153
|
+
this.i.yj = ensureBool(v);
|
|
154
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.yj);
|
|
155
155
|
},
|
|
156
156
|
enumerable: false,
|
|
157
157
|
configurable: true
|
|
@@ -161,11 +161,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
161
161
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
162
162
|
*/
|
|
163
163
|
get: function () {
|
|
164
|
-
return this.i.
|
|
164
|
+
return this.i.ye;
|
|
165
165
|
},
|
|
166
166
|
set: function (v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
167
|
+
this.i.ye = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
168
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.ye));
|
|
169
169
|
},
|
|
170
170
|
enumerable: false,
|
|
171
171
|
configurable: true
|
|
@@ -175,11 +175,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
175
175
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
176
176
|
*/
|
|
177
177
|
get: function () {
|
|
178
|
-
return this.i.
|
|
178
|
+
return this.i.ym;
|
|
179
179
|
},
|
|
180
180
|
set: function (v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("itemSearchThreshold", this.i.
|
|
181
|
+
this.i.ym = +v;
|
|
182
|
+
this._a("itemSearchThreshold", this.i.ym);
|
|
183
183
|
},
|
|
184
184
|
enumerable: false,
|
|
185
185
|
configurable: true
|
|
@@ -77,7 +77,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
77
77
|
* Gets whether the current series shows a tile imagery.
|
|
78
78
|
*/
|
|
79
79
|
get: function () {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.f4;
|
|
81
81
|
},
|
|
82
82
|
enumerable: false,
|
|
83
83
|
configurable: true
|
|
@@ -87,14 +87,14 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
87
87
|
* The MapImagery which is used to provide the tiles for display.
|
|
88
88
|
*/
|
|
89
89
|
get: function () {
|
|
90
|
-
var r = this.i.
|
|
90
|
+
var r = this.i.ym;
|
|
91
91
|
if (r == null) {
|
|
92
92
|
return null;
|
|
93
93
|
}
|
|
94
94
|
return r.externalObject;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
v == null ? this.i.
|
|
97
|
+
v == null ? this.i.ym = null : this.i.ym = v.i;
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -114,7 +114,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
114
114
|
|
|
115
115
|
*/
|
|
116
116
|
IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
117
|
-
this.i.
|
|
117
|
+
this.i.yq();
|
|
118
118
|
};
|
|
119
119
|
Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
120
120
|
/**
|