igniteui-angular-maps 20.0.0 → 20.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-angular-maps.umd.js +428 -428
- package/bundles/igniteui-angular-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 +376 -376
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- 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 +370 -370
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/fesm2015/igniteui-angular-maps.js +434 -434
- package/fesm5/igniteui-angular-maps.js +428 -428
- package/lib/XamGeographicMap_combined.d.ts +88 -88
- package/package.json +11 -4
|
@@ -294,10 +294,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
294
294
|
* Gets or sets zoomability of the current control
|
|
295
295
|
*/
|
|
296
296
|
get: function () {
|
|
297
|
-
return this.i.
|
|
297
|
+
return this.i.x1;
|
|
298
298
|
},
|
|
299
299
|
set: function (v) {
|
|
300
|
-
this.i.
|
|
300
|
+
this.i.x1 = ensureBool(v);
|
|
301
301
|
},
|
|
302
302
|
enumerable: false,
|
|
303
303
|
configurable: true
|
|
@@ -307,10 +307,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
307
307
|
* Gets or sets the behavior to use during resize.
|
|
308
308
|
*/
|
|
309
309
|
get: function () {
|
|
310
|
-
return this.i.
|
|
310
|
+
return this.i.xu;
|
|
311
311
|
},
|
|
312
312
|
set: function (v) {
|
|
313
|
-
this.i.
|
|
313
|
+
this.i.xu = ensureEnum(MapResizeBehavior_$type, v);
|
|
314
314
|
},
|
|
315
315
|
enumerable: false,
|
|
316
316
|
configurable: true
|
|
@@ -320,10 +320,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
320
320
|
* Gets or sets if the map should horizontally wrap.
|
|
321
321
|
*/
|
|
322
322
|
get: function () {
|
|
323
|
-
return this.i.
|
|
323
|
+
return this.i.xy;
|
|
324
324
|
},
|
|
325
325
|
set: function (v) {
|
|
326
|
-
this.i.
|
|
326
|
+
this.i.xy = ensureBool(v);
|
|
327
327
|
},
|
|
328
328
|
enumerable: false,
|
|
329
329
|
configurable: true
|
|
@@ -333,10 +333,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
333
333
|
* Gets or sets if the map should horizontally wrap.
|
|
334
334
|
*/
|
|
335
335
|
get: function () {
|
|
336
|
-
return this.i.
|
|
336
|
+
return this.i.xq;
|
|
337
337
|
},
|
|
338
338
|
set: function (v) {
|
|
339
|
-
this.i.
|
|
339
|
+
this.i.xq = ensureEnum(MapBackgroundTilingMode_$type, v);
|
|
340
340
|
},
|
|
341
341
|
enumerable: false,
|
|
342
342
|
configurable: true
|
|
@@ -346,10 +346,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
346
346
|
* Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
|
|
347
347
|
*/
|
|
348
348
|
get: function () {
|
|
349
|
-
return this.i.
|
|
349
|
+
return this.i.x0;
|
|
350
350
|
},
|
|
351
351
|
set: function (v) {
|
|
352
|
-
this.i.
|
|
352
|
+
this.i.x0 = ensureBool(v);
|
|
353
353
|
},
|
|
354
354
|
enumerable: false,
|
|
355
355
|
configurable: true
|
|
@@ -359,10 +359,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
359
359
|
* Gets or sets whether skip resetting the zoom when the world rect changes.
|
|
360
360
|
*/
|
|
361
361
|
get: function () {
|
|
362
|
-
return this.i.
|
|
362
|
+
return this.i.xz;
|
|
363
363
|
},
|
|
364
364
|
set: function (v) {
|
|
365
|
-
this.i.
|
|
365
|
+
this.i.xz = ensureBool(v);
|
|
366
366
|
},
|
|
367
367
|
enumerable: false,
|
|
368
368
|
configurable: true
|
|
@@ -372,10 +372,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
372
372
|
* Gets or sets the world bounding rectangle.
|
|
373
373
|
*/
|
|
374
374
|
get: function () {
|
|
375
|
-
return fromRect(this.i.
|
|
375
|
+
return fromRect(this.i.zw);
|
|
376
376
|
},
|
|
377
377
|
set: function (v) {
|
|
378
|
-
this.i.
|
|
378
|
+
this.i.zw = toRect(v);
|
|
379
379
|
},
|
|
380
380
|
enumerable: false,
|
|
381
381
|
configurable: true
|
|
@@ -385,10 +385,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
385
385
|
* Gets the actual value of the WorldRect.
|
|
386
386
|
*/
|
|
387
387
|
get: function () {
|
|
388
|
-
return fromRect(this.i.
|
|
388
|
+
return fromRect(this.i.zk);
|
|
389
389
|
},
|
|
390
390
|
set: function (v) {
|
|
391
|
-
this.i.
|
|
391
|
+
this.i.zk = toRect(v);
|
|
392
392
|
},
|
|
393
393
|
enumerable: false,
|
|
394
394
|
configurable: true
|
|
@@ -399,7 +399,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
399
399
|
* 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.
|
|
400
400
|
*/
|
|
401
401
|
get: function () {
|
|
402
|
-
var r = this.i.
|
|
402
|
+
var r = this.i.xj;
|
|
403
403
|
if (r == null) {
|
|
404
404
|
return null;
|
|
405
405
|
}
|
|
@@ -415,7 +415,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
415
415
|
set: function (v) {
|
|
416
416
|
if (v != null && this._stylingContainer && v._styling)
|
|
417
417
|
v._styling(this._stylingContainer, this, this);
|
|
418
|
-
v == null ? this.i.
|
|
418
|
+
v == null ? this.i.xj = null : this.i.xj = v.i;
|
|
419
419
|
},
|
|
420
420
|
enumerable: false,
|
|
421
421
|
configurable: true
|
|
@@ -426,7 +426,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
426
426
|
* 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.
|
|
427
427
|
*/
|
|
428
428
|
get: function () {
|
|
429
|
-
var r = this.i.
|
|
429
|
+
var r = this.i.xl;
|
|
430
430
|
if (r == null) {
|
|
431
431
|
return null;
|
|
432
432
|
}
|
|
@@ -442,7 +442,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
442
442
|
set: function (v) {
|
|
443
443
|
if (v != null && this._stylingContainer && v._styling)
|
|
444
444
|
v._styling(this._stylingContainer, this, this);
|
|
445
|
-
v == null ? this.i.
|
|
445
|
+
v == null ? this.i.xl = null : this.i.xl = v.i;
|
|
446
446
|
},
|
|
447
447
|
enumerable: false,
|
|
448
448
|
configurable: true
|
|
@@ -452,7 +452,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
452
452
|
* Indicates if this SeriesViewer is a map.
|
|
453
453
|
*/
|
|
454
454
|
get: function () {
|
|
455
|
-
return this.i.
|
|
455
|
+
return this.i.fh;
|
|
456
456
|
},
|
|
457
457
|
enumerable: false,
|
|
458
458
|
configurable: true
|
|
@@ -463,10 +463,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
463
463
|
* This property is effectively a shortcut to the Width/Height of the WindowRect property.
|
|
464
464
|
*/
|
|
465
465
|
get: function () {
|
|
466
|
-
return this.i.
|
|
466
|
+
return this.i.x6;
|
|
467
467
|
},
|
|
468
468
|
set: function (v) {
|
|
469
|
-
this.i.
|
|
469
|
+
this.i.x6 = +v;
|
|
470
470
|
},
|
|
471
471
|
enumerable: false,
|
|
472
472
|
configurable: true
|
|
@@ -477,10 +477,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
477
477
|
* This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
|
|
478
478
|
*/
|
|
479
479
|
get: function () {
|
|
480
|
-
return this.i.
|
|
480
|
+
return this.i.x5;
|
|
481
481
|
},
|
|
482
482
|
set: function (v) {
|
|
483
|
-
this.i.
|
|
483
|
+
this.i.x5 = +v;
|
|
484
484
|
},
|
|
485
485
|
enumerable: false,
|
|
486
486
|
configurable: true
|
|
@@ -490,7 +490,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
490
490
|
* Gets whether or not the control is ready for zooming
|
|
491
491
|
*/
|
|
492
492
|
get: function () {
|
|
493
|
-
return this.i.
|
|
493
|
+
return this.i.x2;
|
|
494
494
|
},
|
|
495
495
|
enumerable: false,
|
|
496
496
|
configurable: true
|
|
@@ -521,7 +521,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
521
521
|
|
|
522
522
|
*/
|
|
523
523
|
IgxGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
|
|
524
|
-
var iv = this.i.
|
|
524
|
+
var iv = this.i.zo();
|
|
525
525
|
return fromRect(iv);
|
|
526
526
|
};
|
|
527
527
|
/**
|
|
@@ -538,14 +538,14 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
538
538
|
|
|
539
539
|
*/
|
|
540
540
|
IgxGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
|
|
541
|
-
this.i.
|
|
541
|
+
this.i.y0(toRect(zoomWindow));
|
|
542
542
|
};
|
|
543
543
|
/**
|
|
544
544
|
* Updates world rect in geographic coordinates
|
|
545
545
|
|
|
546
546
|
*/
|
|
547
547
|
IgxGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
|
|
548
|
-
this.i.
|
|
548
|
+
this.i.yz(toRect(worldRect));
|
|
549
549
|
};
|
|
550
550
|
/**
|
|
551
551
|
* Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
|
|
@@ -557,7 +557,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
557
557
|
return fromRect(iv);
|
|
558
558
|
};
|
|
559
559
|
IgxGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
|
|
560
|
-
var iv = this.i.
|
|
560
|
+
var iv = this.i.zl(toRect(geographic), extraPixelPadding);
|
|
561
561
|
return fromRect(iv);
|
|
562
562
|
};
|
|
563
563
|
IgxGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
|
|
@@ -570,7 +570,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
570
570
|
* @param windowRect * The zoom area.
|
|
571
571
|
*/
|
|
572
572
|
IgxGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
|
|
573
|
-
var iv = this.i.
|
|
573
|
+
var iv = this.i.zq(toRect(windowRect));
|
|
574
574
|
return fromRect(iv);
|
|
575
575
|
};
|
|
576
576
|
/**
|
|
@@ -579,7 +579,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
579
579
|
* @param pixelCoordinate * A pixel-based coordinate
|
|
580
580
|
*/
|
|
581
581
|
IgxGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
|
|
582
|
-
var iv = this.i.
|
|
582
|
+
var iv = this.i.zc(toPoint(pixelCoordinate));
|
|
583
583
|
return fromPoint(iv);
|
|
584
584
|
};
|
|
585
585
|
/**
|
|
@@ -588,7 +588,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
588
588
|
* @param geographicCoordinate * A geographic coordinate
|
|
589
589
|
*/
|
|
590
590
|
IgxGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
|
|
591
|
-
var iv = this.i.
|
|
591
|
+
var iv = this.i.zd(toPoint(geographicCoordinate));
|
|
592
592
|
return fromPoint(iv);
|
|
593
593
|
};
|
|
594
594
|
/**
|
|
@@ -597,7 +597,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
597
597
|
* @param geographicCoordinate * A geographic coordinate
|
|
598
598
|
*/
|
|
599
599
|
IgxGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
|
|
600
|
-
var iv = this.i.
|
|
600
|
+
var iv = this.i.ze(toPoint(geographicCoordinate));
|
|
601
601
|
return fromPoint(iv);
|
|
602
602
|
};
|
|
603
603
|
/**
|
|
@@ -605,21 +605,21 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
605
605
|
|
|
606
606
|
*/
|
|
607
607
|
IgxGeographicMapComponent.prototype.clearTileCache = function () {
|
|
608
|
-
this.i.
|
|
608
|
+
this.i.yn();
|
|
609
609
|
};
|
|
610
610
|
/**
|
|
611
611
|
* Notifies the chart that the CSS styles in effect have been updated.
|
|
612
612
|
|
|
613
613
|
*/
|
|
614
614
|
IgxGeographicMapComponent.prototype.styleUpdated = function () {
|
|
615
|
-
this.i.
|
|
615
|
+
this.i.yv();
|
|
616
616
|
};
|
|
617
617
|
/**
|
|
618
618
|
* Gets actual window scale for horizontal dimension of the control
|
|
619
619
|
|
|
620
620
|
*/
|
|
621
621
|
IgxGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
|
|
622
|
-
var iv = this.i.
|
|
622
|
+
var iv = this.i.hz();
|
|
623
623
|
return (iv);
|
|
624
624
|
};
|
|
625
625
|
/**
|
|
@@ -627,7 +627,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
627
627
|
|
|
628
628
|
*/
|
|
629
629
|
IgxGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
|
|
630
|
-
var iv = this.i.
|
|
630
|
+
var iv = this.i.h0();
|
|
631
631
|
return (iv);
|
|
632
632
|
};
|
|
633
633
|
/**
|
|
@@ -642,7 +642,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
642
642
|
|
|
643
643
|
*/
|
|
644
644
|
IgxGeographicMapComponent.prototype.exportVisualData = function () {
|
|
645
|
-
var iv = this.i.
|
|
645
|
+
var iv = this.i.x9();
|
|
646
646
|
return (iv);
|
|
647
647
|
};
|
|
648
648
|
/**
|
|
@@ -651,7 +651,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
651
651
|
* @param geographic * The geographic region to zoom to.
|
|
652
652
|
*/
|
|
653
653
|
IgxGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
|
|
654
|
-
this.i.
|
|
654
|
+
this.i.y2(toRect(geographic));
|
|
655
655
|
};
|
|
656
656
|
Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
|
|
657
657
|
/**
|