igniteui-angular-maps 15.0.0 → 15.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 +9 -9
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/TileSeries_combined.js +5 -5
- package/esm2015/lib/XamGeographicMap_combined.js +4 -4
- package/esm5/lib/TileSeries_combined.js +5 -5
- package/esm5/lib/XamGeographicMap_combined.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +9 -9
- package/fesm5/igniteui-angular-maps.js +9 -9
- package/package.json +2 -2
|
@@ -2219,12 +2219,12 @@
|
|
|
2219
2219
|
XamGeographicMapView.prototype.ft = function (a) {
|
|
2220
2220
|
var b = this.fn.gc;
|
|
2221
2221
|
if (b != 1) {
|
|
2222
|
-
a.
|
|
2223
|
-
a.
|
|
2222
|
+
a.aa();
|
|
2223
|
+
a.ab(b, b);
|
|
2224
2224
|
}
|
|
2225
|
-
a.
|
|
2225
|
+
a.l(this.fz.left, this.fz.top, this.fz.width, this.fz.height);
|
|
2226
2226
|
if (b != 1) {
|
|
2227
|
-
a.
|
|
2227
|
+
a.z();
|
|
2228
2228
|
}
|
|
2229
2229
|
};
|
|
2230
2230
|
XamGeographicMapView.prototype.d1 = function () {
|
|
@@ -6849,18 +6849,18 @@
|
|
|
6849
6849
|
var c = false;
|
|
6850
6850
|
if (this.di.d.count > 0) {
|
|
6851
6851
|
c = true;
|
|
6852
|
-
this.k.
|
|
6853
|
-
this.k.
|
|
6854
|
-
var d = this.k.
|
|
6852
|
+
this.k.aa();
|
|
6853
|
+
this.k.r(this.di);
|
|
6854
|
+
var d = this.k.h();
|
|
6855
6855
|
d.clip();
|
|
6856
6856
|
}
|
|
6857
6857
|
var e = igniteuiAngularCore.truncate(Math.round(this.bu.left));
|
|
6858
6858
|
var f = igniteuiAngularCore.truncate(Math.round(this.bu.top));
|
|
6859
6859
|
var g = igniteuiAngularCore.truncate(Math.round(this.bu.width));
|
|
6860
6860
|
var h = igniteuiAngularCore.truncate(Math.round(this.bu.height));
|
|
6861
|
-
this.k.
|
|
6861
|
+
this.k.o(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
|
|
6862
6862
|
if (c) {
|
|
6863
|
-
this.k.
|
|
6863
|
+
this.k.z();
|
|
6864
6864
|
}
|
|
6865
6865
|
};
|
|
6866
6866
|
TileSeriesView.prototype.df = function () {
|