igniteui-angular-maps 16.1.1 → 17.0.0-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/License +6 -6
- package/README.md +8 -8
- package/bundles/igniteui-angular-maps.umd.js +452 -443
- 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/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +1 -1
- package/esm2015/lib/XamGeographicMap_combined.js +387 -387
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-imagery.js +3 -0
- package/esm2015/lib/igx-image-tiles-ready-event-args.js +3 -0
- package/esm2015/lib/igx-images-changed-event-args.js +3 -0
- 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/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +1 -1
- package/esm5/lib/XamGeographicMap_combined.js +381 -381
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-imagery.js +3 -0
- package/esm5/lib/igx-image-tiles-ready-event-args.js +3 -0
- package/esm5/lib/igx-images-changed-event-args.js +3 -0
- package/fesm2015/igniteui-angular-maps.js +458 -449
- package/fesm5/igniteui-angular-maps.js +452 -443
- package/lib/XamGeographicMap_combined.d.ts +85 -85
- package/package.json +6 -6
|
@@ -193,8 +193,8 @@ var SphericalMercatorVerticalScaler = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
193
193
|
}
|
|
194
194
|
};
|
|
195
195
|
SphericalMercatorVerticalScaler.prototype.t = function (a, b, c, d, e) {
|
|
196
|
-
d = this.ak(a.
|
|
197
|
-
e = this.ak(a.
|
|
196
|
+
d = this.ak(a.l5);
|
|
197
|
+
e = this.ak(a.l4);
|
|
198
198
|
return {
|
|
199
199
|
p3: d,
|
|
200
200
|
p4: e
|
|
@@ -369,8 +369,8 @@ var SphericalMercatorHorizontalScaler = /** @class */ /*@__PURE__*/ (function (_
|
|
|
369
369
|
}
|
|
370
370
|
};
|
|
371
371
|
SphericalMercatorHorizontalScaler.prototype.t = function (a, b, c, d, e) {
|
|
372
|
-
d = a.
|
|
373
|
-
e = a.
|
|
372
|
+
d = a.l5;
|
|
373
|
+
e = a.l4;
|
|
374
374
|
return {
|
|
375
375
|
p3: d,
|
|
376
376
|
p4: e
|
|
@@ -612,10 +612,10 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
612
612
|
case "SeriesViewer":
|
|
613
613
|
this.qe.ce = this.ce;
|
|
614
614
|
if (c != null) {
|
|
615
|
-
c.
|
|
615
|
+
c.oz(this.qe);
|
|
616
616
|
}
|
|
617
617
|
if (d != null) {
|
|
618
|
-
this.ce.
|
|
618
|
+
this.ce.lo(this.qe);
|
|
619
619
|
}
|
|
620
620
|
this.qe.mc(this.p7);
|
|
621
621
|
this.qe.index = this.index;
|
|
@@ -714,7 +714,7 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
714
714
|
return;
|
|
715
715
|
}
|
|
716
716
|
if (!isNaN_(this.qg)) {
|
|
717
|
-
if (this.ce.
|
|
717
|
+
if (this.ce.tj.width > this.qg) {
|
|
718
718
|
var hs_ = this.qe;
|
|
719
719
|
var v_ = 1;
|
|
720
720
|
hs_.visibility = v_;
|
|
@@ -876,103 +876,103 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
876
876
|
__extends(XamGeographicMap, _super);
|
|
877
877
|
function XamGeographicMap() {
|
|
878
878
|
var _this = _super.call(this) || this;
|
|
879
|
-
_this.
|
|
880
|
-
_this.
|
|
881
|
-
_this.
|
|
882
|
-
_this.
|
|
883
|
-
_this.
|
|
884
|
-
_this.
|
|
885
|
-
_this.
|
|
886
|
-
_this.
|
|
887
|
-
_this.
|
|
888
|
-
_this.
|
|
889
|
-
_this.
|
|
890
|
-
_this.
|
|
879
|
+
_this.uv = null;
|
|
880
|
+
_this.uk = false;
|
|
881
|
+
_this.uc = 1;
|
|
882
|
+
_this.ur = 0;
|
|
883
|
+
_this.v2 = null;
|
|
884
|
+
_this.t9 = null;
|
|
885
|
+
_this.t5 = null;
|
|
886
|
+
_this.t7 = null;
|
|
887
|
+
_this.ub = null;
|
|
888
|
+
_this.vy = { $type: Point_$type, x: NaN, y: NaN };
|
|
889
|
+
_this.v5 = null;
|
|
890
|
+
_this.uq = 1;
|
|
891
891
|
_this.imageTilesReady = null;
|
|
892
|
-
_this.
|
|
893
|
-
_this.
|
|
894
|
-
_this.
|
|
892
|
+
_this.uj = null;
|
|
893
|
+
_this.v4 = Rect.empty;
|
|
894
|
+
_this.ur = SphericalMercatorVerticalScaler.am(XamGeographicMap.v3.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.v3.top);
|
|
895
895
|
_this.ab = XamGeographicMap.$;
|
|
896
896
|
_this.backgroundContent = new OpenStreetMapImagery();
|
|
897
897
|
var a = ((function () {
|
|
898
898
|
var $ret = new NumericXAxis();
|
|
899
|
-
$ret.
|
|
899
|
+
$ret.bi = _this;
|
|
900
900
|
return $ret;
|
|
901
901
|
})());
|
|
902
|
-
a.
|
|
903
|
-
_this.
|
|
904
|
-
_this.
|
|
902
|
+
a.cf = true;
|
|
903
|
+
_this.t6 = a;
|
|
904
|
+
_this.t6.nl = new SphericalMercatorHorizontalScaler();
|
|
905
905
|
var b = ((function () {
|
|
906
906
|
var $ret = new NumericYAxis();
|
|
907
|
-
$ret.
|
|
907
|
+
$ret.bi = _this;
|
|
908
908
|
return $ret;
|
|
909
909
|
})());
|
|
910
|
-
b.
|
|
911
|
-
_this.
|
|
912
|
-
_this.
|
|
913
|
-
_this.
|
|
914
|
-
_this.
|
|
915
|
-
_this.
|
|
910
|
+
b.cf = true;
|
|
911
|
+
_this.t8 = b;
|
|
912
|
+
_this.t8.nl = new SphericalMercatorVerticalScaler();
|
|
913
|
+
_this.vd();
|
|
914
|
+
_this.vk();
|
|
915
|
+
_this.ma();
|
|
916
916
|
return _this;
|
|
917
917
|
}
|
|
918
918
|
XamGeographicMap.prototype.provideContainer = function (a) {
|
|
919
919
|
_super.prototype.provideContainer.call(this, a);
|
|
920
|
-
this.
|
|
921
|
-
this.
|
|
920
|
+
this.t6.provideRenderer(a);
|
|
921
|
+
this.t8.provideRenderer(a);
|
|
922
922
|
};
|
|
923
|
-
XamGeographicMap.prototype.
|
|
924
|
-
_super.prototype.
|
|
925
|
-
this.
|
|
926
|
-
};
|
|
927
|
-
XamGeographicMap.prototype.er = function () {
|
|
928
|
-
return this.uf;
|
|
923
|
+
XamGeographicMap.prototype.ma = function () {
|
|
924
|
+
_super.prototype.ma.call(this);
|
|
925
|
+
this.ui.fv(this.gf);
|
|
929
926
|
};
|
|
930
927
|
XamGeographicMap.prototype.es = function () {
|
|
931
|
-
return this.
|
|
928
|
+
return this.uo;
|
|
929
|
+
};
|
|
930
|
+
XamGeographicMap.prototype.et = function () {
|
|
931
|
+
return this.uo;
|
|
932
932
|
};
|
|
933
|
-
XamGeographicMap.prototype.
|
|
934
|
-
if (this.
|
|
935
|
-
if (this.
|
|
933
|
+
XamGeographicMap.prototype.uf = function () {
|
|
934
|
+
if (this.ud == 0) {
|
|
935
|
+
if (this.uk) {
|
|
936
936
|
return 2;
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
return 1;
|
|
940
940
|
};
|
|
941
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
941
|
+
Object.defineProperty(XamGeographicMap.prototype, "ue", {
|
|
942
942
|
get: function () {
|
|
943
|
-
return this.
|
|
943
|
+
return this.uc;
|
|
944
944
|
},
|
|
945
945
|
set: function (a) {
|
|
946
|
-
this.
|
|
946
|
+
this.uc = a;
|
|
947
947
|
},
|
|
948
948
|
enumerable: false,
|
|
949
949
|
configurable: true
|
|
950
950
|
});
|
|
951
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
951
|
+
Object.defineProperty(XamGeographicMap.prototype, "v7", {
|
|
952
952
|
get: function () {
|
|
953
|
-
return this.
|
|
953
|
+
return this.v2;
|
|
954
954
|
},
|
|
955
955
|
set: function (a) {
|
|
956
|
-
var b = Rect.l_op_Inequality(this.
|
|
956
|
+
var b = Rect.l_op_Inequality(this.v2, a);
|
|
957
957
|
if (b) {
|
|
958
|
-
var c = this.
|
|
959
|
-
this.
|
|
960
|
-
this.
|
|
958
|
+
var c = this.v2;
|
|
959
|
+
this.v2 = a;
|
|
960
|
+
this.oi("ActualWorldRect", c, a);
|
|
961
961
|
}
|
|
962
962
|
},
|
|
963
963
|
enumerable: false,
|
|
964
964
|
configurable: true
|
|
965
965
|
});
|
|
966
|
-
XamGeographicMap.prototype.
|
|
967
|
-
return this.
|
|
966
|
+
XamGeographicMap.prototype.wb = function () {
|
|
967
|
+
return this.v7;
|
|
968
968
|
};
|
|
969
|
-
XamGeographicMap.prototype.
|
|
970
|
-
if (this.
|
|
969
|
+
XamGeographicMap.prototype.vd = function () {
|
|
970
|
+
if (this.wj.isEmpty) {
|
|
971
971
|
return;
|
|
972
972
|
}
|
|
973
|
-
this.
|
|
973
|
+
this.v7 = this.wh(this.wj, this.cd == 1);
|
|
974
974
|
};
|
|
975
|
-
XamGeographicMap.prototype.
|
|
975
|
+
XamGeographicMap.prototype.wh = function (a, b) {
|
|
976
976
|
var c = a.top;
|
|
977
977
|
var d = a.left;
|
|
978
978
|
var e = a.width;
|
|
@@ -980,25 +980,25 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
980
980
|
var g = SphericalMercatorVerticalScaler.am(a.bottom);
|
|
981
981
|
var h = SphericalMercatorVerticalScaler.am(a.top);
|
|
982
982
|
var i = g - h;
|
|
983
|
-
var j = a.width / XamGeographicMap.
|
|
984
|
-
var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.
|
|
983
|
+
var j = a.width / XamGeographicMap.v3.width;
|
|
984
|
+
var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.v3.top);
|
|
985
985
|
var l = i / j;
|
|
986
|
-
if (i / j > this.
|
|
987
|
-
var m = i / this.
|
|
986
|
+
if (i / j > this.ur) {
|
|
987
|
+
var m = i / this.ur;
|
|
988
988
|
var n = m - j;
|
|
989
|
-
d = d - (n / 2) * XamGeographicMap.
|
|
990
|
-
e = m * XamGeographicMap.
|
|
989
|
+
d = d - (n / 2) * XamGeographicMap.v3.width;
|
|
990
|
+
e = m * XamGeographicMap.v3.width;
|
|
991
991
|
if (b) {
|
|
992
|
-
if (d < XamGeographicMap.
|
|
993
|
-
d += (XamGeographicMap.
|
|
992
|
+
if (d < XamGeographicMap.v3.left) {
|
|
993
|
+
d += (XamGeographicMap.v3.left - d);
|
|
994
994
|
}
|
|
995
|
-
else if ((d + e) > XamGeographicMap.
|
|
996
|
-
d -= ((d + e) - XamGeographicMap.
|
|
995
|
+
else if ((d + e) > XamGeographicMap.v3.right) {
|
|
996
|
+
d -= ((d + e) - XamGeographicMap.v3.right);
|
|
997
997
|
}
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
|
-
else if (i / j < this.
|
|
1001
|
-
var o = this.
|
|
1000
|
+
else if (i / j < this.ur) {
|
|
1001
|
+
var o = this.ur * j;
|
|
1002
1002
|
var p = o - i;
|
|
1003
1003
|
var q = h - (p / 2);
|
|
1004
1004
|
var r = g + (p / 2);
|
|
@@ -1007,9 +1007,9 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1007
1007
|
q += (k - q);
|
|
1008
1008
|
r += (k - q);
|
|
1009
1009
|
}
|
|
1010
|
-
else if (r > (k + this.
|
|
1011
|
-
q -= ((r) - (k + this.
|
|
1012
|
-
r -= ((r) - (k + this.
|
|
1010
|
+
else if (r > (k + this.ur)) {
|
|
1011
|
+
q -= ((r) - (k + this.ur));
|
|
1012
|
+
r -= ((r) - (k + this.ur));
|
|
1013
1013
|
}
|
|
1014
1014
|
}
|
|
1015
1015
|
c = SphericalMercatorVerticalScaler.aq(q);
|
|
@@ -1020,44 +1020,44 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1020
1020
|
};
|
|
1021
1021
|
Object.defineProperty(XamGeographicMap.prototype, "backgroundContent", {
|
|
1022
1022
|
get: function () {
|
|
1023
|
-
return this.
|
|
1023
|
+
return this.t9;
|
|
1024
1024
|
},
|
|
1025
1025
|
set: function (a) {
|
|
1026
1026
|
var b = a != this.backgroundContent;
|
|
1027
1027
|
if (b) {
|
|
1028
1028
|
var c = this.backgroundContent;
|
|
1029
|
-
this.
|
|
1030
|
-
this.
|
|
1029
|
+
this.t9 = a;
|
|
1030
|
+
this.oi("BackgroundContent", c, a);
|
|
1031
1031
|
}
|
|
1032
1032
|
},
|
|
1033
1033
|
enumerable: false,
|
|
1034
1034
|
configurable: true
|
|
1035
1035
|
});
|
|
1036
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
1036
|
+
Object.defineProperty(XamGeographicMap.prototype, "t6", {
|
|
1037
1037
|
get: function () {
|
|
1038
|
-
return this.
|
|
1038
|
+
return this.t5;
|
|
1039
1039
|
},
|
|
1040
1040
|
set: function (a) {
|
|
1041
|
-
var b = a != this.
|
|
1041
|
+
var b = a != this.t6;
|
|
1042
1042
|
if (b) {
|
|
1043
|
-
var c = this.
|
|
1044
|
-
this.
|
|
1045
|
-
this.
|
|
1043
|
+
var c = this.t6;
|
|
1044
|
+
this.t5 = a;
|
|
1045
|
+
this.oi("XAxis", c, a);
|
|
1046
1046
|
}
|
|
1047
1047
|
},
|
|
1048
1048
|
enumerable: false,
|
|
1049
1049
|
configurable: true
|
|
1050
1050
|
});
|
|
1051
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
1051
|
+
Object.defineProperty(XamGeographicMap.prototype, "t8", {
|
|
1052
1052
|
get: function () {
|
|
1053
|
-
return this.
|
|
1053
|
+
return this.t7;
|
|
1054
1054
|
},
|
|
1055
1055
|
set: function (a) {
|
|
1056
|
-
var b = a != this.
|
|
1056
|
+
var b = a != this.t8;
|
|
1057
1057
|
if (b) {
|
|
1058
|
-
var c = this.
|
|
1059
|
-
this.
|
|
1060
|
-
this.
|
|
1058
|
+
var c = this.t8;
|
|
1059
|
+
this.t7 = a;
|
|
1060
|
+
this.oi("YAxis", c, a);
|
|
1061
1061
|
}
|
|
1062
1062
|
},
|
|
1063
1063
|
enumerable: false,
|
|
@@ -1066,41 +1066,41 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1066
1066
|
XamGeographicMap.prototype.getZoomRectFromGeoRect = function (a) {
|
|
1067
1067
|
return this.getZoomFromGeographicRect(a);
|
|
1068
1068
|
};
|
|
1069
|
-
XamGeographicMap.prototype.
|
|
1070
|
-
this.
|
|
1069
|
+
XamGeographicMap.prototype.vn = function (a) {
|
|
1070
|
+
this.tz = a;
|
|
1071
1071
|
};
|
|
1072
|
-
XamGeographicMap.prototype.
|
|
1073
|
-
this.
|
|
1072
|
+
XamGeographicMap.prototype.vm = function (a) {
|
|
1073
|
+
this.wj = a;
|
|
1074
1074
|
};
|
|
1075
1075
|
XamGeographicMap.prototype.getZoomFromGeographicRect = function (a) {
|
|
1076
|
-
return this.
|
|
1076
|
+
return this.v9(a, true, 0);
|
|
1077
1077
|
};
|
|
1078
|
-
XamGeographicMap.prototype.
|
|
1079
|
-
return this.
|
|
1078
|
+
XamGeographicMap.prototype.v8 = function (a, b) {
|
|
1079
|
+
return this.v9(a, false, b);
|
|
1080
1080
|
};
|
|
1081
|
-
XamGeographicMap.prototype.
|
|
1081
|
+
XamGeographicMap.prototype.v9 = function (a, b, c) {
|
|
1082
1082
|
var d = a;
|
|
1083
1083
|
if (b) {
|
|
1084
|
-
d = this.
|
|
1085
|
-
}
|
|
1086
|
-
var e = this.
|
|
1087
|
-
var f = this.
|
|
1088
|
-
var g = new ScalerParams(1, XamGeographicMap.
|
|
1089
|
-
g.c = this.
|
|
1090
|
-
var h = new ScalerParams(1, XamGeographicMap.
|
|
1091
|
-
h.c = this.
|
|
1092
|
-
var i = this.
|
|
1093
|
-
var j = this.
|
|
1094
|
-
var k = this.
|
|
1095
|
-
var l = this.
|
|
1096
|
-
var m = (i - c) / this.
|
|
1097
|
-
var n = (l - c) / this.
|
|
1098
|
-
var o = (j - i + (c * 2)) / this.
|
|
1099
|
-
var p = (k - l + (c * 2)) / this.
|
|
1084
|
+
d = this.wh(a, false);
|
|
1085
|
+
}
|
|
1086
|
+
var e = this.t6;
|
|
1087
|
+
var f = this.t8;
|
|
1088
|
+
var g = new ScalerParams(1, XamGeographicMap.v6, this.ty, e.ch);
|
|
1089
|
+
g.c = this.tn;
|
|
1090
|
+
var h = new ScalerParams(1, XamGeographicMap.v6, this.ty, f.ch);
|
|
1091
|
+
h.c = this.tn;
|
|
1092
|
+
var i = this.t6.ej(d.left, g);
|
|
1093
|
+
var j = this.t6.ej(d.right, g);
|
|
1094
|
+
var k = this.t8.ej(d.top, h);
|
|
1095
|
+
var l = this.t8.ej(d.bottom, h);
|
|
1096
|
+
var m = (i - c) / this.ty.width;
|
|
1097
|
+
var n = (l - c) / this.ty.height;
|
|
1098
|
+
var o = (j - i + (c * 2)) / this.ty.width;
|
|
1099
|
+
var p = (k - l + (c * 2)) / this.ty.height;
|
|
1100
1100
|
var q = new Rect(0, m, n, o, p);
|
|
1101
|
-
q.intersect(XamGeographicMap.
|
|
1101
|
+
q.intersect(XamGeographicMap.v6);
|
|
1102
1102
|
if (q.isEmpty) {
|
|
1103
|
-
q = XamGeographicMap.
|
|
1103
|
+
q = XamGeographicMap.v6;
|
|
1104
1104
|
}
|
|
1105
1105
|
return q;
|
|
1106
1106
|
};
|
|
@@ -1110,63 +1110,63 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1110
1110
|
var e = b.x - a.x;
|
|
1111
1111
|
var f = a.y - b.y;
|
|
1112
1112
|
if (e < 0 || f < 0) {
|
|
1113
|
-
return XamGeographicMap.
|
|
1113
|
+
return XamGeographicMap.v6;
|
|
1114
1114
|
}
|
|
1115
1115
|
else {
|
|
1116
1116
|
var g = new Rect(0, c, d, e, f);
|
|
1117
1117
|
return this.getZoomFromGeographicRect(g);
|
|
1118
1118
|
}
|
|
1119
1119
|
};
|
|
1120
|
-
XamGeographicMap.prototype.
|
|
1121
|
-
var b = this.
|
|
1122
|
-
var c = this.
|
|
1123
|
-
var d = new ScalerParams(1, a, this.
|
|
1124
|
-
d.c = this.
|
|
1125
|
-
var e = new ScalerParams(1, a, this.
|
|
1126
|
-
e.c = this.
|
|
1127
|
-
var f = this.
|
|
1128
|
-
var g = b.
|
|
1129
|
-
var h = c.
|
|
1130
|
-
var i = b.
|
|
1131
|
-
var j = c.
|
|
1120
|
+
XamGeographicMap.prototype.wd = function (a) {
|
|
1121
|
+
var b = this.t6;
|
|
1122
|
+
var c = this.t8;
|
|
1123
|
+
var d = new ScalerParams(1, a, this.ty, b.ch);
|
|
1124
|
+
d.c = this.tn;
|
|
1125
|
+
var e = new ScalerParams(1, a, this.ty, c.ch);
|
|
1126
|
+
e.c = this.tn;
|
|
1127
|
+
var f = this.tm;
|
|
1128
|
+
var g = b.em(f.left, d);
|
|
1129
|
+
var h = c.em(f.top, e);
|
|
1130
|
+
var i = b.em(f.right, d);
|
|
1131
|
+
var j = c.em(f.bottom, e);
|
|
1132
1132
|
var k = i - g;
|
|
1133
1133
|
var l = h - j;
|
|
1134
1134
|
var m = new Rect(0, g, j, k, l);
|
|
1135
1135
|
if (this.cd == 1) {
|
|
1136
|
-
m.intersect(XamGeographicMap.
|
|
1136
|
+
m.intersect(XamGeographicMap.v3);
|
|
1137
1137
|
if (m.isEmpty) {
|
|
1138
|
-
m = XamGeographicMap.
|
|
1138
|
+
m = XamGeographicMap.v3;
|
|
1139
1139
|
}
|
|
1140
1140
|
}
|
|
1141
1141
|
return m;
|
|
1142
1142
|
};
|
|
1143
|
-
XamGeographicMap.prototype.
|
|
1144
|
-
var b = this.
|
|
1145
|
-
var c = this.
|
|
1143
|
+
XamGeographicMap.prototype.vz = function (a) {
|
|
1144
|
+
var b = this.t6.l8(a.x);
|
|
1145
|
+
var c = this.t8.l8(a.y);
|
|
1146
1146
|
return { $type: Point_$type, x: b, y: c };
|
|
1147
1147
|
};
|
|
1148
|
-
XamGeographicMap.prototype.
|
|
1149
|
-
var b = this.
|
|
1150
|
-
var c = this.
|
|
1148
|
+
XamGeographicMap.prototype.v0 = function (a) {
|
|
1149
|
+
var b = this.t6.e4(a.x);
|
|
1150
|
+
var c = this.t8.e4(a.y);
|
|
1151
1151
|
return { $type: Point_$type, x: b, y: c };
|
|
1152
1152
|
};
|
|
1153
|
-
XamGeographicMap.prototype.
|
|
1154
|
-
return this.
|
|
1153
|
+
XamGeographicMap.prototype.v1 = function (a) {
|
|
1154
|
+
return this.v0(a);
|
|
1155
1155
|
};
|
|
1156
|
-
XamGeographicMap.prototype.
|
|
1156
|
+
XamGeographicMap.prototype.va = function () {
|
|
1157
1157
|
var a = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
1158
1158
|
if (a != null) {
|
|
1159
1159
|
a.clearTileCache();
|
|
1160
1160
|
}
|
|
1161
1161
|
};
|
|
1162
|
-
XamGeographicMap.prototype.
|
|
1162
|
+
XamGeographicMap.prototype.vg = function (a) {
|
|
1163
1163
|
};
|
|
1164
|
-
XamGeographicMap.prototype.
|
|
1164
|
+
XamGeographicMap.prototype.fh = function () {
|
|
1165
1165
|
return true;
|
|
1166
1166
|
};
|
|
1167
|
-
XamGeographicMap.prototype.
|
|
1167
|
+
XamGeographicMap.prototype.vi = function () {
|
|
1168
1168
|
var e_1, _a;
|
|
1169
|
-
this.
|
|
1169
|
+
this.ui.ee();
|
|
1170
1170
|
try {
|
|
1171
1171
|
for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1172
1172
|
var a = _c.value;
|
|
@@ -1187,128 +1187,128 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1187
1187
|
}
|
|
1188
1188
|
}
|
|
1189
1189
|
};
|
|
1190
|
-
XamGeographicMap.prototype.
|
|
1191
|
-
if (this.
|
|
1192
|
-
if (!this.
|
|
1193
|
-
var a = this.
|
|
1194
|
-
var b = this.
|
|
1195
|
-
this.
|
|
1190
|
+
XamGeographicMap.prototype.vl = function () {
|
|
1191
|
+
if (this.uh == 2) {
|
|
1192
|
+
if (!this.ty.isEmpty && this.ty.width > 0 && this.ty.height > 0) {
|
|
1193
|
+
var a = this.t6.l8(this.ty.left + (this.ty.width / 2));
|
|
1194
|
+
var b = this.t8.l8(this.ty.top + (this.ty.height / 2));
|
|
1195
|
+
this.vy = { $type: Point_$type, x: a, y: b };
|
|
1196
1196
|
}
|
|
1197
1197
|
}
|
|
1198
1198
|
else {
|
|
1199
|
-
if (!this.
|
|
1200
|
-
var c = this.
|
|
1201
|
-
var d = this.
|
|
1202
|
-
this.
|
|
1199
|
+
if (!this.ty.isEmpty && this.ty.width > 0 && this.ty.height > 0) {
|
|
1200
|
+
var c = this.t6.l8(this.ty.left);
|
|
1201
|
+
var d = this.t8.l8(this.ty.top);
|
|
1202
|
+
this.vy = { $type: Point_$type, x: c, y: d };
|
|
1203
1203
|
}
|
|
1204
1204
|
}
|
|
1205
1205
|
};
|
|
1206
|
-
XamGeographicMap.prototype.
|
|
1207
|
-
if (isNaN_(this.
|
|
1208
|
-
this.
|
|
1206
|
+
XamGeographicMap.prototype.vh = function () {
|
|
1207
|
+
if (isNaN_(this.vy.x) || isNaN_(this.vy.y)) {
|
|
1208
|
+
this.vl();
|
|
1209
1209
|
}
|
|
1210
|
-
var a = this.
|
|
1211
|
-
var b = this.
|
|
1210
|
+
var a = this.vy.x;
|
|
1211
|
+
var b = this.vy.y;
|
|
1212
1212
|
if (!isNaN_(a) && !isNaN_(b)) {
|
|
1213
|
-
var c = this.
|
|
1214
|
-
var d = this.
|
|
1215
|
-
var e = this.
|
|
1216
|
-
var f = this.
|
|
1217
|
-
if (e > this.
|
|
1213
|
+
var c = this.tj.left;
|
|
1214
|
+
var d = this.tj.top;
|
|
1215
|
+
var e = this.tj.width;
|
|
1216
|
+
var f = this.tj.height;
|
|
1217
|
+
if (e > this.v5.width) {
|
|
1218
1218
|
}
|
|
1219
1219
|
else {
|
|
1220
|
-
var g = new ScalerParams(1, XamGeographicMap.
|
|
1221
|
-
g.c = this.
|
|
1222
|
-
var h = this.
|
|
1223
|
-
if (this.
|
|
1224
|
-
var i = h / this.
|
|
1220
|
+
var g = new ScalerParams(1, XamGeographicMap.v6, this.ty, this.t6.ch);
|
|
1221
|
+
g.c = this.tn;
|
|
1222
|
+
var h = this.t6.ej(a, g);
|
|
1223
|
+
if (this.uh == 2) {
|
|
1224
|
+
var i = h / this.ty.width;
|
|
1225
1225
|
c = i - (e / 2);
|
|
1226
1226
|
}
|
|
1227
1227
|
else {
|
|
1228
|
-
c = h / this.
|
|
1228
|
+
c = h / this.ty.width;
|
|
1229
1229
|
}
|
|
1230
|
-
if (c + e > this.
|
|
1231
|
-
c = this.
|
|
1230
|
+
if (c + e > this.v5.right) {
|
|
1231
|
+
c = this.v5.right - e;
|
|
1232
1232
|
}
|
|
1233
|
-
else if (c < this.
|
|
1234
|
-
c = this.
|
|
1233
|
+
else if (c < this.v5.left) {
|
|
1234
|
+
c = this.v5.left;
|
|
1235
1235
|
}
|
|
1236
1236
|
}
|
|
1237
|
-
if (f > this.
|
|
1237
|
+
if (f > this.v5.height) {
|
|
1238
1238
|
}
|
|
1239
1239
|
else {
|
|
1240
|
-
var j = new ScalerParams(1, XamGeographicMap.
|
|
1241
|
-
j.c = this.
|
|
1242
|
-
var k = this.
|
|
1243
|
-
if (this.
|
|
1244
|
-
var l = k / this.
|
|
1240
|
+
var j = new ScalerParams(1, XamGeographicMap.v6, this.ty, this.t8.ch);
|
|
1241
|
+
j.c = this.tn;
|
|
1242
|
+
var k = this.t8.ej(b, j);
|
|
1243
|
+
if (this.uh == 2) {
|
|
1244
|
+
var l = k / this.ty.height;
|
|
1245
1245
|
d = l - (f / 2);
|
|
1246
1246
|
}
|
|
1247
1247
|
else {
|
|
1248
|
-
d = k / this.
|
|
1248
|
+
d = k / this.ty.height;
|
|
1249
1249
|
}
|
|
1250
|
-
if (d + f > this.
|
|
1251
|
-
d = this.
|
|
1250
|
+
if (d + f > this.v5.bottom) {
|
|
1251
|
+
d = this.v5.bottom - f;
|
|
1252
1252
|
}
|
|
1253
|
-
else if (d < this.
|
|
1254
|
-
d = this.
|
|
1253
|
+
else if (d < this.v5.top) {
|
|
1254
|
+
d = this.v5.top;
|
|
1255
1255
|
}
|
|
1256
1256
|
}
|
|
1257
|
-
this.
|
|
1257
|
+
this.pr(new Rect(0, c, d, e, f), false);
|
|
1258
1258
|
}
|
|
1259
1259
|
};
|
|
1260
|
-
XamGeographicMap.prototype.
|
|
1260
|
+
XamGeographicMap.prototype.get_ek = function () {
|
|
1261
1261
|
return true;
|
|
1262
1262
|
};
|
|
1263
|
-
XamGeographicMap.prototype.
|
|
1264
|
-
var a = _super.prototype.
|
|
1265
|
-
if (this.
|
|
1263
|
+
XamGeographicMap.prototype.tk = function () {
|
|
1264
|
+
var a = _super.prototype.tk.call(this);
|
|
1265
|
+
if (this.t6 == null || this.t8 == null) {
|
|
1266
1266
|
return a;
|
|
1267
1267
|
}
|
|
1268
|
-
this.
|
|
1268
|
+
this.tu();
|
|
1269
1269
|
var b = a.left;
|
|
1270
1270
|
var c = a.top;
|
|
1271
1271
|
if (this.cd == 1) {
|
|
1272
|
-
if (this.
|
|
1273
|
-
b = 0.5 - (this.
|
|
1272
|
+
if (this.tz.width > this.v5.width) {
|
|
1273
|
+
b = 0.5 - (this.tz.width / 2);
|
|
1274
1274
|
}
|
|
1275
|
-
else if (b + a.width > this.
|
|
1276
|
-
b = this.
|
|
1275
|
+
else if (b + a.width > this.v5.right) {
|
|
1276
|
+
b = this.v5.right - this.tz.width;
|
|
1277
1277
|
}
|
|
1278
|
-
else if (b < this.
|
|
1279
|
-
b = this.
|
|
1278
|
+
else if (b < this.v5.left) {
|
|
1279
|
+
b = this.v5.left;
|
|
1280
1280
|
}
|
|
1281
|
-
if (this.
|
|
1282
|
-
c = 0.5 - (this.
|
|
1281
|
+
if (this.tz.height > this.v5.height) {
|
|
1282
|
+
c = 0.5 - (this.tz.height / 2);
|
|
1283
1283
|
}
|
|
1284
|
-
else if (c + this.
|
|
1285
|
-
c = this.
|
|
1284
|
+
else if (c + this.tz.height > this.v5.bottom) {
|
|
1285
|
+
c = this.v5.bottom - this.tz.height;
|
|
1286
1286
|
}
|
|
1287
|
-
else if (c < this.
|
|
1288
|
-
c = this.
|
|
1287
|
+
else if (c < this.v5.top) {
|
|
1288
|
+
c = this.v5.top;
|
|
1289
1289
|
}
|
|
1290
1290
|
}
|
|
1291
1291
|
var d = false;
|
|
1292
|
-
if (!this.
|
|
1292
|
+
if (!this.un && this.cd == 2 && this.uk) {
|
|
1293
1293
|
if (b > 1) {
|
|
1294
1294
|
b = (b - Math.floor(b)) + 1;
|
|
1295
1295
|
}
|
|
1296
1296
|
if (b < 0) {
|
|
1297
1297
|
b = 0 - (Math.ceil(b) - b);
|
|
1298
1298
|
}
|
|
1299
|
-
if ((a.right - this.
|
|
1300
|
-
b = this.
|
|
1299
|
+
if ((a.right - this.v5.right) > 0 && ((a.right - this.v5.right) / a.width) > 0.8) {
|
|
1300
|
+
b = this.v5.left - (a.width - (a.right - this.v5.right));
|
|
1301
1301
|
d = true;
|
|
1302
1302
|
}
|
|
1303
|
-
else if (a.left < this.
|
|
1304
|
-
b = this.
|
|
1303
|
+
else if (a.left < this.v5.left && (Math.abs(a.left - this.v5.left) / a.width) > 0.8) {
|
|
1304
|
+
b = this.v5.right - (Math.abs(a.left - this.v5.left));
|
|
1305
1305
|
d = true;
|
|
1306
1306
|
}
|
|
1307
1307
|
}
|
|
1308
1308
|
var e = new Rect(0, b, c, a.width, a.height);
|
|
1309
|
-
if (this.
|
|
1310
|
-
var f = this.
|
|
1311
|
-
f = this.
|
|
1309
|
+
if (this.un) {
|
|
1310
|
+
var f = this.v8(this.wj, 1);
|
|
1311
|
+
f = this.wa(f);
|
|
1312
1312
|
var g = e.left + e.width / 2;
|
|
1313
1313
|
var h = e.top + e.height / 2;
|
|
1314
1314
|
if (e.width > f.width) {
|
|
@@ -1343,17 +1343,17 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1343
1343
|
}
|
|
1344
1344
|
}
|
|
1345
1345
|
if (d) {
|
|
1346
|
-
this.
|
|
1347
|
-
this.
|
|
1348
|
-
this.
|
|
1346
|
+
this.d7 = true;
|
|
1347
|
+
this.tz = e;
|
|
1348
|
+
this.d7 = false;
|
|
1349
1349
|
}
|
|
1350
1350
|
return e;
|
|
1351
1351
|
};
|
|
1352
|
-
XamGeographicMap.prototype.
|
|
1352
|
+
XamGeographicMap.prototype.ll = function (a, b) {
|
|
1353
1353
|
var c = true;
|
|
1354
1354
|
var d = true;
|
|
1355
1355
|
var e = 0;
|
|
1356
|
-
var f = this.
|
|
1356
|
+
var f = this.tu();
|
|
1357
1357
|
var g = 0;
|
|
1358
1358
|
var h = 0;
|
|
1359
1359
|
if ((a.right - f.right) > 0) {
|
|
@@ -1370,39 +1370,39 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1370
1370
|
}
|
|
1371
1371
|
if (c) {
|
|
1372
1372
|
if (d) {
|
|
1373
|
-
var i = this.
|
|
1374
|
-
var j = this.
|
|
1373
|
+
var i = this.t5.ej(-180, b);
|
|
1374
|
+
var j = this.t5.ej(180, b);
|
|
1375
1375
|
e = j - i;
|
|
1376
1376
|
}
|
|
1377
1377
|
else {
|
|
1378
|
-
var k = this.
|
|
1379
|
-
var l = this.
|
|
1378
|
+
var k = this.t5.ej(-180, b);
|
|
1379
|
+
var l = this.t5.ej(180, b);
|
|
1380
1380
|
e = k - l;
|
|
1381
1381
|
}
|
|
1382
1382
|
}
|
|
1383
1383
|
return new Tuple$2(Boolean_$type, Number_$type, c, e);
|
|
1384
1384
|
};
|
|
1385
|
-
XamGeographicMap.prototype.
|
|
1386
|
-
var a = new ScalerParams(1, XamGeographicMap.
|
|
1387
|
-
a.c = this.
|
|
1388
|
-
var b = new ScalerParams(1, XamGeographicMap.
|
|
1389
|
-
b.c = this.
|
|
1390
|
-
var c = this.
|
|
1391
|
-
var d = this.
|
|
1392
|
-
var e = this.
|
|
1393
|
-
var f = this.
|
|
1394
|
-
this.
|
|
1395
|
-
return this.
|
|
1396
|
-
};
|
|
1397
|
-
XamGeographicMap.prototype.
|
|
1398
|
-
var b = this.
|
|
1385
|
+
XamGeographicMap.prototype.tu = function () {
|
|
1386
|
+
var a = new ScalerParams(1, XamGeographicMap.v6, this.ty, this.t6.ch);
|
|
1387
|
+
a.c = this.tn;
|
|
1388
|
+
var b = new ScalerParams(1, XamGeographicMap.v6, this.ty, this.t8.ch);
|
|
1389
|
+
b.c = this.tn;
|
|
1390
|
+
var c = this.t6.ej(XamGeographicMap.v3.left, a);
|
|
1391
|
+
var d = this.t6.ej(XamGeographicMap.v3.right, a);
|
|
1392
|
+
var e = this.t8.ej(XamGeographicMap.v3.top, b);
|
|
1393
|
+
var f = this.t8.ej(XamGeographicMap.v3.bottom, b);
|
|
1394
|
+
this.v5 = new Rect(0, c / this.ty.width, f / this.ty.height, (d - c) / this.ty.width, (e - f) / this.ty.height);
|
|
1395
|
+
return this.v5;
|
|
1396
|
+
};
|
|
1397
|
+
XamGeographicMap.prototype.wa = function (a) {
|
|
1398
|
+
var b = this.gj;
|
|
1399
1399
|
var c = 0.5 * (a.left + a.right);
|
|
1400
1400
|
var d = 0.5 * (a.top + a.bottom);
|
|
1401
1401
|
var e = a.width;
|
|
1402
1402
|
var f = a.height;
|
|
1403
1403
|
var g = MathUtil.d(a.width, b, 1);
|
|
1404
1404
|
var h = MathUtil.d(a.height, b, 1);
|
|
1405
|
-
var i = this.
|
|
1405
|
+
var i = this.ty;
|
|
1406
1406
|
var j = i.width / i.height;
|
|
1407
1407
|
var k = g * i.width;
|
|
1408
1408
|
var l = h * i.height;
|
|
@@ -1441,8 +1441,8 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1441
1441
|
}
|
|
1442
1442
|
return new Rect(0, p, q, r - p, s - q);
|
|
1443
1443
|
};
|
|
1444
|
-
XamGeographicMap.prototype.
|
|
1445
|
-
_super.prototype.
|
|
1444
|
+
XamGeographicMap.prototype.tl = function (a) {
|
|
1445
|
+
_super.prototype.tl.call(this, this.ty);
|
|
1446
1446
|
if (a.isEmpty) {
|
|
1447
1447
|
return Rect.empty;
|
|
1448
1448
|
}
|
|
@@ -1457,131 +1457,131 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1457
1457
|
}
|
|
1458
1458
|
return b;
|
|
1459
1459
|
};
|
|
1460
|
-
XamGeographicMap.prototype.
|
|
1461
|
-
return this.
|
|
1460
|
+
XamGeographicMap.prototype.wc = function (a) {
|
|
1461
|
+
return this.tl(a);
|
|
1462
1462
|
};
|
|
1463
1463
|
XamGeographicMap.prototype.ct = function () {
|
|
1464
1464
|
return new XamGeographicMapView(this);
|
|
1465
1465
|
};
|
|
1466
|
-
XamGeographicMap.prototype.
|
|
1466
|
+
XamGeographicMap.prototype.vc = function (a) {
|
|
1467
1467
|
if (a != null) {
|
|
1468
|
-
a.
|
|
1468
|
+
a.bi = this;
|
|
1469
1469
|
}
|
|
1470
1470
|
};
|
|
1471
|
-
XamGeographicMap.prototype.
|
|
1472
|
-
_super.prototype.
|
|
1473
|
-
this.
|
|
1471
|
+
XamGeographicMap.prototype.n1 = function (a) {
|
|
1472
|
+
_super.prototype.n1.call(this, a);
|
|
1473
|
+
this.ui = a;
|
|
1474
1474
|
};
|
|
1475
|
-
XamGeographicMap.prototype.
|
|
1476
|
-
_super.prototype.
|
|
1477
|
-
this.
|
|
1478
|
-
this.
|
|
1475
|
+
XamGeographicMap.prototype.oc = function (a, b) {
|
|
1476
|
+
_super.prototype.oc.call(this, a, b);
|
|
1477
|
+
this.pe(this.t6);
|
|
1478
|
+
this.pe(this.t8);
|
|
1479
1479
|
if (Rect.l_op_Inequality(a, b)) {
|
|
1480
|
-
this.
|
|
1480
|
+
this.vh();
|
|
1481
1481
|
}
|
|
1482
|
-
if (this.
|
|
1483
|
-
this.
|
|
1482
|
+
if (this.un) {
|
|
1483
|
+
this.tj = this.tk();
|
|
1484
1484
|
}
|
|
1485
|
-
this.
|
|
1485
|
+
this.vo();
|
|
1486
1486
|
};
|
|
1487
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
1487
|
+
Object.defineProperty(XamGeographicMap.prototype, "us", {
|
|
1488
1488
|
get: function () {
|
|
1489
|
-
return this.
|
|
1489
|
+
return this.uq;
|
|
1490
1490
|
},
|
|
1491
1491
|
set: function (a) {
|
|
1492
|
-
var b = this.
|
|
1493
|
-
this.
|
|
1494
|
-
this.
|
|
1492
|
+
var b = this.uq;
|
|
1493
|
+
this.uq = a;
|
|
1494
|
+
this.oi("ActualWindowScale", b, this.uq);
|
|
1495
1495
|
},
|
|
1496
1496
|
enumerable: false,
|
|
1497
1497
|
configurable: true
|
|
1498
1498
|
});
|
|
1499
|
-
XamGeographicMap.prototype.
|
|
1500
|
-
return this.
|
|
1499
|
+
XamGeographicMap.prototype.gp = function () {
|
|
1500
|
+
return this.us;
|
|
1501
1501
|
};
|
|
1502
|
-
XamGeographicMap.prototype.
|
|
1503
|
-
return this.
|
|
1502
|
+
XamGeographicMap.prototype.gq = function () {
|
|
1503
|
+
return this.us;
|
|
1504
1504
|
};
|
|
1505
|
-
XamGeographicMap.prototype.
|
|
1506
|
-
_super.prototype.
|
|
1507
|
-
var a = Math.min(this.
|
|
1508
|
-
this.
|
|
1505
|
+
XamGeographicMap.prototype.pd = function () {
|
|
1506
|
+
_super.prototype.pd.call(this);
|
|
1507
|
+
var a = Math.min(this.tj.width, this.tj.height);
|
|
1508
|
+
this.us = a;
|
|
1509
1509
|
};
|
|
1510
|
-
XamGeographicMap.prototype.
|
|
1511
|
-
return this.
|
|
1510
|
+
XamGeographicMap.prototype.e9 = function () {
|
|
1511
|
+
return this.uk;
|
|
1512
1512
|
};
|
|
1513
1513
|
XamGeographicMap.prototype.ce = function () {
|
|
1514
1514
|
if (this.cf == 0) {
|
|
1515
|
-
if (this.
|
|
1515
|
+
if (this.ul) {
|
|
1516
1516
|
return 2;
|
|
1517
1517
|
}
|
|
1518
1518
|
}
|
|
1519
1519
|
return this.cf;
|
|
1520
1520
|
};
|
|
1521
|
-
XamGeographicMap.prototype.
|
|
1521
|
+
XamGeographicMap.prototype.od = function (a, b, c, d) {
|
|
1522
1522
|
var e_2, _a, e_3, _b;
|
|
1523
|
-
_super.prototype.
|
|
1523
|
+
_super.prototype.od.call(this, a, b, c, d);
|
|
1524
1524
|
switch (b) {
|
|
1525
1525
|
case "ZoomCoercionMode":
|
|
1526
|
-
this.
|
|
1526
|
+
this.vd();
|
|
1527
1527
|
break;
|
|
1528
1528
|
case "WindowRect":
|
|
1529
|
-
this.
|
|
1529
|
+
this.vl();
|
|
1530
1530
|
break;
|
|
1531
1531
|
case XamGeographicMap.$$p[0]:
|
|
1532
|
-
this.
|
|
1533
|
-
if (this.
|
|
1534
|
-
this.
|
|
1532
|
+
this.ue = this.uf();
|
|
1533
|
+
if (this.ub != null) {
|
|
1534
|
+
this.ub.isHorizontalWrappingEnabled = this.ue == 2;
|
|
1535
1535
|
}
|
|
1536
1536
|
break;
|
|
1537
1537
|
case XamGeographicMap.$$p[1]:
|
|
1538
|
-
this.
|
|
1539
|
-
this.
|
|
1538
|
+
this.uk = this.ul;
|
|
1539
|
+
this.ue = this.uf();
|
|
1540
1540
|
this.cd = this.ce();
|
|
1541
|
-
if (this.
|
|
1542
|
-
this.
|
|
1541
|
+
if (this.ub != null) {
|
|
1542
|
+
this.ub.isHorizontalWrappingEnabled = this.ue == 2;
|
|
1543
1543
|
}
|
|
1544
1544
|
break;
|
|
1545
1545
|
case XamGeographicMap.$$p[4]:
|
|
1546
|
-
this.
|
|
1546
|
+
this.tj = this.tk();
|
|
1547
1547
|
break;
|
|
1548
1548
|
case "BackgroundContent":
|
|
1549
|
-
if (this.
|
|
1550
|
-
var e = this.
|
|
1551
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
1552
|
-
this.
|
|
1549
|
+
if (this.ub != null) {
|
|
1550
|
+
var e = this.ub;
|
|
1551
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.ve));
|
|
1552
|
+
this.ub.deferralHandler = null;
|
|
1553
1553
|
}
|
|
1554
|
-
this.
|
|
1555
|
-
if (this.
|
|
1556
|
-
var f = this.
|
|
1557
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
1558
|
-
this.
|
|
1559
|
-
this.
|
|
1554
|
+
this.ub = typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
1555
|
+
if (this.ub != null) {
|
|
1556
|
+
var f = this.ub;
|
|
1557
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.ve));
|
|
1558
|
+
this.ub.deferralHandler = this;
|
|
1559
|
+
this.ub.isHorizontalWrappingEnabled = this.ue == 2;
|
|
1560
1560
|
}
|
|
1561
|
-
this.
|
|
1562
|
-
if (this.
|
|
1563
|
-
this.
|
|
1564
|
-
this.
|
|
1565
|
-
this.
|
|
1561
|
+
this.ui.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
|
|
1562
|
+
if (this.ub != null) {
|
|
1563
|
+
this.ub.geographicMap = this;
|
|
1564
|
+
this.ui.fr(this.tj);
|
|
1565
|
+
this.ui.fv(this.gf);
|
|
1566
1566
|
}
|
|
1567
1567
|
break;
|
|
1568
1568
|
case "YAxis":
|
|
1569
1569
|
case "XAxis":
|
|
1570
|
-
this.
|
|
1571
|
-
this.
|
|
1570
|
+
this.vj(c);
|
|
1571
|
+
this.vc(d);
|
|
1572
1572
|
break;
|
|
1573
1573
|
case XamGeographicMap.$$p[6]:
|
|
1574
|
-
if (!this.
|
|
1575
|
-
this.
|
|
1574
|
+
if (!this.um) {
|
|
1575
|
+
this.tz = XamGeographicMap.v6;
|
|
1576
1576
|
}
|
|
1577
|
-
this.
|
|
1578
|
-
this.
|
|
1579
|
-
this.
|
|
1580
|
-
this.
|
|
1581
|
-
this.
|
|
1577
|
+
this.vd();
|
|
1578
|
+
this.vk();
|
|
1579
|
+
this.vl();
|
|
1580
|
+
this.tj = this.tk();
|
|
1581
|
+
this.ui.fs();
|
|
1582
1582
|
break;
|
|
1583
1583
|
case "ActualWindowRect":
|
|
1584
|
-
this.
|
|
1584
|
+
this.ui.fr(this.tj);
|
|
1585
1585
|
break;
|
|
1586
1586
|
case "ActualWorldRect":
|
|
1587
1587
|
try {
|
|
@@ -1605,30 +1605,30 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1605
1605
|
}
|
|
1606
1606
|
break;
|
|
1607
1607
|
case XamGeographicMap.$$p[5]:
|
|
1608
|
-
this.
|
|
1608
|
+
this.us = this.ut;
|
|
1609
1609
|
break;
|
|
1610
1610
|
case "ActualWindowScale":
|
|
1611
|
-
if (!this.
|
|
1612
|
-
this.
|
|
1611
|
+
if (!this.fg) {
|
|
1612
|
+
this.pp(this.gp(), this.gq());
|
|
1613
1613
|
}
|
|
1614
1614
|
break;
|
|
1615
1615
|
case "ActualPixelScalingRatio":
|
|
1616
|
-
this.
|
|
1616
|
+
this.ui.fv(this.gf);
|
|
1617
1617
|
break;
|
|
1618
1618
|
case "WindowRectMinWidth":
|
|
1619
1619
|
case "WindowRectMinHeight":
|
|
1620
1620
|
var h = d;
|
|
1621
1621
|
if (isNaN_(h) || isInfinity(h)) {
|
|
1622
|
-
this.
|
|
1623
|
-
this.
|
|
1622
|
+
this.gj = 5E-06;
|
|
1623
|
+
this.gi = 5E-06;
|
|
1624
1624
|
}
|
|
1625
1625
|
else {
|
|
1626
|
-
this.
|
|
1627
|
-
this.
|
|
1626
|
+
this.gj = h;
|
|
1627
|
+
this.gi = h;
|
|
1628
1628
|
}
|
|
1629
1629
|
break;
|
|
1630
1630
|
case XamGeographicMap.$$p[7]:
|
|
1631
|
-
this.
|
|
1631
|
+
this.pl();
|
|
1632
1632
|
break;
|
|
1633
1633
|
case "MarkerAutomaticBehavior":
|
|
1634
1634
|
try {
|
|
@@ -1653,39 +1653,39 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1653
1653
|
break;
|
|
1654
1654
|
}
|
|
1655
1655
|
};
|
|
1656
|
-
XamGeographicMap.prototype.
|
|
1656
|
+
XamGeographicMap.prototype.ve = function (a, b) {
|
|
1657
1657
|
if (this.imageTilesReady != null) {
|
|
1658
1658
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
1659
1659
|
}
|
|
1660
1660
|
};
|
|
1661
|
-
XamGeographicMap.prototype.
|
|
1661
|
+
XamGeographicMap.prototype.vj = function (a) {
|
|
1662
1662
|
if (a != null) {
|
|
1663
|
-
a.
|
|
1663
|
+
a.bi = null;
|
|
1664
1664
|
}
|
|
1665
1665
|
};
|
|
1666
|
-
XamGeographicMap.prototype.
|
|
1667
|
-
if (this.
|
|
1668
|
-
this.
|
|
1669
|
-
this.
|
|
1666
|
+
XamGeographicMap.prototype.vk = function () {
|
|
1667
|
+
if (this.t6 != null) {
|
|
1668
|
+
this.t6.l5 = this.v7.left;
|
|
1669
|
+
this.t6.l4 = this.v7.right;
|
|
1670
1670
|
}
|
|
1671
|
-
if (this.
|
|
1672
|
-
this.
|
|
1673
|
-
this.
|
|
1671
|
+
if (this.t8 != null) {
|
|
1672
|
+
this.t8.l5 = this.v7.top;
|
|
1673
|
+
this.t8.l4 = this.v7.bottom;
|
|
1674
1674
|
}
|
|
1675
|
-
this.
|
|
1676
|
-
this.
|
|
1675
|
+
this.t6.c2(true);
|
|
1676
|
+
this.t8.c2(true);
|
|
1677
1677
|
};
|
|
1678
1678
|
XamGeographicMap.prototype.getFontInfo = function () {
|
|
1679
|
-
this.
|
|
1680
|
-
return this.
|
|
1679
|
+
this.uj = this.ui.fo;
|
|
1680
|
+
return this.uj;
|
|
1681
1681
|
};
|
|
1682
|
-
XamGeographicMap.prototype.
|
|
1683
|
-
return this.
|
|
1682
|
+
XamGeographicMap.prototype.so = function () {
|
|
1683
|
+
return this.ui.fw;
|
|
1684
1684
|
};
|
|
1685
1685
|
XamGeographicMap.prototype.getFontBrush = function () {
|
|
1686
|
-
return this.
|
|
1686
|
+
return this.ui.fx;
|
|
1687
1687
|
};
|
|
1688
|
-
XamGeographicMap.prototype.
|
|
1688
|
+
XamGeographicMap.prototype.o6 = function (a, b) {
|
|
1689
1689
|
if (typeCast(ItfConverter.$, b) !== null) {
|
|
1690
1690
|
var c = b;
|
|
1691
1691
|
var d = a;
|
|
@@ -1693,33 +1693,33 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1693
1693
|
d.qn = c.triangulationSource.triangles;
|
|
1694
1694
|
}
|
|
1695
1695
|
else {
|
|
1696
|
-
_super.prototype.
|
|
1696
|
+
_super.prototype.o6.call(this, a, b);
|
|
1697
1697
|
}
|
|
1698
1698
|
};
|
|
1699
1699
|
XamGeographicMap.prototype.register = function (a, b) {
|
|
1700
|
-
this.
|
|
1700
|
+
this.ow(a, b);
|
|
1701
1701
|
};
|
|
1702
1702
|
XamGeographicMap.prototype.unRegister = function (a) {
|
|
1703
|
-
this.
|
|
1703
|
+
this.pc(a);
|
|
1704
1704
|
};
|
|
1705
1705
|
XamGeographicMap.prototype.deferredRefresh = function () {
|
|
1706
|
-
this.
|
|
1706
|
+
this.ly();
|
|
1707
1707
|
};
|
|
1708
1708
|
XamGeographicMap.prototype.deferAction = function (a) {
|
|
1709
|
-
if (this.
|
|
1710
|
-
this.
|
|
1709
|
+
if (this.uv != null) {
|
|
1710
|
+
this.uv.setTimeout(a, 0);
|
|
1711
1711
|
}
|
|
1712
1712
|
else {
|
|
1713
1713
|
window.setTimeout(a, 0);
|
|
1714
1714
|
}
|
|
1715
1715
|
};
|
|
1716
|
-
XamGeographicMap.prototype.
|
|
1717
|
-
this.
|
|
1716
|
+
XamGeographicMap.prototype.vb = function (a) {
|
|
1717
|
+
this.pk(a);
|
|
1718
1718
|
};
|
|
1719
|
-
XamGeographicMap.prototype.
|
|
1719
|
+
XamGeographicMap.prototype.uw = function () {
|
|
1720
1720
|
var a = new ChartVisualData();
|
|
1721
|
-
var b = this.
|
|
1722
|
-
var c = this.
|
|
1721
|
+
var b = this.t6.fw();
|
|
1722
|
+
var c = this.t8.fw();
|
|
1723
1723
|
a.axes.add1(b);
|
|
1724
1724
|
a.axes.add1(c);
|
|
1725
1725
|
for (var d = 0; d < this.series.count; d++) {
|
|
@@ -1727,49 +1727,49 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1727
1727
|
a.series.add1(e);
|
|
1728
1728
|
}
|
|
1729
1729
|
a.name = this.name;
|
|
1730
|
-
a.contentArea = RectData.b(this.
|
|
1731
|
-
a.centralArea = RectData.b(this.
|
|
1732
|
-
a.plotArea = RectData.b(this.
|
|
1730
|
+
a.contentArea = RectData.b(this.ty);
|
|
1731
|
+
a.centralArea = RectData.b(this.ty);
|
|
1732
|
+
a.plotArea = RectData.b(this.ty);
|
|
1733
1733
|
return a;
|
|
1734
1734
|
};
|
|
1735
|
-
XamGeographicMap.prototype.
|
|
1735
|
+
XamGeographicMap.prototype.tq = function (a, b, c) {
|
|
1736
1736
|
return a;
|
|
1737
1737
|
};
|
|
1738
|
-
XamGeographicMap.prototype.
|
|
1738
|
+
XamGeographicMap.prototype.vf = function () {
|
|
1739
1739
|
};
|
|
1740
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
1740
|
+
Object.defineProperty(XamGeographicMap.prototype, "wi", {
|
|
1741
1741
|
get: function () {
|
|
1742
|
-
return this.
|
|
1742
|
+
return this.v4;
|
|
1743
1743
|
},
|
|
1744
1744
|
set: function (a) {
|
|
1745
|
-
this.
|
|
1745
|
+
this.v4 = a;
|
|
1746
1746
|
},
|
|
1747
1747
|
enumerable: false,
|
|
1748
1748
|
configurable: true
|
|
1749
1749
|
});
|
|
1750
|
-
XamGeographicMap.prototype.
|
|
1751
|
-
this.
|
|
1752
|
-
this.
|
|
1750
|
+
XamGeographicMap.prototype.vp = function (a) {
|
|
1751
|
+
this.wi = a;
|
|
1752
|
+
this.vo();
|
|
1753
1753
|
};
|
|
1754
|
-
XamGeographicMap.prototype.
|
|
1755
|
-
if (this.
|
|
1756
|
-
var a = this.getZoomFromGeographicRect(this.
|
|
1757
|
-
this.
|
|
1758
|
-
this.
|
|
1754
|
+
XamGeographicMap.prototype.vo = function () {
|
|
1755
|
+
if (this.up && !this.wi.isEmpty) {
|
|
1756
|
+
var a = this.getZoomFromGeographicRect(this.wi);
|
|
1757
|
+
this.wi = Rect.empty;
|
|
1758
|
+
this.pr(a, false);
|
|
1759
1759
|
}
|
|
1760
1760
|
};
|
|
1761
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
1761
|
+
Object.defineProperty(XamGeographicMap.prototype, "up", {
|
|
1762
1762
|
get: function () {
|
|
1763
|
-
return !this.
|
|
1763
|
+
return !this.ty.isEmpty && !this.tn.isEmpty;
|
|
1764
1764
|
},
|
|
1765
1765
|
enumerable: false,
|
|
1766
1766
|
configurable: true
|
|
1767
1767
|
});
|
|
1768
1768
|
XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
|
|
1769
|
-
XamGeographicMap.
|
|
1770
|
-
XamGeographicMap.
|
|
1771
|
-
XamGeographicMap.
|
|
1772
|
-
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, '
|
|
1769
|
+
XamGeographicMap.ug = 0;
|
|
1770
|
+
XamGeographicMap.v3 = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
|
|
1771
|
+
XamGeographicMap.v6 = new Rect(0, 0, 0, 1, 1);
|
|
1772
|
+
XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'oi', ['BackgroundTilingMode:ud:vq', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:ul:vr', [0, false], 'ResizeBehavior:uh:vs', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.ug)], 'SuppressZoomResetOnWorldRectChange:um:vt', [0, false], 'UseWorldRectForZoomBounds:un:vu', [0, false], 'WindowScale:ut:vv', [1, NaN], 'WorldRect:wj:vw', [Rect.$, XamGeographicMap.v3], 'Zoomable:uo:vx', [0, true]]);
|
|
1773
1773
|
return XamGeographicMap;
|
|
1774
1774
|
}(SeriesViewer));
|
|
1775
1775
|
/**
|
|
@@ -1912,20 +1912,20 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1912
1912
|
return a;
|
|
1913
1913
|
}
|
|
1914
1914
|
var b = new Rect(0, 0, 0, a.width, a.height);
|
|
1915
|
-
var c = this.geographicMap.
|
|
1916
|
-
var d = XamGeographicMap.
|
|
1917
|
-
var e = this.geographicMap.
|
|
1915
|
+
var c = this.geographicMap.wc(b);
|
|
1916
|
+
var d = XamGeographicMap.v3;
|
|
1917
|
+
var e = this.geographicMap.v7;
|
|
1918
1918
|
var f = Math.min(this.windowRect.height, this.windowRect.width);
|
|
1919
1919
|
var g = e.width / d.width;
|
|
1920
1920
|
this.ao.a5 = (b.width / c.width) * f * g;
|
|
1921
|
-
var h = this.geographicMap.
|
|
1922
|
-
var i = this.geographicMap.
|
|
1923
|
-
var j = new ScalerParams(1, this.windowRect, b, h.
|
|
1921
|
+
var h = this.geographicMap.t6;
|
|
1922
|
+
var i = this.geographicMap.t8;
|
|
1923
|
+
var j = new ScalerParams(1, this.windowRect, b, h.ch);
|
|
1924
1924
|
j.c = c;
|
|
1925
|
-
var k = new ScalerParams(1, this.windowRect, b, i.
|
|
1925
|
+
var k = new ScalerParams(1, this.windowRect, b, i.ch);
|
|
1926
1926
|
k.c = c;
|
|
1927
|
-
var l = h.
|
|
1928
|
-
var m = i.
|
|
1927
|
+
var l = h.ej(d.left, j);
|
|
1928
|
+
var m = i.ej(d.bottom, k);
|
|
1929
1929
|
var n = (-l / b.width) * this.ao.a5;
|
|
1930
1930
|
var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1931
1931
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -2038,8 +2038,8 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
2038
2038
|
a.qd = null;
|
|
2039
2039
|
return;
|
|
2040
2040
|
}
|
|
2041
|
-
a.qc = this.ce.ce.
|
|
2042
|
-
a.qd = this.ce.ce.
|
|
2041
|
+
a.qc = this.ce.ce.t6;
|
|
2042
|
+
a.qd = this.ce.ce.t8;
|
|
2043
2043
|
};
|
|
2044
2044
|
GeographicXYTriangulatingSeriesView.prototype.cg = function () {
|
|
2045
2045
|
this.ce.qe.re = this.ce.qq;
|
|
@@ -2113,16 +2113,16 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2113
2113
|
_this.fp = NaN;
|
|
2114
2114
|
_this.fz = Rect.empty;
|
|
2115
2115
|
_this.fn = a;
|
|
2116
|
-
_this.fn.
|
|
2117
|
-
_this.fn.
|
|
2116
|
+
_this.fn.sj = 2;
|
|
2117
|
+
_this.fn.ho = 5E-06;
|
|
2118
2118
|
return _this;
|
|
2119
2119
|
}
|
|
2120
2120
|
XamGeographicMapView.prototype.m = function (a) {
|
|
2121
2121
|
return 2;
|
|
2122
2122
|
};
|
|
2123
2123
|
XamGeographicMapView.prototype.bk = function (a) {
|
|
2124
|
-
this.j.
|
|
2125
|
-
this.fn.
|
|
2124
|
+
this.j.bw(a);
|
|
2125
|
+
this.fn.vb(a);
|
|
2126
2126
|
this.el();
|
|
2127
2127
|
};
|
|
2128
2128
|
XamGeographicMapView.prototype.get_ap = function () {
|
|
@@ -2134,7 +2134,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2134
2134
|
var c;
|
|
2135
2135
|
var d;
|
|
2136
2136
|
var e;
|
|
2137
|
-
var f = this.j.
|
|
2137
|
+
var f = this.j.a8(a, b, c, d, e);
|
|
2138
2138
|
a = f.p0;
|
|
2139
2139
|
b = f.p1;
|
|
2140
2140
|
c = f.p2;
|
|
@@ -2185,18 +2185,18 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2185
2185
|
}
|
|
2186
2186
|
};
|
|
2187
2187
|
XamGeographicMapView.prototype.fr = function (a) {
|
|
2188
|
-
if (this.fn.
|
|
2189
|
-
this.fn.
|
|
2188
|
+
if (this.fn.ub != null) {
|
|
2189
|
+
this.fn.ub.windowRect = a;
|
|
2190
2190
|
}
|
|
2191
2191
|
};
|
|
2192
2192
|
XamGeographicMapView.prototype.fu = function (a, b) {
|
|
2193
|
-
if (this.fn.
|
|
2194
|
-
this.fn.
|
|
2193
|
+
if (this.fn.ub != null) {
|
|
2194
|
+
this.fn.ub.windowRect = this.fn.tj;
|
|
2195
2195
|
}
|
|
2196
2196
|
if (a != null) {
|
|
2197
2197
|
var c = a.ao;
|
|
2198
2198
|
if (c != null) {
|
|
2199
|
-
this.fn.al.
|
|
2199
|
+
this.fn.al.h.remove(c.ag);
|
|
2200
2200
|
}
|
|
2201
2201
|
a.bd(null);
|
|
2202
2202
|
a.be(null);
|
|
@@ -2204,7 +2204,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2204
2204
|
if (b != null) {
|
|
2205
2205
|
var d = b.ao;
|
|
2206
2206
|
if (d != null) {
|
|
2207
|
-
this.fn.al.
|
|
2207
|
+
this.fn.al.h.add(d.ag);
|
|
2208
2208
|
}
|
|
2209
2209
|
if (!this.fz.isEmpty) {
|
|
2210
2210
|
this.dv(this.fz);
|
|
@@ -2218,7 +2218,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2218
2218
|
}
|
|
2219
2219
|
};
|
|
2220
2220
|
XamGeographicMapView.prototype.ft = function (a) {
|
|
2221
|
-
var b = this.fn.
|
|
2221
|
+
var b = this.fn.gf;
|
|
2222
2222
|
if (b != 1) {
|
|
2223
2223
|
a.aa();
|
|
2224
2224
|
a.ab(b, b);
|
|
@@ -2441,6 +2441,9 @@ var IgxImageTilesReadyEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
2441
2441
|
this._implementation = this.createImplementation();
|
|
2442
2442
|
this._implementation.externalObject = this;
|
|
2443
2443
|
this.onImplementationCreated();
|
|
2444
|
+
if (this._initializeAdapters) {
|
|
2445
|
+
this._initializeAdapters();
|
|
2446
|
+
}
|
|
2444
2447
|
}
|
|
2445
2448
|
IgxImageTilesReadyEventArgs.prototype.createImplementation = function () {
|
|
2446
2449
|
return new ImageTilesReadyEventArgs();
|
|
@@ -2736,10 +2739,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2736
2739
|
* Gets or sets zoomability of the current control
|
|
2737
2740
|
*/
|
|
2738
2741
|
get: function () {
|
|
2739
|
-
return this.i.
|
|
2742
|
+
return this.i.uo;
|
|
2740
2743
|
},
|
|
2741
2744
|
set: function (v) {
|
|
2742
|
-
this.i.
|
|
2745
|
+
this.i.uo = ensureBool(v);
|
|
2743
2746
|
},
|
|
2744
2747
|
enumerable: false,
|
|
2745
2748
|
configurable: true
|
|
@@ -2749,10 +2752,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2749
2752
|
* Gets or sets the behavior to use during resize.
|
|
2750
2753
|
*/
|
|
2751
2754
|
get: function () {
|
|
2752
|
-
return this.i.
|
|
2755
|
+
return this.i.uh;
|
|
2753
2756
|
},
|
|
2754
2757
|
set: function (v) {
|
|
2755
|
-
this.i.
|
|
2758
|
+
this.i.uh = ensureEnum(MapResizeBehavior_$type, v);
|
|
2756
2759
|
},
|
|
2757
2760
|
enumerable: false,
|
|
2758
2761
|
configurable: true
|
|
@@ -2762,10 +2765,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2762
2765
|
* Gets or sets if the map should horizontally wrap.
|
|
2763
2766
|
*/
|
|
2764
2767
|
get: function () {
|
|
2765
|
-
return this.i.
|
|
2768
|
+
return this.i.ul;
|
|
2766
2769
|
},
|
|
2767
2770
|
set: function (v) {
|
|
2768
|
-
this.i.
|
|
2771
|
+
this.i.ul = ensureBool(v);
|
|
2769
2772
|
},
|
|
2770
2773
|
enumerable: false,
|
|
2771
2774
|
configurable: true
|
|
@@ -2775,10 +2778,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2775
2778
|
* Gets or sets if the map should horizontally wrap.
|
|
2776
2779
|
*/
|
|
2777
2780
|
get: function () {
|
|
2778
|
-
return this.i.
|
|
2781
|
+
return this.i.ud;
|
|
2779
2782
|
},
|
|
2780
2783
|
set: function (v) {
|
|
2781
|
-
this.i.
|
|
2784
|
+
this.i.ud = ensureEnum(MapBackgroundTilingMode_$type, v);
|
|
2782
2785
|
},
|
|
2783
2786
|
enumerable: false,
|
|
2784
2787
|
configurable: true
|
|
@@ -2788,10 +2791,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2788
2791
|
* Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
|
|
2789
2792
|
*/
|
|
2790
2793
|
get: function () {
|
|
2791
|
-
return this.i.
|
|
2794
|
+
return this.i.un;
|
|
2792
2795
|
},
|
|
2793
2796
|
set: function (v) {
|
|
2794
|
-
this.i.
|
|
2797
|
+
this.i.un = ensureBool(v);
|
|
2795
2798
|
},
|
|
2796
2799
|
enumerable: false,
|
|
2797
2800
|
configurable: true
|
|
@@ -2801,10 +2804,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2801
2804
|
* Gets or sets whether skip resetting the zoom when the world rect changes.
|
|
2802
2805
|
*/
|
|
2803
2806
|
get: function () {
|
|
2804
|
-
return this.i.
|
|
2807
|
+
return this.i.um;
|
|
2805
2808
|
},
|
|
2806
2809
|
set: function (v) {
|
|
2807
|
-
this.i.
|
|
2810
|
+
this.i.um = ensureBool(v);
|
|
2808
2811
|
},
|
|
2809
2812
|
enumerable: false,
|
|
2810
2813
|
configurable: true
|
|
@@ -2814,10 +2817,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2814
2817
|
* Gets or sets the world bounding rectangle.
|
|
2815
2818
|
*/
|
|
2816
2819
|
get: function () {
|
|
2817
|
-
return fromRect(this.i.
|
|
2820
|
+
return fromRect(this.i.wj);
|
|
2818
2821
|
},
|
|
2819
2822
|
set: function (v) {
|
|
2820
|
-
this.i.
|
|
2823
|
+
this.i.wj = toRect(v);
|
|
2821
2824
|
},
|
|
2822
2825
|
enumerable: false,
|
|
2823
2826
|
configurable: true
|
|
@@ -2827,10 +2830,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2827
2830
|
* Gets the actual value of the WorldRect.
|
|
2828
2831
|
*/
|
|
2829
2832
|
get: function () {
|
|
2830
|
-
return fromRect(this.i.
|
|
2833
|
+
return fromRect(this.i.v7);
|
|
2831
2834
|
},
|
|
2832
2835
|
set: function (v) {
|
|
2833
|
-
this.i.
|
|
2836
|
+
this.i.v7 = toRect(v);
|
|
2834
2837
|
},
|
|
2835
2838
|
enumerable: false,
|
|
2836
2839
|
configurable: true
|
|
@@ -2841,7 +2844,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2841
2844
|
* 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.
|
|
2842
2845
|
*/
|
|
2843
2846
|
get: function () {
|
|
2844
|
-
var r = this.i.
|
|
2847
|
+
var r = this.i.t6;
|
|
2845
2848
|
if (r == null) {
|
|
2846
2849
|
return null;
|
|
2847
2850
|
}
|
|
@@ -2857,7 +2860,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2857
2860
|
set: function (v) {
|
|
2858
2861
|
if (v != null && this._stylingContainer && v._styling)
|
|
2859
2862
|
v._styling(this._stylingContainer, this, this);
|
|
2860
|
-
v == null ? this.i.
|
|
2863
|
+
v == null ? this.i.t6 = null : this.i.t6 = v.i;
|
|
2861
2864
|
},
|
|
2862
2865
|
enumerable: false,
|
|
2863
2866
|
configurable: true
|
|
@@ -2868,7 +2871,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2868
2871
|
* 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.
|
|
2869
2872
|
*/
|
|
2870
2873
|
get: function () {
|
|
2871
|
-
var r = this.i.
|
|
2874
|
+
var r = this.i.t8;
|
|
2872
2875
|
if (r == null) {
|
|
2873
2876
|
return null;
|
|
2874
2877
|
}
|
|
@@ -2884,7 +2887,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2884
2887
|
set: function (v) {
|
|
2885
2888
|
if (v != null && this._stylingContainer && v._styling)
|
|
2886
2889
|
v._styling(this._stylingContainer, this, this);
|
|
2887
|
-
v == null ? this.i.
|
|
2890
|
+
v == null ? this.i.t8 = null : this.i.t8 = v.i;
|
|
2888
2891
|
},
|
|
2889
2892
|
enumerable: false,
|
|
2890
2893
|
configurable: true
|
|
@@ -2894,7 +2897,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2894
2897
|
* Indicates if this SeriesViewer is a map.
|
|
2895
2898
|
*/
|
|
2896
2899
|
get: function () {
|
|
2897
|
-
return this.i.
|
|
2900
|
+
return this.i.ek;
|
|
2898
2901
|
},
|
|
2899
2902
|
enumerable: false,
|
|
2900
2903
|
configurable: true
|
|
@@ -2905,10 +2908,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2905
2908
|
* This property is effectively a shortcut to the Width/Height of the WindowRect property.
|
|
2906
2909
|
*/
|
|
2907
2910
|
get: function () {
|
|
2908
|
-
return this.i.
|
|
2911
|
+
return this.i.ut;
|
|
2909
2912
|
},
|
|
2910
2913
|
set: function (v) {
|
|
2911
|
-
this.i.
|
|
2914
|
+
this.i.ut = +v;
|
|
2912
2915
|
},
|
|
2913
2916
|
enumerable: false,
|
|
2914
2917
|
configurable: true
|
|
@@ -2919,10 +2922,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2919
2922
|
* This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
|
|
2920
2923
|
*/
|
|
2921
2924
|
get: function () {
|
|
2922
|
-
return this.i.
|
|
2925
|
+
return this.i.us;
|
|
2923
2926
|
},
|
|
2924
2927
|
set: function (v) {
|
|
2925
|
-
this.i.
|
|
2928
|
+
this.i.us = +v;
|
|
2926
2929
|
},
|
|
2927
2930
|
enumerable: false,
|
|
2928
2931
|
configurable: true
|
|
@@ -2932,7 +2935,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2932
2935
|
* Gets whether or not the control is ready for zooming
|
|
2933
2936
|
*/
|
|
2934
2937
|
get: function () {
|
|
2935
|
-
return this.i.
|
|
2938
|
+
return this.i.up;
|
|
2936
2939
|
},
|
|
2937
2940
|
enumerable: false,
|
|
2938
2941
|
configurable: true
|
|
@@ -2963,7 +2966,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2963
2966
|
|
|
2964
2967
|
*/
|
|
2965
2968
|
IgxGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
|
|
2966
|
-
var iv = this.i.
|
|
2969
|
+
var iv = this.i.wb();
|
|
2967
2970
|
return fromRect(iv);
|
|
2968
2971
|
};
|
|
2969
2972
|
/**
|
|
@@ -2980,14 +2983,14 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2980
2983
|
|
|
2981
2984
|
*/
|
|
2982
2985
|
IgxGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
|
|
2983
|
-
this.i.
|
|
2986
|
+
this.i.vn(toRect(zoomWindow));
|
|
2984
2987
|
};
|
|
2985
2988
|
/**
|
|
2986
2989
|
* Updates world rect in geographic coordinates
|
|
2987
2990
|
|
|
2988
2991
|
*/
|
|
2989
2992
|
IgxGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
|
|
2990
|
-
this.i.
|
|
2993
|
+
this.i.vm(toRect(worldRect));
|
|
2991
2994
|
};
|
|
2992
2995
|
/**
|
|
2993
2996
|
* Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
|
|
@@ -2999,7 +3002,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2999
3002
|
return fromRect(iv);
|
|
3000
3003
|
};
|
|
3001
3004
|
IgxGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
|
|
3002
|
-
var iv = this.i.
|
|
3005
|
+
var iv = this.i.v8(toRect(geographic), extraPixelPadding);
|
|
3003
3006
|
return fromRect(iv);
|
|
3004
3007
|
};
|
|
3005
3008
|
IgxGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
|
|
@@ -3012,7 +3015,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3012
3015
|
* @param windowRect * The zoom area.
|
|
3013
3016
|
*/
|
|
3014
3017
|
IgxGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
|
|
3015
|
-
var iv = this.i.
|
|
3018
|
+
var iv = this.i.wd(toRect(windowRect));
|
|
3016
3019
|
return fromRect(iv);
|
|
3017
3020
|
};
|
|
3018
3021
|
/**
|
|
@@ -3021,7 +3024,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3021
3024
|
* @param pixelCoordinate * A pixel-based coordinate
|
|
3022
3025
|
*/
|
|
3023
3026
|
IgxGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
|
|
3024
|
-
var iv = this.i.
|
|
3027
|
+
var iv = this.i.vz(toPoint(pixelCoordinate));
|
|
3025
3028
|
return fromPoint(iv);
|
|
3026
3029
|
};
|
|
3027
3030
|
/**
|
|
@@ -3030,7 +3033,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3030
3033
|
* @param geographicCoordinate * A geographic coordinate
|
|
3031
3034
|
*/
|
|
3032
3035
|
IgxGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
|
|
3033
|
-
var iv = this.i.
|
|
3036
|
+
var iv = this.i.v0(toPoint(geographicCoordinate));
|
|
3034
3037
|
return fromPoint(iv);
|
|
3035
3038
|
};
|
|
3036
3039
|
/**
|
|
@@ -3039,7 +3042,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3039
3042
|
* @param geographicCoordinate * A geographic coordinate
|
|
3040
3043
|
*/
|
|
3041
3044
|
IgxGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
|
|
3042
|
-
var iv = this.i.
|
|
3045
|
+
var iv = this.i.v1(toPoint(geographicCoordinate));
|
|
3043
3046
|
return fromPoint(iv);
|
|
3044
3047
|
};
|
|
3045
3048
|
/**
|
|
@@ -3047,21 +3050,21 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3047
3050
|
|
|
3048
3051
|
*/
|
|
3049
3052
|
IgxGeographicMapComponent.prototype.clearTileCache = function () {
|
|
3050
|
-
this.i.
|
|
3053
|
+
this.i.va();
|
|
3051
3054
|
};
|
|
3052
3055
|
/**
|
|
3053
3056
|
* Notifies the chart that the CSS styles in effect have been updated.
|
|
3054
3057
|
|
|
3055
3058
|
*/
|
|
3056
3059
|
IgxGeographicMapComponent.prototype.styleUpdated = function () {
|
|
3057
|
-
this.i.
|
|
3060
|
+
this.i.vi();
|
|
3058
3061
|
};
|
|
3059
3062
|
/**
|
|
3060
3063
|
* Gets actual window scale for horizontal dimension of the control
|
|
3061
3064
|
|
|
3062
3065
|
*/
|
|
3063
3066
|
IgxGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
|
|
3064
|
-
var iv = this.i.
|
|
3067
|
+
var iv = this.i.gp();
|
|
3065
3068
|
return (iv);
|
|
3066
3069
|
};
|
|
3067
3070
|
/**
|
|
@@ -3069,7 +3072,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3069
3072
|
|
|
3070
3073
|
*/
|
|
3071
3074
|
IgxGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
|
|
3072
|
-
var iv = this.i.
|
|
3075
|
+
var iv = this.i.gq();
|
|
3073
3076
|
return (iv);
|
|
3074
3077
|
};
|
|
3075
3078
|
/**
|
|
@@ -3084,7 +3087,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3084
3087
|
|
|
3085
3088
|
*/
|
|
3086
3089
|
IgxGeographicMapComponent.prototype.exportVisualData = function () {
|
|
3087
|
-
var iv = this.i.
|
|
3090
|
+
var iv = this.i.uw();
|
|
3088
3091
|
return (iv);
|
|
3089
3092
|
};
|
|
3090
3093
|
/**
|
|
@@ -3093,7 +3096,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3093
3096
|
* @param geographic * The geographic region to zoom to.
|
|
3094
3097
|
*/
|
|
3095
3098
|
IgxGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
|
|
3096
|
-
this.i.
|
|
3099
|
+
this.i.vp(toRect(geographic));
|
|
3097
3100
|
};
|
|
3098
3101
|
Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
|
|
3099
3102
|
/**
|
|
@@ -3277,6 +3280,9 @@ var IgxImagesChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
3277
3280
|
this._implementation = this.createImplementation();
|
|
3278
3281
|
this._implementation.externalObject = this;
|
|
3279
3282
|
this.onImplementationCreated();
|
|
3283
|
+
if (this._initializeAdapters) {
|
|
3284
|
+
this._initializeAdapters();
|
|
3285
|
+
}
|
|
3280
3286
|
}
|
|
3281
3287
|
IgxImagesChangedEventArgs.prototype.createImplementation = function () {
|
|
3282
3288
|
return new ImagesChangedEventArgs();
|
|
@@ -3314,6 +3320,9 @@ var IgxGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
|
|
|
3314
3320
|
this._implementation = this.createImplementation();
|
|
3315
3321
|
this._implementation.externalObject = this;
|
|
3316
3322
|
this.onImplementationCreated();
|
|
3323
|
+
if (this._initializeAdapters) {
|
|
3324
|
+
this._initializeAdapters();
|
|
3325
|
+
}
|
|
3317
3326
|
}
|
|
3318
3327
|
IgxGeographicMapImagery.prototype.createImplementation = function () {
|
|
3319
3328
|
return null;
|
|
@@ -5564,8 +5573,8 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
5564
5573
|
a.qv = null;
|
|
5565
5574
|
return;
|
|
5566
5575
|
}
|
|
5567
|
-
a.qt = this.ce.ce.
|
|
5568
|
-
a.qv = this.ce.ce.
|
|
5576
|
+
a.qt = this.ce.ce.t6;
|
|
5577
|
+
a.qv = this.ce.ce.t8;
|
|
5569
5578
|
};
|
|
5570
5579
|
GeographicShapeSeriesBaseView.prototype.ch = function () {
|
|
5571
5580
|
this.ce.qe.r5 = this.ce.q7;
|
|
@@ -6638,7 +6647,7 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6638
6647
|
if (f != null && typeCast(XamGeographicMap.$, this.ce) !== null) {
|
|
6639
6648
|
f.geographicMap = this.ce;
|
|
6640
6649
|
this.tb(this.b1);
|
|
6641
|
-
this.sz.da(this.ce.
|
|
6650
|
+
this.sz.da(this.ce.tj);
|
|
6642
6651
|
}
|
|
6643
6652
|
this.lu();
|
|
6644
6653
|
break;
|
|
@@ -7597,10 +7606,10 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
7597
7606
|
this.ce.qe.tb = this.ce.qq;
|
|
7598
7607
|
};
|
|
7599
7608
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7600
|
-
this.ce.qe.xAxis = this.ce.ce.
|
|
7609
|
+
this.ce.qe.xAxis = this.ce.ce.t6;
|
|
7601
7610
|
};
|
|
7602
7611
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7603
|
-
this.ce.qe.yAxis = this.ce.ce.
|
|
7612
|
+
this.ce.qe.yAxis = this.ce.ce.t8;
|
|
7604
7613
|
};
|
|
7605
7614
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
7606
7615
|
var a = this.ce.qe;
|
|
@@ -7609,8 +7618,8 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
7609
7618
|
a.yAxis = null;
|
|
7610
7619
|
return;
|
|
7611
7620
|
}
|
|
7612
|
-
a.xAxis = this.ce.ce.
|
|
7613
|
-
a.yAxis = this.ce.ce.
|
|
7621
|
+
a.xAxis = this.ce.ce.t6;
|
|
7622
|
+
a.yAxis = this.ce.ce.t8;
|
|
7614
7623
|
};
|
|
7615
7624
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
7616
7625
|
this.ce.qe.rn = this.ce.ri;
|
|
@@ -8290,10 +8299,10 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
8290
8299
|
this.ce.qe.tb = this.ce.qq;
|
|
8291
8300
|
};
|
|
8292
8301
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
8293
|
-
this.ce.qe.xAxis = this.ce.ce.
|
|
8302
|
+
this.ce.qe.xAxis = this.ce.ce.t6;
|
|
8294
8303
|
};
|
|
8295
8304
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
8296
|
-
this.ce.qe.yAxis = this.ce.ce.
|
|
8305
|
+
this.ce.qe.yAxis = this.ce.ce.t8;
|
|
8297
8306
|
};
|
|
8298
8307
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
8299
8308
|
var a = this.ce.qe;
|
|
@@ -8302,8 +8311,8 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
8302
8311
|
a.yAxis = null;
|
|
8303
8312
|
return;
|
|
8304
8313
|
}
|
|
8305
|
-
a.xAxis = this.ce.ce.
|
|
8306
|
-
a.yAxis = this.ce.ce.
|
|
8314
|
+
a.xAxis = this.ce.ce.t6;
|
|
8315
|
+
a.yAxis = this.ce.ce.t8;
|
|
8307
8316
|
};
|
|
8308
8317
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8309
8318
|
this.ce.qe.rx = this.ce.rm;
|
|
@@ -9123,14 +9132,14 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
9123
9132
|
a.ql = null;
|
|
9124
9133
|
return;
|
|
9125
9134
|
}
|
|
9126
|
-
a.qj = this.ce.ce.
|
|
9127
|
-
a.ql = this.ce.ce.
|
|
9135
|
+
a.qj = this.ce.ce.t6;
|
|
9136
|
+
a.ql = this.ce.ce.t8;
|
|
9128
9137
|
};
|
|
9129
9138
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
9130
|
-
this.ce.qe.qj = this.ce.ce.
|
|
9139
|
+
this.ce.qe.qj = this.ce.ce.t6;
|
|
9131
9140
|
};
|
|
9132
9141
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
9133
|
-
this.ce.qe.ql = this.ce.ce.
|
|
9142
|
+
this.ce.qe.ql = this.ce.ce.t8;
|
|
9134
9143
|
};
|
|
9135
9144
|
GeographicHighDensityScatterSeriesView.prototype.ch = function () {
|
|
9136
9145
|
this.ce.qe.ts = this.ce.rm;
|