igniteui-webcomponents-maps 4.8.0 → 4.8.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.
- package/bundles/igniteui-webcomponents-maps.umd.js +1532 -1513
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +194 -184
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +466 -466
- 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 +31 -22
- 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 +22 -22
- 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 +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +192 -182
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +459 -459
- 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 +31 -22
- 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 +22 -22
- 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 +1546 -1527
- package/fesm5/igniteui-webcomponents-maps.js +1532 -1513
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -48
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igc-geographic-map-series-host-component.d.ts +6 -0
- package/package.json +3 -3
|
@@ -79,7 +79,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
79
79
|
* Gets whether the current series shows a line contour shape.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.e4;
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -89,10 +89,10 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
89
89
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.we;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.we = v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: false,
|
|
98
98
|
configurable: true
|
|
@@ -102,7 +102,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
102
102
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
|
-
var r = this.i.
|
|
105
|
+
var r = this.i.wa;
|
|
106
106
|
if (r == null) {
|
|
107
107
|
return null;
|
|
108
108
|
}
|
|
@@ -118,7 +118,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
118
118
|
set: function (v) {
|
|
119
119
|
if (v != null && this._stylingContainer && v._styling)
|
|
120
120
|
v._styling(this._stylingContainer, this, this);
|
|
121
|
-
v == null ? this.i.
|
|
121
|
+
v == null ? this.i.wa = null : this.i.wa = v.i;
|
|
122
122
|
},
|
|
123
123
|
enumerable: false,
|
|
124
124
|
configurable: true
|
|
@@ -128,7 +128,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
128
128
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
129
129
|
*/
|
|
130
130
|
get: function () {
|
|
131
|
-
var r = this.i.
|
|
131
|
+
var r = this.i.v9;
|
|
132
132
|
if (r == null) {
|
|
133
133
|
return null;
|
|
134
134
|
}
|
|
@@ -144,7 +144,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
144
144
|
set: function (v) {
|
|
145
145
|
if (v != null && this._stylingContainer && v._styling)
|
|
146
146
|
v._styling(this._stylingContainer, this, this);
|
|
147
|
-
v == null ? this.i.
|
|
147
|
+
v == null ? this.i.v9 = null : this.i.v9 = v.i;
|
|
148
148
|
},
|
|
149
149
|
enumerable: false,
|
|
150
150
|
configurable: true
|
|
@@ -154,7 +154,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
154
154
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
155
155
|
*/
|
|
156
156
|
get: function () {
|
|
157
|
-
var r = this.i.
|
|
157
|
+
var r = this.i.v6;
|
|
158
158
|
if (r == null) {
|
|
159
159
|
return null;
|
|
160
160
|
}
|
|
@@ -170,7 +170,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
170
170
|
set: function (v) {
|
|
171
171
|
if (v != null && this._stylingContainer && v._styling)
|
|
172
172
|
v._styling(this._stylingContainer, this, this);
|
|
173
|
-
v == null ? this.i.
|
|
173
|
+
v == null ? this.i.v6 = null : this.i.v6 = v.i;
|
|
174
174
|
},
|
|
175
175
|
enumerable: false,
|
|
176
176
|
configurable: true
|
|
@@ -78,7 +78,7 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
78
78
|
* Gets whether the current series shows pixels.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.e9;
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
@@ -88,10 +88,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
88
88
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.v2;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.v2 = v;
|
|
95
95
|
},
|
|
96
96
|
enumerable: false,
|
|
97
97
|
configurable: true
|
|
@@ -101,10 +101,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
101
101
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
102
102
|
*/
|
|
103
103
|
get: function () {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.v4;
|
|
105
105
|
},
|
|
106
106
|
set: function (v) {
|
|
107
|
-
this.i.
|
|
107
|
+
this.i.v4 = v;
|
|
108
108
|
},
|
|
109
109
|
enumerable: false,
|
|
110
110
|
configurable: true
|
|
@@ -114,11 +114,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
114
114
|
* Gets or sets the whether to use use brute force mode.
|
|
115
115
|
*/
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.vr;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("useBruteForce", this.i.
|
|
120
|
+
this.i.vr = ensureBool(v);
|
|
121
|
+
this._a("useBruteForce", this.i.vr);
|
|
122
122
|
},
|
|
123
123
|
enumerable: false,
|
|
124
124
|
configurable: true
|
|
@@ -128,11 +128,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
128
128
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
129
129
|
*/
|
|
130
130
|
get: function () {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.vq;
|
|
132
132
|
},
|
|
133
133
|
set: function (v) {
|
|
134
|
-
this.i.
|
|
135
|
-
this._a("progressiveLoad", this.i.
|
|
134
|
+
this.i.vq = ensureBool(v);
|
|
135
|
+
this._a("progressiveLoad", this.i.vq);
|
|
136
136
|
},
|
|
137
137
|
enumerable: false,
|
|
138
138
|
configurable: true
|
|
@@ -142,11 +142,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
142
142
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
143
143
|
*/
|
|
144
144
|
get: function () {
|
|
145
|
-
return this.i.
|
|
145
|
+
return this.i.vp;
|
|
146
146
|
},
|
|
147
147
|
set: function (v) {
|
|
148
|
-
this.i.
|
|
149
|
-
this._a("mouseOverEnabled", this.i.
|
|
148
|
+
this.i.vp = ensureBool(v);
|
|
149
|
+
this._a("mouseOverEnabled", this.i.vp);
|
|
150
150
|
},
|
|
151
151
|
enumerable: false,
|
|
152
152
|
configurable: true
|
|
@@ -156,11 +156,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
156
156
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
157
157
|
*/
|
|
158
158
|
get: function () {
|
|
159
|
-
return this.i.
|
|
159
|
+
return this.i.vt;
|
|
160
160
|
},
|
|
161
161
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("heatMinimum", this.i.
|
|
162
|
+
this.i.vt = +v;
|
|
163
|
+
this._a("heatMinimum", this.i.vt);
|
|
164
164
|
},
|
|
165
165
|
enumerable: false,
|
|
166
166
|
configurable: true
|
|
@@ -170,11 +170,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
170
170
|
* Gets or sets the value that maps to the maximum heat color.
|
|
171
171
|
*/
|
|
172
172
|
get: function () {
|
|
173
|
-
return this.i.
|
|
173
|
+
return this.i.vs;
|
|
174
174
|
},
|
|
175
175
|
set: function (v) {
|
|
176
|
-
this.i.
|
|
177
|
-
this._a("heatMaximum", this.i.
|
|
176
|
+
this.i.vs = +v;
|
|
177
|
+
this._a("heatMaximum", this.i.vs);
|
|
178
178
|
},
|
|
179
179
|
enumerable: false,
|
|
180
180
|
configurable: true
|
|
@@ -184,11 +184,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
184
184
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
185
185
|
*/
|
|
186
186
|
get: function () {
|
|
187
|
-
return colorToString(this.i.
|
|
187
|
+
return colorToString(this.i.wn);
|
|
188
188
|
},
|
|
189
189
|
set: function (v) {
|
|
190
|
-
this.i.
|
|
191
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
190
|
+
this.i.wn = stringToColor(v);
|
|
191
|
+
this._a("heatMinimumColor", colorToString(this.i.wn));
|
|
192
192
|
},
|
|
193
193
|
enumerable: false,
|
|
194
194
|
configurable: true
|
|
@@ -198,11 +198,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
198
198
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
199
199
|
*/
|
|
200
200
|
get: function () {
|
|
201
|
-
return colorToString(this.i.
|
|
201
|
+
return colorToString(this.i.wm);
|
|
202
202
|
},
|
|
203
203
|
set: function (v) {
|
|
204
|
-
this.i.
|
|
205
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
204
|
+
this.i.wm = stringToColor(v);
|
|
205
|
+
this._a("heatMaximumColor", colorToString(this.i.wm));
|
|
206
206
|
},
|
|
207
207
|
enumerable: false,
|
|
208
208
|
configurable: true
|
|
@@ -212,11 +212,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
212
212
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
213
213
|
*/
|
|
214
214
|
get: function () {
|
|
215
|
-
return this.i.
|
|
215
|
+
return this.i.vw;
|
|
216
216
|
},
|
|
217
217
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("pointExtent", this.i.
|
|
218
|
+
this.i.vw = +v;
|
|
219
|
+
this._a("pointExtent", this.i.vw);
|
|
220
220
|
},
|
|
221
221
|
enumerable: false,
|
|
222
222
|
configurable: true
|
|
@@ -226,11 +226,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
226
226
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
227
227
|
*/
|
|
228
228
|
get: function () {
|
|
229
|
-
return this.i.
|
|
229
|
+
return this.i.vx;
|
|
230
230
|
},
|
|
231
231
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("progressiveStatus", this.i.
|
|
232
|
+
this.i.vx = +v;
|
|
233
|
+
this._a("progressiveStatus", this.i.vx);
|
|
234
234
|
},
|
|
235
235
|
enumerable: false,
|
|
236
236
|
configurable: true
|
|
@@ -388,11 +388,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
388
388
|
* Gets or sets zoomability of the current control
|
|
389
389
|
*/
|
|
390
390
|
get: function () {
|
|
391
|
-
return this.i.
|
|
391
|
+
return this.i.wm;
|
|
392
392
|
},
|
|
393
393
|
set: function (v) {
|
|
394
|
-
this.i.
|
|
395
|
-
this._a("zoomable", this.i.
|
|
394
|
+
this.i.wm = ensureBool(v);
|
|
395
|
+
this._a("zoomable", this.i.wm);
|
|
396
396
|
},
|
|
397
397
|
enumerable: false,
|
|
398
398
|
configurable: true
|
|
@@ -402,11 +402,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
402
|
* Gets or sets the behavior to use during resize.
|
|
403
403
|
*/
|
|
404
404
|
get: function () {
|
|
405
|
-
return this.i.
|
|
405
|
+
return this.i.wf;
|
|
406
406
|
},
|
|
407
407
|
set: function (v) {
|
|
408
|
-
this.i.
|
|
409
|
-
this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.
|
|
408
|
+
this.i.wf = ensureEnum(MapResizeBehavior_$type, v);
|
|
409
|
+
this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.wf));
|
|
410
410
|
},
|
|
411
411
|
enumerable: false,
|
|
412
412
|
configurable: true
|
|
@@ -416,11 +416,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
416
416
|
* Gets or sets if the map should horizontally wrap.
|
|
417
417
|
*/
|
|
418
418
|
get: function () {
|
|
419
|
-
return this.i.
|
|
419
|
+
return this.i.wj;
|
|
420
420
|
},
|
|
421
421
|
set: function (v) {
|
|
422
|
-
this.i.
|
|
423
|
-
this._a("isHorizontalWrappingEnabled", this.i.
|
|
422
|
+
this.i.wj = ensureBool(v);
|
|
423
|
+
this._a("isHorizontalWrappingEnabled", this.i.wj);
|
|
424
424
|
},
|
|
425
425
|
enumerable: false,
|
|
426
426
|
configurable: true
|
|
@@ -430,11 +430,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
430
430
|
* Gets or sets if the map should horizontally wrap.
|
|
431
431
|
*/
|
|
432
432
|
get: function () {
|
|
433
|
-
return this.i.
|
|
433
|
+
return this.i.wb;
|
|
434
434
|
},
|
|
435
435
|
set: function (v) {
|
|
436
|
-
this.i.
|
|
437
|
-
this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.
|
|
436
|
+
this.i.wb = ensureEnum(MapBackgroundTilingMode_$type, v);
|
|
437
|
+
this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.wb));
|
|
438
438
|
},
|
|
439
439
|
enumerable: false,
|
|
440
440
|
configurable: true
|
|
@@ -444,11 +444,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
444
444
|
* Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
|
|
445
445
|
*/
|
|
446
446
|
get: function () {
|
|
447
|
-
return this.i.
|
|
447
|
+
return this.i.wl;
|
|
448
448
|
},
|
|
449
449
|
set: function (v) {
|
|
450
|
-
this.i.
|
|
451
|
-
this._a("useWorldRectForZoomBounds", this.i.
|
|
450
|
+
this.i.wl = ensureBool(v);
|
|
451
|
+
this._a("useWorldRectForZoomBounds", this.i.wl);
|
|
452
452
|
},
|
|
453
453
|
enumerable: false,
|
|
454
454
|
configurable: true
|
|
@@ -458,11 +458,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
458
458
|
* Gets or sets whether skip resetting the zoom when the world rect changes.
|
|
459
459
|
*/
|
|
460
460
|
get: function () {
|
|
461
|
-
return this.i.
|
|
461
|
+
return this.i.wk;
|
|
462
462
|
},
|
|
463
463
|
set: function (v) {
|
|
464
|
-
this.i.
|
|
465
|
-
this._a("suppressZoomResetOnWorldRectChange", this.i.
|
|
464
|
+
this.i.wk = ensureBool(v);
|
|
465
|
+
this._a("suppressZoomResetOnWorldRectChange", this.i.wk);
|
|
466
466
|
},
|
|
467
467
|
enumerable: false,
|
|
468
468
|
configurable: true
|
|
@@ -472,11 +472,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
472
472
|
* Gets or sets the world bounding rectangle.
|
|
473
473
|
*/
|
|
474
474
|
get: function () {
|
|
475
|
-
return fromRect(this.i.
|
|
475
|
+
return fromRect(this.i.yh);
|
|
476
476
|
},
|
|
477
477
|
set: function (v) {
|
|
478
|
-
this.i.
|
|
479
|
-
this._a("worldRect", rectToString(this.i.
|
|
478
|
+
this.i.yh = toRect(v);
|
|
479
|
+
this._a("worldRect", rectToString(this.i.yh));
|
|
480
480
|
},
|
|
481
481
|
enumerable: false,
|
|
482
482
|
configurable: true
|
|
@@ -486,11 +486,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
486
486
|
* Gets the actual value of the WorldRect.
|
|
487
487
|
*/
|
|
488
488
|
get: function () {
|
|
489
|
-
return fromRect(this.i.
|
|
489
|
+
return fromRect(this.i.x5);
|
|
490
490
|
},
|
|
491
491
|
set: function (v) {
|
|
492
|
-
this.i.
|
|
493
|
-
this._a("actualWorldRect", rectToString(this.i.
|
|
492
|
+
this.i.x5 = toRect(v);
|
|
493
|
+
this._a("actualWorldRect", rectToString(this.i.x5));
|
|
494
494
|
},
|
|
495
495
|
enumerable: false,
|
|
496
496
|
configurable: true
|
|
@@ -501,7 +501,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
501
501
|
* 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.
|
|
502
502
|
*/
|
|
503
503
|
get: function () {
|
|
504
|
-
var r = this.i.
|
|
504
|
+
var r = this.i.v4;
|
|
505
505
|
if (r == null) {
|
|
506
506
|
return null;
|
|
507
507
|
}
|
|
@@ -517,7 +517,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
517
517
|
set: function (v) {
|
|
518
518
|
if (v != null && this._stylingContainer && v._styling)
|
|
519
519
|
v._styling(this._stylingContainer, this, this);
|
|
520
|
-
v == null ? this.i.
|
|
520
|
+
v == null ? this.i.v4 = null : this.i.v4 = v.i;
|
|
521
521
|
},
|
|
522
522
|
enumerable: false,
|
|
523
523
|
configurable: true
|
|
@@ -528,7 +528,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
528
528
|
* 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.
|
|
529
529
|
*/
|
|
530
530
|
get: function () {
|
|
531
|
-
var r = this.i.
|
|
531
|
+
var r = this.i.v6;
|
|
532
532
|
if (r == null) {
|
|
533
533
|
return null;
|
|
534
534
|
}
|
|
@@ -544,7 +544,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
544
544
|
set: function (v) {
|
|
545
545
|
if (v != null && this._stylingContainer && v._styling)
|
|
546
546
|
v._styling(this._stylingContainer, this, this);
|
|
547
|
-
v == null ? this.i.
|
|
547
|
+
v == null ? this.i.v6 = null : this.i.v6 = v.i;
|
|
548
548
|
},
|
|
549
549
|
enumerable: false,
|
|
550
550
|
configurable: true
|
|
@@ -554,7 +554,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
554
554
|
* Indicates if this SeriesViewer is a map.
|
|
555
555
|
*/
|
|
556
556
|
get: function () {
|
|
557
|
-
return this.i.
|
|
557
|
+
return this.i.e7;
|
|
558
558
|
},
|
|
559
559
|
enumerable: false,
|
|
560
560
|
configurable: true
|
|
@@ -565,11 +565,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
565
565
|
* This property is effectively a shortcut to the Width/Height of the WindowRect property.
|
|
566
566
|
*/
|
|
567
567
|
get: function () {
|
|
568
|
-
return this.i.
|
|
568
|
+
return this.i.wr;
|
|
569
569
|
},
|
|
570
570
|
set: function (v) {
|
|
571
|
-
this.i.
|
|
572
|
-
this._a("windowScale", this.i.
|
|
571
|
+
this.i.wr = +v;
|
|
572
|
+
this._a("windowScale", this.i.wr);
|
|
573
573
|
},
|
|
574
574
|
enumerable: false,
|
|
575
575
|
configurable: true
|
|
@@ -580,11 +580,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
580
580
|
* This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
|
|
581
581
|
*/
|
|
582
582
|
get: function () {
|
|
583
|
-
return this.i.
|
|
583
|
+
return this.i.wq;
|
|
584
584
|
},
|
|
585
585
|
set: function (v) {
|
|
586
|
-
this.i.
|
|
587
|
-
this._a("actualWindowScale", this.i.
|
|
586
|
+
this.i.wq = +v;
|
|
587
|
+
this._a("actualWindowScale", this.i.wq);
|
|
588
588
|
},
|
|
589
589
|
enumerable: false,
|
|
590
590
|
configurable: true
|
|
@@ -594,7 +594,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
594
594
|
* Gets whether or not the control is ready for zooming
|
|
595
595
|
*/
|
|
596
596
|
get: function () {
|
|
597
|
-
return this.i.
|
|
597
|
+
return this.i.wn;
|
|
598
598
|
},
|
|
599
599
|
enumerable: false,
|
|
600
600
|
configurable: true
|
|
@@ -625,7 +625,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
625
625
|
|
|
626
626
|
*/
|
|
627
627
|
IgcGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
|
|
628
|
-
var iv = this.i.
|
|
628
|
+
var iv = this.i.x9();
|
|
629
629
|
return fromRect(iv);
|
|
630
630
|
};
|
|
631
631
|
/**
|
|
@@ -642,14 +642,14 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
642
642
|
|
|
643
643
|
*/
|
|
644
644
|
IgcGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
|
|
645
|
-
this.i.
|
|
645
|
+
this.i.xl(toRect(zoomWindow));
|
|
646
646
|
};
|
|
647
647
|
/**
|
|
648
648
|
* Updates world rect in geographic coordinates
|
|
649
649
|
|
|
650
650
|
*/
|
|
651
651
|
IgcGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
|
|
652
|
-
this.i.
|
|
652
|
+
this.i.xk(toRect(worldRect));
|
|
653
653
|
};
|
|
654
654
|
/**
|
|
655
655
|
* Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
|
|
@@ -661,7 +661,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
661
661
|
return fromRect(iv);
|
|
662
662
|
};
|
|
663
663
|
IgcGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
|
|
664
|
-
var iv = this.i.
|
|
664
|
+
var iv = this.i.x6(toRect(geographic), extraPixelPadding);
|
|
665
665
|
return fromRect(iv);
|
|
666
666
|
};
|
|
667
667
|
IgcGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
|
|
@@ -674,7 +674,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
674
674
|
* @param windowRect * The zoom area.
|
|
675
675
|
*/
|
|
676
676
|
IgcGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
|
|
677
|
-
var iv = this.i.
|
|
677
|
+
var iv = this.i.yb(toRect(windowRect));
|
|
678
678
|
return fromRect(iv);
|
|
679
679
|
};
|
|
680
680
|
/**
|
|
@@ -683,7 +683,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
683
683
|
* @param pixelCoordinate * A pixel-based coordinate
|
|
684
684
|
*/
|
|
685
685
|
IgcGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
|
|
686
|
-
var iv = this.i.
|
|
686
|
+
var iv = this.i.xx(toPoint(pixelCoordinate));
|
|
687
687
|
return fromPoint(iv);
|
|
688
688
|
};
|
|
689
689
|
/**
|
|
@@ -692,7 +692,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
692
692
|
* @param geographicCoordinate * A geographic coordinate
|
|
693
693
|
*/
|
|
694
694
|
IgcGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
|
|
695
|
-
var iv = this.i.
|
|
695
|
+
var iv = this.i.xy(toPoint(geographicCoordinate));
|
|
696
696
|
return fromPoint(iv);
|
|
697
697
|
};
|
|
698
698
|
/**
|
|
@@ -701,7 +701,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
701
701
|
* @param geographicCoordinate * A geographic coordinate
|
|
702
702
|
*/
|
|
703
703
|
IgcGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
|
|
704
|
-
var iv = this.i.
|
|
704
|
+
var iv = this.i.xz(toPoint(geographicCoordinate));
|
|
705
705
|
return fromPoint(iv);
|
|
706
706
|
};
|
|
707
707
|
/**
|
|
@@ -709,21 +709,21 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
709
709
|
|
|
710
710
|
*/
|
|
711
711
|
IgcGeographicMapComponent.prototype.clearTileCache = function () {
|
|
712
|
-
this.i.
|
|
712
|
+
this.i.w8();
|
|
713
713
|
};
|
|
714
714
|
/**
|
|
715
715
|
* Notifies the chart that the CSS styles in effect have been updated.
|
|
716
716
|
|
|
717
717
|
*/
|
|
718
718
|
IgcGeographicMapComponent.prototype.styleUpdated = function () {
|
|
719
|
-
this.i.
|
|
719
|
+
this.i.xg();
|
|
720
720
|
};
|
|
721
721
|
/**
|
|
722
722
|
* Gets actual window scale for horizontal dimension of the control
|
|
723
723
|
|
|
724
724
|
*/
|
|
725
725
|
IgcGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
|
|
726
|
-
var iv = this.i.
|
|
726
|
+
var iv = this.i.hj();
|
|
727
727
|
return (iv);
|
|
728
728
|
};
|
|
729
729
|
/**
|
|
@@ -731,7 +731,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
731
731
|
|
|
732
732
|
*/
|
|
733
733
|
IgcGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
|
|
734
|
-
var iv = this.i.
|
|
734
|
+
var iv = this.i.hk();
|
|
735
735
|
return (iv);
|
|
736
736
|
};
|
|
737
737
|
/**
|
|
@@ -746,7 +746,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
746
746
|
|
|
747
747
|
*/
|
|
748
748
|
IgcGeographicMapComponent.prototype.exportVisualData = function () {
|
|
749
|
-
var iv = this.i.
|
|
749
|
+
var iv = this.i.wu();
|
|
750
750
|
return (iv);
|
|
751
751
|
};
|
|
752
752
|
/**
|
|
@@ -755,7 +755,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
755
755
|
* @param geographic * The geographic region to zoom to.
|
|
756
756
|
*/
|
|
757
757
|
IgcGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
|
|
758
|
-
this.i.
|
|
758
|
+
this.i.xn(toRect(geographic));
|
|
759
759
|
};
|
|
760
760
|
Object.defineProperty(IgcGeographicMapComponent.prototype, "imageTilesReady", {
|
|
761
761
|
/**
|