igniteui-webcomponents-maps 7.0.0 → 7.0.1
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 +428 -428
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +4 -4
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +3 -3
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +4 -4
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +4 -4
- package/esm2015/lib/TileSeries_combined.js +1 -1
- package/esm2015/lib/XamGeographicMap_combined.js +366 -366
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +4 -4
- package/esm5/lib/GeographicMapSeriesHost_combined.js +3 -3
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +4 -4
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +4 -4
- package/esm5/lib/TileSeries_combined.js +1 -1
- package/esm5/lib/XamGeographicMap_combined.js +360 -360
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/fesm2015/igniteui-webcomponents-maps.js +434 -434
- package/fesm5/igniteui-webcomponents-maps.js +428 -428
- package/lib/XamGeographicMap_combined.d.ts +78 -78
- package/package.json +3 -3
|
@@ -333,88 +333,88 @@ 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.z0;
|
|
337
337
|
}
|
|
338
338
|
set zoomable(v) {
|
|
339
|
-
this.i.
|
|
340
|
-
this._a("zoomable", this.i.
|
|
339
|
+
this.i.z0 = ensureBool(v);
|
|
340
|
+
this._a("zoomable", this.i.z0);
|
|
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.zt;
|
|
347
347
|
}
|
|
348
348
|
set resizeBehavior(v) {
|
|
349
|
-
this.i.
|
|
350
|
-
this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.
|
|
349
|
+
this.i.zt = ensureEnum(MapResizeBehavior_$type, v);
|
|
350
|
+
this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.zt));
|
|
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.zx;
|
|
357
357
|
}
|
|
358
358
|
set isHorizontalWrappingEnabled(v) {
|
|
359
|
-
this.i.
|
|
360
|
-
this._a("isHorizontalWrappingEnabled", this.i.
|
|
359
|
+
this.i.zx = ensureBool(v);
|
|
360
|
+
this._a("isHorizontalWrappingEnabled", this.i.zx);
|
|
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.zp;
|
|
367
367
|
}
|
|
368
368
|
set backgroundTilingMode(v) {
|
|
369
|
-
this.i.
|
|
370
|
-
this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.
|
|
369
|
+
this.i.zp = ensureEnum(MapBackgroundTilingMode_$type, v);
|
|
370
|
+
this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.zp));
|
|
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.zz;
|
|
377
377
|
}
|
|
378
378
|
set useWorldRectForZoomBounds(v) {
|
|
379
|
-
this.i.
|
|
380
|
-
this._a("useWorldRectForZoomBounds", this.i.
|
|
379
|
+
this.i.zz = ensureBool(v);
|
|
380
|
+
this._a("useWorldRectForZoomBounds", this.i.zz);
|
|
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.zy;
|
|
387
387
|
}
|
|
388
388
|
set suppressZoomResetOnWorldRectChange(v) {
|
|
389
|
-
this.i.
|
|
390
|
-
this._a("suppressZoomResetOnWorldRectChange", this.i.
|
|
389
|
+
this.i.zy = ensureBool(v);
|
|
390
|
+
this._a("suppressZoomResetOnWorldRectChange", this.i.zy);
|
|
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.abv);
|
|
397
397
|
}
|
|
398
398
|
set worldRect(v) {
|
|
399
|
-
this.i.
|
|
400
|
-
this._a("worldRect", rectToString(this.i.
|
|
399
|
+
this.i.abv = toRect(v);
|
|
400
|
+
this._a("worldRect", rectToString(this.i.abv));
|
|
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.abj);
|
|
407
407
|
}
|
|
408
408
|
set actualWorldRect(v) {
|
|
409
|
-
this.i.
|
|
410
|
-
this._a("actualWorldRect", rectToString(this.i.
|
|
409
|
+
this.i.abj = toRect(v);
|
|
410
|
+
this._a("actualWorldRect", rectToString(this.i.abj));
|
|
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.zi;
|
|
418
418
|
if (r == null) {
|
|
419
419
|
return null;
|
|
420
420
|
}
|
|
@@ -430,14 +430,14 @@ 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.zi = null : this.i.zi = 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.zk;
|
|
441
441
|
if (r == null) {
|
|
442
442
|
return null;
|
|
443
443
|
}
|
|
@@ -453,41 +453,41 @@ 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.zk = null : this.i.zk = v.i;
|
|
457
457
|
}
|
|
458
458
|
/**
|
|
459
459
|
* Indicates if this SeriesViewer is a map.
|
|
460
460
|
*/
|
|
461
461
|
get isMap() {
|
|
462
|
-
return this.i.
|
|
462
|
+
return this.i.f7;
|
|
463
463
|
}
|
|
464
464
|
/**
|
|
465
465
|
* A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
|
|
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.z5;
|
|
470
470
|
}
|
|
471
471
|
set windowScale(v) {
|
|
472
|
-
this.i.
|
|
473
|
-
this._a("windowScale", this.i.
|
|
472
|
+
this.i.z5 = +v;
|
|
473
|
+
this._a("windowScale", this.i.z5);
|
|
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.z4;
|
|
481
481
|
}
|
|
482
482
|
set actualWindowScale(v) {
|
|
483
|
-
this.i.
|
|
484
|
-
this._a("actualWindowScale", this.i.
|
|
483
|
+
this.i.z4 = +v;
|
|
484
|
+
this._a("actualWindowScale", this.i.z4);
|
|
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.z1;
|
|
491
491
|
}
|
|
492
492
|
findByName(name) {
|
|
493
493
|
var baseResult = super.findByName(name);
|
|
@@ -515,7 +515,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
515
515
|
|
|
516
516
|
*/
|
|
517
517
|
getCurrentActualWorldRect() {
|
|
518
|
-
let iv = this.i.
|
|
518
|
+
let iv = this.i.abn();
|
|
519
519
|
return fromRect(iv);
|
|
520
520
|
}
|
|
521
521
|
/**
|
|
@@ -532,14 +532,14 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
532
532
|
|
|
533
533
|
*/
|
|
534
534
|
updateZoomWindow(zoomWindow) {
|
|
535
|
-
this.i.
|
|
535
|
+
this.i.aaz(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.aay(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 @@ 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.abk(toRect(geographic), extraPixelPadding);
|
|
555
555
|
return fromRect(iv);
|
|
556
556
|
}
|
|
557
557
|
getZoomFromGeographicPoints(northWest, southEast) {
|
|
@@ -564,7 +564,7 @@ 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.abp(toRect(windowRect));
|
|
568
568
|
return fromRect(iv);
|
|
569
569
|
}
|
|
570
570
|
/**
|
|
@@ -573,7 +573,7 @@ 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.abb(toPoint(pixelCoordinate));
|
|
577
577
|
return fromPoint(iv);
|
|
578
578
|
}
|
|
579
579
|
/**
|
|
@@ -582,7 +582,7 @@ 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.abc(toPoint(geographicCoordinate));
|
|
586
586
|
return fromPoint(iv);
|
|
587
587
|
}
|
|
588
588
|
/**
|
|
@@ -591,7 +591,7 @@ 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.abd(toPoint(geographicCoordinate));
|
|
595
595
|
return fromPoint(iv);
|
|
596
596
|
}
|
|
597
597
|
/**
|
|
@@ -599,21 +599,21 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
599
599
|
|
|
600
600
|
*/
|
|
601
601
|
clearTileCache() {
|
|
602
|
-
this.i.
|
|
602
|
+
this.i.aam();
|
|
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.aau();
|
|
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.iv();
|
|
617
617
|
return (iv);
|
|
618
618
|
}
|
|
619
619
|
/**
|
|
@@ -621,7 +621,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
621
621
|
|
|
622
622
|
*/
|
|
623
623
|
getActualWindowScaleVertical() {
|
|
624
|
-
let iv = this.i.
|
|
624
|
+
let iv = this.i.iw();
|
|
625
625
|
return (iv);
|
|
626
626
|
}
|
|
627
627
|
/**
|
|
@@ -636,7 +636,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
636
636
|
|
|
637
637
|
*/
|
|
638
638
|
exportVisualData() {
|
|
639
|
-
let iv = this.i.
|
|
639
|
+
let iv = this.i.z8();
|
|
640
640
|
return (iv);
|
|
641
641
|
}
|
|
642
642
|
/**
|
|
@@ -645,7 +645,7 @@ 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.aa1(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.
|
|
@@ -67,14 +67,14 @@ export var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/
|
|
|
67
67
|
a.xt = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xr = this.cu.dc.
|
|
71
|
-
a.xt = this.cu.dc.
|
|
70
|
+
a.xr = this.cu.dc.zi;
|
|
71
|
+
a.xt = this.cu.dc.zk;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
|
|
74
|
-
this.cu.xm.xr = this.cu.dc.
|
|
74
|
+
this.cu.xm.xr = this.cu.dc.zi;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
|
|
77
|
-
this.cu.xm.xt = this.cu.dc.
|
|
77
|
+
this.cu.xm.xt = this.cu.dc.zk;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.cx = function () {
|
|
80
80
|
this.cu.xm.aa1 = this.cu.yu;
|
|
@@ -207,10 +207,10 @@ export var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
207
207
|
case "SeriesViewer":
|
|
208
208
|
this.xm.dc = this.dc;
|
|
209
209
|
if (c != null) {
|
|
210
|
-
c.
|
|
210
|
+
c.ta(this.xm);
|
|
211
211
|
}
|
|
212
212
|
if (d != null) {
|
|
213
|
-
this.dc.
|
|
213
|
+
this.dc.oo(this.xm);
|
|
214
214
|
}
|
|
215
215
|
this.xm.ru(this.xe);
|
|
216
216
|
this.xm.index = this.index;
|
|
@@ -309,7 +309,7 @@ export var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
309
309
|
return;
|
|
310
310
|
}
|
|
311
311
|
if (!isNaN_(this.xo)) {
|
|
312
|
-
if (this.dc.
|
|
312
|
+
if (this.dc.ys.width > this.xo) {
|
|
313
313
|
var hs_ = this.xm;
|
|
314
314
|
var v_ = 1;
|
|
315
315
|
hs_.visibility = v_;
|
|
@@ -68,10 +68,10 @@ export var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/
|
|
|
68
68
|
this.cu.xm.aav = this.cu.xy;
|
|
69
69
|
};
|
|
70
70
|
GeographicProportionalSymbolSeriesView.prototype.db = function () {
|
|
71
|
-
this.cu.xm.xAxis = this.cu.dc.
|
|
71
|
+
this.cu.xm.xAxis = this.cu.dc.zi;
|
|
72
72
|
};
|
|
73
73
|
GeographicProportionalSymbolSeriesView.prototype.dc = function () {
|
|
74
|
-
this.cu.xm.yAxis = this.cu.dc.
|
|
74
|
+
this.cu.xm.yAxis = this.cu.dc.zk;
|
|
75
75
|
};
|
|
76
76
|
GeographicProportionalSymbolSeriesView.prototype.da = function () {
|
|
77
77
|
var a = this.cu.xm;
|
|
@@ -80,8 +80,8 @@ export var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/
|
|
|
80
80
|
a.yAxis = null;
|
|
81
81
|
return;
|
|
82
82
|
}
|
|
83
|
-
a.xAxis = this.cu.dc.
|
|
84
|
-
a.yAxis = this.cu.dc.
|
|
83
|
+
a.xAxis = this.cu.dc.zi;
|
|
84
|
+
a.yAxis = this.cu.dc.zk;
|
|
85
85
|
};
|
|
86
86
|
GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
|
|
87
87
|
this.cu.xm.y5 = this.cu.yq;
|
|
@@ -177,8 +177,8 @@ export var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function
|
|
|
177
177
|
a.x2 = null;
|
|
178
178
|
return;
|
|
179
179
|
}
|
|
180
|
-
a.x0 = this.cu.dc.
|
|
181
|
-
a.x2 = this.cu.dc.
|
|
180
|
+
a.x0 = this.cu.dc.zi;
|
|
181
|
+
a.x2 = this.cu.dc.zk;
|
|
182
182
|
};
|
|
183
183
|
GeographicShapeSeriesBaseView.prototype.cx = function () {
|
|
184
184
|
this.cu.xm.zt = this.cu.yl;
|
|
@@ -57,10 +57,10 @@ export var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_
|
|
|
57
57
|
this.cu.xm.aav = this.cu.xy;
|
|
58
58
|
};
|
|
59
59
|
GeographicSymbolSeriesView.prototype.c5 = function () {
|
|
60
|
-
this.cu.xm.xAxis = this.cu.dc.
|
|
60
|
+
this.cu.xm.xAxis = this.cu.dc.zi;
|
|
61
61
|
};
|
|
62
62
|
GeographicSymbolSeriesView.prototype.c6 = function () {
|
|
63
|
-
this.cu.xm.yAxis = this.cu.dc.
|
|
63
|
+
this.cu.xm.yAxis = this.cu.dc.zk;
|
|
64
64
|
};
|
|
65
65
|
GeographicSymbolSeriesView.prototype.c4 = function () {
|
|
66
66
|
var a = this.cu.xm;
|
|
@@ -69,8 +69,8 @@ export var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_
|
|
|
69
69
|
a.yAxis = null;
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
a.xAxis = this.cu.dc.
|
|
73
|
-
a.yAxis = this.cu.dc.
|
|
72
|
+
a.xAxis = this.cu.dc.zi;
|
|
73
|
+
a.yAxis = this.cu.dc.zk;
|
|
74
74
|
};
|
|
75
75
|
GeographicSymbolSeriesView.prototype.cy = function () {
|
|
76
76
|
this.cu.xm.zf = this.cu.yu;
|
|
@@ -106,7 +106,7 @@ export var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106
106
|
if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
|
|
107
107
|
f.geographicMap = this.dc;
|
|
108
108
|
this.aa5(this.cw);
|
|
109
|
-
this.aat.dr(this.dc.
|
|
109
|
+
this.aat.dr(this.dc.ys);
|
|
110
110
|
}
|
|
111
111
|
this.q1();
|
|
112
112
|
break;
|