igniteui-webcomponents-maps 5.0.3-beta.0 → 5.1.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 +1341 -1341
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +33 -33
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +67 -67
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +144 -144
- package/esm2015/lib/GeographicMarkerSeries.js +23 -23
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +47 -47
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +75 -75
- package/esm2015/lib/XamGeographicMap_combined.js +443 -443
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-component.js +49 -49
- package/esm2015/lib/igc-geographic-map-series-host-component.js +5 -5
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +33 -33
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +67 -67
- package/esm5/lib/GeographicMapSeriesHost_combined.js +142 -142
- package/esm5/lib/GeographicMarkerSeries.js +23 -23
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +47 -47
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +73 -73
- package/esm5/lib/XamGeographicMap_combined.js +437 -437
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-component.js +49 -49
- package/esm5/lib/igc-geographic-map-series-host-component.js +5 -5
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +1355 -1355
- package/fesm5/igniteui-webcomponents-maps.js +1341 -1341
- package/lib/GeographicContourLineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +16 -16
- package/lib/GeographicMarkerSeries.d.ts +11 -11
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +18 -18
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +17 -17
- package/lib/XamGeographicMap_combined.d.ts +103 -103
- package/package.json +3 -3
|
@@ -74,16 +74,16 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
74
74
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
75
75
|
*/
|
|
76
76
|
get valueMemberPath() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.xv;
|
|
78
78
|
}
|
|
79
79
|
set valueMemberPath(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.xv = v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
84
84
|
*/
|
|
85
85
|
get fillScale() {
|
|
86
|
-
const r = this.i.
|
|
86
|
+
const r = this.i.xr;
|
|
87
87
|
if (r == null) {
|
|
88
88
|
return null;
|
|
89
89
|
}
|
|
@@ -99,13 +99,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
99
99
|
set fillScale(v) {
|
|
100
100
|
if (v != null && this._stylingContainer && v._styling)
|
|
101
101
|
v._styling(this._stylingContainer, this, this);
|
|
102
|
-
v == null ? this.i.
|
|
102
|
+
v == null ? this.i.xr = null : this.i.xr = v.i;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
106
106
|
*/
|
|
107
107
|
get actualFillScale() {
|
|
108
|
-
const r = this.i.
|
|
108
|
+
const r = this.i.xq;
|
|
109
109
|
if (r == null) {
|
|
110
110
|
return null;
|
|
111
111
|
}
|
|
@@ -121,13 +121,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
121
121
|
set actualFillScale(v) {
|
|
122
122
|
if (v != null && this._stylingContainer && v._styling)
|
|
123
123
|
v._styling(this._stylingContainer, this, this);
|
|
124
|
-
v == null ? this.i.
|
|
124
|
+
v == null ? this.i.xq = null : this.i.xq = v.i;
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
128
128
|
*/
|
|
129
129
|
get valueResolver() {
|
|
130
|
-
const r = this.i.
|
|
130
|
+
const r = this.i.xn;
|
|
131
131
|
if (r == null) {
|
|
132
132
|
return null;
|
|
133
133
|
}
|
|
@@ -143,7 +143,7 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
143
143
|
set valueResolver(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.xn = null : this.i.xn = v.i;
|
|
147
147
|
}
|
|
148
148
|
findByName(name) {
|
|
149
149
|
var baseResult = super.findByName(name);
|
|
@@ -73,109 +73,109 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
73
73
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
74
74
|
*/
|
|
75
75
|
get latitudeMemberPath() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.xj;
|
|
77
77
|
}
|
|
78
78
|
set latitudeMemberPath(v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.xj = v;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
83
83
|
*/
|
|
84
84
|
get longitudeMemberPath() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.xl;
|
|
86
86
|
}
|
|
87
87
|
set longitudeMemberPath(v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.xl = v;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* Gets or sets the whether to use use brute force mode.
|
|
92
92
|
*/
|
|
93
93
|
get useBruteForce() {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.w8;
|
|
95
95
|
}
|
|
96
96
|
set useBruteForce(v) {
|
|
97
|
-
this.i.
|
|
98
|
-
this._a("useBruteForce", this.i.
|
|
97
|
+
this.i.w8 = ensureBool(v);
|
|
98
|
+
this._a("useBruteForce", this.i.w8);
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
102
102
|
*/
|
|
103
103
|
get progressiveLoad() {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.w7;
|
|
105
105
|
}
|
|
106
106
|
set progressiveLoad(v) {
|
|
107
|
-
this.i.
|
|
108
|
-
this._a("progressiveLoad", this.i.
|
|
107
|
+
this.i.w7 = ensureBool(v);
|
|
108
|
+
this._a("progressiveLoad", this.i.w7);
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
112
112
|
*/
|
|
113
113
|
get mouseOverEnabled() {
|
|
114
|
-
return this.i.
|
|
114
|
+
return this.i.w6;
|
|
115
115
|
}
|
|
116
116
|
set mouseOverEnabled(v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("mouseOverEnabled", this.i.
|
|
117
|
+
this.i.w6 = ensureBool(v);
|
|
118
|
+
this._a("mouseOverEnabled", this.i.w6);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
122
122
|
*/
|
|
123
123
|
get heatMinimum() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.xa;
|
|
125
125
|
}
|
|
126
126
|
set heatMinimum(v) {
|
|
127
|
-
this.i.
|
|
128
|
-
this._a("heatMinimum", this.i.
|
|
127
|
+
this.i.xa = +v;
|
|
128
|
+
this._a("heatMinimum", this.i.xa);
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
131
|
* Gets or sets the value that maps to the maximum heat color.
|
|
132
132
|
*/
|
|
133
133
|
get heatMaximum() {
|
|
134
|
-
return this.i.
|
|
134
|
+
return this.i.w9;
|
|
135
135
|
}
|
|
136
136
|
set heatMaximum(v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("heatMaximum", this.i.
|
|
137
|
+
this.i.w9 = +v;
|
|
138
|
+
this._a("heatMaximum", this.i.w9);
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
141
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
142
142
|
*/
|
|
143
143
|
get heatMinimumColor() {
|
|
144
|
-
return colorToString(this.i.
|
|
144
|
+
return colorToString(this.i.x4);
|
|
145
145
|
}
|
|
146
146
|
set heatMinimumColor(v) {
|
|
147
|
-
this.i.
|
|
148
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
147
|
+
this.i.x4 = stringToColor(v);
|
|
148
|
+
this._a("heatMinimumColor", colorToString(this.i.x4));
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
151
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
152
152
|
*/
|
|
153
153
|
get heatMaximumColor() {
|
|
154
|
-
return colorToString(this.i.
|
|
154
|
+
return colorToString(this.i.x3);
|
|
155
155
|
}
|
|
156
156
|
set heatMaximumColor(v) {
|
|
157
|
-
this.i.
|
|
158
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
157
|
+
this.i.x3 = stringToColor(v);
|
|
158
|
+
this._a("heatMaximumColor", colorToString(this.i.x3));
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
161
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
162
162
|
*/
|
|
163
163
|
get pointExtent() {
|
|
164
|
-
return this.i.
|
|
164
|
+
return this.i.xd;
|
|
165
165
|
}
|
|
166
166
|
set pointExtent(v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("pointExtent", this.i.
|
|
167
|
+
this.i.xd = +v;
|
|
168
|
+
this._a("pointExtent", this.i.xd);
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
171
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
172
172
|
*/
|
|
173
173
|
get progressiveStatus() {
|
|
174
|
-
return this.i.
|
|
174
|
+
return this.i.xe;
|
|
175
175
|
}
|
|
176
176
|
set progressiveStatus(v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("progressiveStatus", this.i.
|
|
177
|
+
this.i.xe = +v;
|
|
178
|
+
this._a("progressiveStatus", this.i.xe);
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
181
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -333,88 +333,88 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
333
333
|
* Gets or sets zoomability of the current control
|
|
334
334
|
*/
|
|
335
335
|
get zoomable() {
|
|
336
|
-
return this.i.
|
|
336
|
+
return this.i.w5;
|
|
337
337
|
}
|
|
338
338
|
set zoomable(v) {
|
|
339
|
-
this.i.
|
|
340
|
-
this._a("zoomable", this.i.
|
|
339
|
+
this.i.w5 = ensureBool(v);
|
|
340
|
+
this._a("zoomable", this.i.w5);
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
343
|
* Gets or sets the behavior to use during resize.
|
|
344
344
|
*/
|
|
345
345
|
get resizeBehavior() {
|
|
346
|
-
return this.i.
|
|
346
|
+
return this.i.wy;
|
|
347
347
|
}
|
|
348
348
|
set resizeBehavior(v) {
|
|
349
|
-
this.i.
|
|
350
|
-
this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.
|
|
349
|
+
this.i.wy = ensureEnum(MapResizeBehavior_$type, v);
|
|
350
|
+
this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.wy));
|
|
351
351
|
}
|
|
352
352
|
/**
|
|
353
353
|
* Gets or sets if the map should horizontally wrap.
|
|
354
354
|
*/
|
|
355
355
|
get isHorizontalWrappingEnabled() {
|
|
356
|
-
return this.i.
|
|
356
|
+
return this.i.w2;
|
|
357
357
|
}
|
|
358
358
|
set isHorizontalWrappingEnabled(v) {
|
|
359
|
-
this.i.
|
|
360
|
-
this._a("isHorizontalWrappingEnabled", this.i.
|
|
359
|
+
this.i.w2 = ensureBool(v);
|
|
360
|
+
this._a("isHorizontalWrappingEnabled", this.i.w2);
|
|
361
361
|
}
|
|
362
362
|
/**
|
|
363
363
|
* Gets or sets if the map should horizontally wrap.
|
|
364
364
|
*/
|
|
365
365
|
get backgroundTilingMode() {
|
|
366
|
-
return this.i.
|
|
366
|
+
return this.i.wu;
|
|
367
367
|
}
|
|
368
368
|
set backgroundTilingMode(v) {
|
|
369
|
-
this.i.
|
|
370
|
-
this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.
|
|
369
|
+
this.i.wu = ensureEnum(MapBackgroundTilingMode_$type, v);
|
|
370
|
+
this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.wu));
|
|
371
371
|
}
|
|
372
372
|
/**
|
|
373
373
|
* Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
|
|
374
374
|
*/
|
|
375
375
|
get useWorldRectForZoomBounds() {
|
|
376
|
-
return this.i.
|
|
376
|
+
return this.i.w4;
|
|
377
377
|
}
|
|
378
378
|
set useWorldRectForZoomBounds(v) {
|
|
379
|
-
this.i.
|
|
380
|
-
this._a("useWorldRectForZoomBounds", this.i.
|
|
379
|
+
this.i.w4 = ensureBool(v);
|
|
380
|
+
this._a("useWorldRectForZoomBounds", this.i.w4);
|
|
381
381
|
}
|
|
382
382
|
/**
|
|
383
383
|
* Gets or sets whether skip resetting the zoom when the world rect changes.
|
|
384
384
|
*/
|
|
385
385
|
get suppressZoomResetOnWorldRectChange() {
|
|
386
|
-
return this.i.
|
|
386
|
+
return this.i.w3;
|
|
387
387
|
}
|
|
388
388
|
set suppressZoomResetOnWorldRectChange(v) {
|
|
389
|
-
this.i.
|
|
390
|
-
this._a("suppressZoomResetOnWorldRectChange", this.i.
|
|
389
|
+
this.i.w3 = ensureBool(v);
|
|
390
|
+
this._a("suppressZoomResetOnWorldRectChange", this.i.w3);
|
|
391
391
|
}
|
|
392
392
|
/**
|
|
393
393
|
* Gets or sets the world bounding rectangle.
|
|
394
394
|
*/
|
|
395
395
|
get worldRect() {
|
|
396
|
-
return fromRect(this.i.
|
|
396
|
+
return fromRect(this.i.y0);
|
|
397
397
|
}
|
|
398
398
|
set worldRect(v) {
|
|
399
|
-
this.i.
|
|
400
|
-
this._a("worldRect", rectToString(this.i.
|
|
399
|
+
this.i.y0 = toRect(v);
|
|
400
|
+
this._a("worldRect", rectToString(this.i.y0));
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
403
|
* Gets the actual value of the WorldRect.
|
|
404
404
|
*/
|
|
405
405
|
get actualWorldRect() {
|
|
406
|
-
return fromRect(this.i.
|
|
406
|
+
return fromRect(this.i.yo);
|
|
407
407
|
}
|
|
408
408
|
set actualWorldRect(v) {
|
|
409
|
-
this.i.
|
|
410
|
-
this._a("actualWorldRect", rectToString(this.i.
|
|
409
|
+
this.i.yo = toRect(v);
|
|
410
|
+
this._a("actualWorldRect", rectToString(this.i.yo));
|
|
411
411
|
}
|
|
412
412
|
/**
|
|
413
413
|
* The X-axis for this IgxGeographicMap.Component
|
|
414
414
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
415
415
|
*/
|
|
416
416
|
get xAxis() {
|
|
417
|
-
const r = this.i.
|
|
417
|
+
const r = this.i.wn;
|
|
418
418
|
if (r == null) {
|
|
419
419
|
return null;
|
|
420
420
|
}
|
|
@@ -430,14 +430,14 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
430
430
|
set xAxis(v) {
|
|
431
431
|
if (v != null && this._stylingContainer && v._styling)
|
|
432
432
|
v._styling(this._stylingContainer, this, this);
|
|
433
|
-
v == null ? this.i.
|
|
433
|
+
v == null ? this.i.wn = null : this.i.wn = v.i;
|
|
434
434
|
}
|
|
435
435
|
/**
|
|
436
436
|
* The Y-axis for this IgxGeographicMap.Component
|
|
437
437
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
438
438
|
*/
|
|
439
439
|
get yAxis() {
|
|
440
|
-
const r = this.i.
|
|
440
|
+
const r = this.i.wp;
|
|
441
441
|
if (r == null) {
|
|
442
442
|
return null;
|
|
443
443
|
}
|
|
@@ -453,7 +453,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
453
453
|
set yAxis(v) {
|
|
454
454
|
if (v != null && this._stylingContainer && v._styling)
|
|
455
455
|
v._styling(this._stylingContainer, this, this);
|
|
456
|
-
v == null ? this.i.
|
|
456
|
+
v == null ? this.i.wp = null : this.i.wp = v.i;
|
|
457
457
|
}
|
|
458
458
|
/**
|
|
459
459
|
* Indicates if this SeriesViewer is a map.
|
|
@@ -466,28 +466,28 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
466
466
|
* This property is effectively a shortcut to the Width/Height of the WindowRect property.
|
|
467
467
|
*/
|
|
468
468
|
get windowScale() {
|
|
469
|
-
return this.i.
|
|
469
|
+
return this.i.xa;
|
|
470
470
|
}
|
|
471
471
|
set windowScale(v) {
|
|
472
|
-
this.i.
|
|
473
|
-
this._a("windowScale", this.i.
|
|
472
|
+
this.i.xa = +v;
|
|
473
|
+
this._a("windowScale", this.i.xa);
|
|
474
474
|
}
|
|
475
475
|
/**
|
|
476
476
|
* A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
|
|
477
477
|
* This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
|
|
478
478
|
*/
|
|
479
479
|
get actualWindowScale() {
|
|
480
|
-
return this.i.
|
|
480
|
+
return this.i.w9;
|
|
481
481
|
}
|
|
482
482
|
set actualWindowScale(v) {
|
|
483
|
-
this.i.
|
|
484
|
-
this._a("actualWindowScale", this.i.
|
|
483
|
+
this.i.w9 = +v;
|
|
484
|
+
this._a("actualWindowScale", this.i.w9);
|
|
485
485
|
}
|
|
486
486
|
/**
|
|
487
487
|
* Gets whether or not the control is ready for zooming
|
|
488
488
|
*/
|
|
489
489
|
get zoomIsReady() {
|
|
490
|
-
return this.i.
|
|
490
|
+
return this.i.w6;
|
|
491
491
|
}
|
|
492
492
|
findByName(name) {
|
|
493
493
|
var baseResult = super.findByName(name);
|
|
@@ -515,7 +515,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
515
515
|
|
|
516
516
|
*/
|
|
517
517
|
getCurrentActualWorldRect() {
|
|
518
|
-
let iv = this.i.
|
|
518
|
+
let iv = this.i.ys();
|
|
519
519
|
return fromRect(iv);
|
|
520
520
|
}
|
|
521
521
|
/**
|
|
@@ -532,14 +532,14 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
532
532
|
|
|
533
533
|
*/
|
|
534
534
|
updateZoomWindow(zoomWindow) {
|
|
535
|
-
this.i.
|
|
535
|
+
this.i.x4(toRect(zoomWindow));
|
|
536
536
|
}
|
|
537
537
|
/**
|
|
538
538
|
* Updates world rect in geographic coordinates
|
|
539
539
|
|
|
540
540
|
*/
|
|
541
541
|
updateWorldRect(worldRect) {
|
|
542
|
-
this.i.
|
|
542
|
+
this.i.x3(toRect(worldRect));
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
545
545
|
* Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
|
|
@@ -551,7 +551,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
551
551
|
return fromRect(iv);
|
|
552
552
|
}
|
|
553
553
|
convertGeographicToZoom(geographic, extraPixelPadding) {
|
|
554
|
-
let iv = this.i.
|
|
554
|
+
let iv = this.i.yp(toRect(geographic), extraPixelPadding);
|
|
555
555
|
return fromRect(iv);
|
|
556
556
|
}
|
|
557
557
|
getZoomFromGeographicPoints(northWest, southEast) {
|
|
@@ -564,7 +564,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
564
564
|
* @param windowRect * The zoom area.
|
|
565
565
|
*/
|
|
566
566
|
getGeographicFromZoom(windowRect) {
|
|
567
|
-
let iv = this.i.
|
|
567
|
+
let iv = this.i.yu(toRect(windowRect));
|
|
568
568
|
return fromRect(iv);
|
|
569
569
|
}
|
|
570
570
|
/**
|
|
@@ -573,7 +573,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
573
573
|
* @param pixelCoordinate * A pixel-based coordinate
|
|
574
574
|
*/
|
|
575
575
|
getGeographicPoint(pixelCoordinate) {
|
|
576
|
-
let iv = this.i.
|
|
576
|
+
let iv = this.i.yg(toPoint(pixelCoordinate));
|
|
577
577
|
return fromPoint(iv);
|
|
578
578
|
}
|
|
579
579
|
/**
|
|
@@ -582,7 +582,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
582
582
|
* @param geographicCoordinate * A geographic coordinate
|
|
583
583
|
*/
|
|
584
584
|
getPixelPoint(geographicCoordinate) {
|
|
585
|
-
let iv = this.i.
|
|
585
|
+
let iv = this.i.yh(toPoint(geographicCoordinate));
|
|
586
586
|
return fromPoint(iv);
|
|
587
587
|
}
|
|
588
588
|
/**
|
|
@@ -591,7 +591,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
591
591
|
* @param geographicCoordinate * A geographic coordinate
|
|
592
592
|
*/
|
|
593
593
|
getWindowPoint(geographicCoordinate) {
|
|
594
|
-
let iv = this.i.
|
|
594
|
+
let iv = this.i.yi(toPoint(geographicCoordinate));
|
|
595
595
|
return fromPoint(iv);
|
|
596
596
|
}
|
|
597
597
|
/**
|
|
@@ -599,21 +599,21 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
599
599
|
|
|
600
600
|
*/
|
|
601
601
|
clearTileCache() {
|
|
602
|
-
this.i.
|
|
602
|
+
this.i.xr();
|
|
603
603
|
}
|
|
604
604
|
/**
|
|
605
605
|
* Notifies the chart that the CSS styles in effect have been updated.
|
|
606
606
|
|
|
607
607
|
*/
|
|
608
608
|
styleUpdated() {
|
|
609
|
-
this.i.
|
|
609
|
+
this.i.xz();
|
|
610
610
|
}
|
|
611
611
|
/**
|
|
612
612
|
* Gets actual window scale for horizontal dimension of the control
|
|
613
613
|
|
|
614
614
|
*/
|
|
615
615
|
getActualWindowScaleHorizontal() {
|
|
616
|
-
let iv = this.i.
|
|
616
|
+
let iv = this.i.hq();
|
|
617
617
|
return (iv);
|
|
618
618
|
}
|
|
619
619
|
/**
|
|
@@ -621,7 +621,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
621
621
|
|
|
622
622
|
*/
|
|
623
623
|
getActualWindowScaleVertical() {
|
|
624
|
-
let iv = this.i.
|
|
624
|
+
let iv = this.i.hr();
|
|
625
625
|
return (iv);
|
|
626
626
|
}
|
|
627
627
|
/**
|
|
@@ -636,7 +636,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
636
636
|
|
|
637
637
|
*/
|
|
638
638
|
exportVisualData() {
|
|
639
|
-
let iv = this.i.
|
|
639
|
+
let iv = this.i.xd();
|
|
640
640
|
return (iv);
|
|
641
641
|
}
|
|
642
642
|
/**
|
|
@@ -645,7 +645,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
645
645
|
* @param geographic * The geographic region to zoom to.
|
|
646
646
|
*/
|
|
647
647
|
zoomToGeographic(geographic) {
|
|
648
|
-
this.i.
|
|
648
|
+
this.i.x6(toRect(geographic));
|
|
649
649
|
}
|
|
650
650
|
/**
|
|
651
651
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -64,11 +64,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
64
64
|
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
65
65
|
*/
|
|
66
66
|
get visibleFromScale() {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.wy;
|
|
68
68
|
}
|
|
69
69
|
set visibleFromScale(v) {
|
|
70
|
-
this.i.
|
|
71
|
-
this._a("visibleFromScale", this.i.
|
|
70
|
+
this.i.wy = +v;
|
|
71
|
+
this._a("visibleFromScale", this.i.wy);
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -86,7 +86,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
86
86
|
|
|
87
87
|
*/
|
|
88
88
|
notifyIndexedPropertiesChanged() {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.qd();
|
|
90
90
|
}
|
|
91
91
|
getItemValue(item, memberPathName) {
|
|
92
92
|
let iv = this.i.kp(item, memberPathName);
|
|
@@ -182,7 +182,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
182
182
|
* @param animate * True if the change should be animated.
|
|
183
183
|
*/
|
|
184
184
|
renderSeries(animate) {
|
|
185
|
-
this.i.
|
|
185
|
+
this.i.ro(animate);
|
|
186
186
|
}
|
|
187
187
|
/**
|
|
188
188
|
* Called when this series' Style is updated.
|
|
@@ -55,70 +55,70 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
55
55
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
56
56
|
*/
|
|
57
57
|
get markerType() {
|
|
58
|
-
return this.i.
|
|
58
|
+
return this.i.w6;
|
|
59
59
|
}
|
|
60
60
|
set markerType(v) {
|
|
61
|
-
this.i.
|
|
62
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
61
|
+
this.i.w6 = ensureEnum(MarkerType_$type, v);
|
|
62
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.w6));
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets or sets thickness of the marker outline
|
|
66
66
|
*/
|
|
67
67
|
get markerThickness() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.w7;
|
|
69
69
|
}
|
|
70
70
|
set markerThickness(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("markerThickness", this.i.
|
|
71
|
+
this.i.w7 = +v;
|
|
72
|
+
this._a("markerThickness", this.i.w7);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
76
76
|
*/
|
|
77
77
|
get markerOutlineMode() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.w5;
|
|
79
79
|
}
|
|
80
80
|
set markerOutlineMode(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
81
|
+
this.i.w5 = ensureEnum(MarkerOutlineMode_$type, v);
|
|
82
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.w5));
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
86
86
|
*/
|
|
87
87
|
get markerFillMode() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.w4;
|
|
89
89
|
}
|
|
90
90
|
set markerFillMode(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
91
|
+
this.i.w4 = ensureEnum(MarkerFillMode_$type, v);
|
|
92
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.w4));
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
96
96
|
*/
|
|
97
97
|
get markerTemplate() {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.xm;
|
|
99
99
|
}
|
|
100
100
|
set markerTemplate(v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.xm = v;
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
104
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
105
105
|
*/
|
|
106
106
|
get markerBrush() {
|
|
107
|
-
return brushToString(this.i.
|
|
107
|
+
return brushToString(this.i.x0);
|
|
108
108
|
}
|
|
109
109
|
set markerBrush(v) {
|
|
110
|
-
this.i.
|
|
111
|
-
this._a("markerBrush", brushToString(this.i.
|
|
110
|
+
this.i.x0 = stringToBrush(v);
|
|
111
|
+
this._a("markerBrush", brushToString(this.i.x0));
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
115
115
|
*/
|
|
116
116
|
get markerOutline() {
|
|
117
|
-
return brushToString(this.i.
|
|
117
|
+
return brushToString(this.i.x1);
|
|
118
118
|
}
|
|
119
119
|
set markerOutline(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("markerOutline", brushToString(this.i.
|
|
120
|
+
this.i.x1 = stringToBrush(v);
|
|
121
|
+
this._a("markerOutline", brushToString(this.i.x1));
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -126,40 +126,40 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
126
126
|
* choose a representative set.
|
|
127
127
|
*/
|
|
128
128
|
get maximumMarkers() {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.w8;
|
|
130
130
|
}
|
|
131
131
|
set maximumMarkers(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("maximumMarkers", this.i.
|
|
132
|
+
this.i.w8 = +v;
|
|
133
|
+
this._a("maximumMarkers", this.i.w8);
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* Gets the effective marker template for the current series object.
|
|
137
137
|
*/
|
|
138
138
|
get actualMarkerTemplate() {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.xl;
|
|
140
140
|
}
|
|
141
141
|
set actualMarkerTemplate(v) {
|
|
142
|
-
this.i.
|
|
142
|
+
this.i.xl = v;
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
145
|
* Gets the effective marker brush for the current series object.
|
|
146
146
|
*/
|
|
147
147
|
get actualMarkerBrush() {
|
|
148
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.xy);
|
|
149
149
|
}
|
|
150
150
|
set actualMarkerBrush(v) {
|
|
151
|
-
this.i.
|
|
152
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
151
|
+
this.i.xy = stringToBrush(v);
|
|
152
|
+
this._a("actualMarkerBrush", brushToString(this.i.xy));
|
|
153
153
|
}
|
|
154
154
|
/**
|
|
155
155
|
* Gets the effective marker outline for the current series object.
|
|
156
156
|
*/
|
|
157
157
|
get actualMarkerOutline() {
|
|
158
|
-
return brushToString(this.i.
|
|
158
|
+
return brushToString(this.i.xz);
|
|
159
159
|
}
|
|
160
160
|
set actualMarkerOutline(v) {
|
|
161
|
-
this.i.
|
|
162
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
161
|
+
this.i.xz = stringToBrush(v);
|
|
162
|
+
this._a("actualMarkerOutline", brushToString(this.i.xz));
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|