igniteui-webcomponents-maps 4.3.1 → 4.3.3-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 +7 -7
- package/README.md +8 -8
- package/bundles/igniteui-webcomponents-maps.umd.js +471 -453
- 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/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/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-imagery.js +6 -0
- package/esm2015/lib/igc-image-tiles-ready-event-args.js +6 -0
- package/esm2015/lib/igc-images-changed-event-args.js +6 -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/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-imagery.js +6 -0
- package/esm5/lib/igc-image-tiles-ready-event-args.js +6 -0
- package/esm5/lib/igc-images-changed-event-args.js +6 -0
- package/fesm2015/igniteui-webcomponents-maps.js +477 -459
- package/fesm5/igniteui-webcomponents-maps.js +471 -453
- package/lib/XamGeographicMap_combined.d.ts +85 -85
- package/package.json +4 -4
|
@@ -192,8 +192,8 @@
|
|
|
192
192
|
}
|
|
193
193
|
};
|
|
194
194
|
SphericalMercatorVerticalScaler.prototype.t = function (a, b, c, d, e) {
|
|
195
|
-
d = this.ak(a.
|
|
196
|
-
e = this.ak(a.
|
|
195
|
+
d = this.ak(a.l5);
|
|
196
|
+
e = this.ak(a.l4);
|
|
197
197
|
return {
|
|
198
198
|
p3: d,
|
|
199
199
|
p4: e
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
}
|
|
369
369
|
};
|
|
370
370
|
SphericalMercatorHorizontalScaler.prototype.t = function (a, b, c, d, e) {
|
|
371
|
-
d = a.
|
|
372
|
-
e = a.
|
|
371
|
+
d = a.l5;
|
|
372
|
+
e = a.l4;
|
|
373
373
|
return {
|
|
374
374
|
p3: d,
|
|
375
375
|
p4: e
|
|
@@ -611,10 +611,10 @@
|
|
|
611
611
|
case "SeriesViewer":
|
|
612
612
|
this.qe.ce = this.ce;
|
|
613
613
|
if (c != null) {
|
|
614
|
-
c.
|
|
614
|
+
c.oz(this.qe);
|
|
615
615
|
}
|
|
616
616
|
if (d != null) {
|
|
617
|
-
this.ce.
|
|
617
|
+
this.ce.lo(this.qe);
|
|
618
618
|
}
|
|
619
619
|
this.qe.mc(this.p7);
|
|
620
620
|
this.qe.index = this.index;
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
return;
|
|
714
714
|
}
|
|
715
715
|
if (!igniteuiWebcomponentsCore.isNaN_(this.qg)) {
|
|
716
|
-
if (this.ce.
|
|
716
|
+
if (this.ce.tj.width > this.qg) {
|
|
717
717
|
var hs_ = this.qe;
|
|
718
718
|
var v_ = 1;
|
|
719
719
|
hs_.visibility = v_;
|
|
@@ -875,103 +875,103 @@
|
|
|
875
875
|
tslib.__extends(XamGeographicMap, _super);
|
|
876
876
|
function XamGeographicMap() {
|
|
877
877
|
var _this = _super.call(this) || this;
|
|
878
|
-
_this.
|
|
879
|
-
_this.
|
|
880
|
-
_this.
|
|
881
|
-
_this.
|
|
882
|
-
_this.
|
|
883
|
-
_this.
|
|
884
|
-
_this.
|
|
885
|
-
_this.
|
|
886
|
-
_this.
|
|
887
|
-
_this.
|
|
888
|
-
_this.
|
|
889
|
-
_this.
|
|
878
|
+
_this.uv = null;
|
|
879
|
+
_this.uk = false;
|
|
880
|
+
_this.uc = 1;
|
|
881
|
+
_this.ur = 0;
|
|
882
|
+
_this.v2 = null;
|
|
883
|
+
_this.t9 = null;
|
|
884
|
+
_this.t5 = null;
|
|
885
|
+
_this.t7 = null;
|
|
886
|
+
_this.ub = null;
|
|
887
|
+
_this.vy = { $type: igniteuiWebcomponentsCore.Point_$type, x: NaN, y: NaN };
|
|
888
|
+
_this.v5 = null;
|
|
889
|
+
_this.uq = 1;
|
|
890
890
|
_this.imageTilesReady = null;
|
|
891
|
-
_this.
|
|
892
|
-
_this.
|
|
893
|
-
_this.
|
|
891
|
+
_this.uj = null;
|
|
892
|
+
_this.v4 = igniteuiWebcomponentsCore.Rect.empty;
|
|
893
|
+
_this.ur = SphericalMercatorVerticalScaler.am(XamGeographicMap.v3.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.v3.top);
|
|
894
894
|
_this.ab = XamGeographicMap.$;
|
|
895
895
|
_this.backgroundContent = new OpenStreetMapImagery();
|
|
896
896
|
var a = ((function () {
|
|
897
897
|
var $ret = new igniteuiWebcomponentsCharts.NumericXAxis();
|
|
898
|
-
$ret.
|
|
898
|
+
$ret.bi = _this;
|
|
899
899
|
return $ret;
|
|
900
900
|
})());
|
|
901
|
-
a.
|
|
902
|
-
_this.
|
|
903
|
-
_this.
|
|
901
|
+
a.cf = true;
|
|
902
|
+
_this.t6 = a;
|
|
903
|
+
_this.t6.nl = new SphericalMercatorHorizontalScaler();
|
|
904
904
|
var b = ((function () {
|
|
905
905
|
var $ret = new igniteuiWebcomponentsCharts.NumericYAxis();
|
|
906
|
-
$ret.
|
|
906
|
+
$ret.bi = _this;
|
|
907
907
|
return $ret;
|
|
908
908
|
})());
|
|
909
|
-
b.
|
|
910
|
-
_this.
|
|
911
|
-
_this.
|
|
912
|
-
_this.
|
|
913
|
-
_this.
|
|
914
|
-
_this.
|
|
909
|
+
b.cf = true;
|
|
910
|
+
_this.t8 = b;
|
|
911
|
+
_this.t8.nl = new SphericalMercatorVerticalScaler();
|
|
912
|
+
_this.vd();
|
|
913
|
+
_this.vk();
|
|
914
|
+
_this.ma();
|
|
915
915
|
return _this;
|
|
916
916
|
}
|
|
917
917
|
XamGeographicMap.prototype.provideContainer = function (a) {
|
|
918
918
|
_super.prototype.provideContainer.call(this, a);
|
|
919
|
-
this.
|
|
920
|
-
this.
|
|
919
|
+
this.t6.provideRenderer(a);
|
|
920
|
+
this.t8.provideRenderer(a);
|
|
921
921
|
};
|
|
922
|
-
XamGeographicMap.prototype.
|
|
923
|
-
_super.prototype.
|
|
924
|
-
this.
|
|
925
|
-
};
|
|
926
|
-
XamGeographicMap.prototype.er = function () {
|
|
927
|
-
return this.uf;
|
|
922
|
+
XamGeographicMap.prototype.ma = function () {
|
|
923
|
+
_super.prototype.ma.call(this);
|
|
924
|
+
this.ui.fv(this.gf);
|
|
928
925
|
};
|
|
929
926
|
XamGeographicMap.prototype.es = function () {
|
|
930
|
-
return this.
|
|
927
|
+
return this.uo;
|
|
928
|
+
};
|
|
929
|
+
XamGeographicMap.prototype.et = function () {
|
|
930
|
+
return this.uo;
|
|
931
931
|
};
|
|
932
|
-
XamGeographicMap.prototype.
|
|
933
|
-
if (this.
|
|
934
|
-
if (this.
|
|
932
|
+
XamGeographicMap.prototype.uf = function () {
|
|
933
|
+
if (this.ud == 0) {
|
|
934
|
+
if (this.uk) {
|
|
935
935
|
return 2;
|
|
936
936
|
}
|
|
937
937
|
}
|
|
938
938
|
return 1;
|
|
939
939
|
};
|
|
940
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
940
|
+
Object.defineProperty(XamGeographicMap.prototype, "ue", {
|
|
941
941
|
get: function () {
|
|
942
|
-
return this.
|
|
942
|
+
return this.uc;
|
|
943
943
|
},
|
|
944
944
|
set: function (a) {
|
|
945
|
-
this.
|
|
945
|
+
this.uc = a;
|
|
946
946
|
},
|
|
947
947
|
enumerable: false,
|
|
948
948
|
configurable: true
|
|
949
949
|
});
|
|
950
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
950
|
+
Object.defineProperty(XamGeographicMap.prototype, "v7", {
|
|
951
951
|
get: function () {
|
|
952
|
-
return this.
|
|
952
|
+
return this.v2;
|
|
953
953
|
},
|
|
954
954
|
set: function (a) {
|
|
955
|
-
var b = igniteuiWebcomponentsCore.Rect.l_op_Inequality(this.
|
|
955
|
+
var b = igniteuiWebcomponentsCore.Rect.l_op_Inequality(this.v2, a);
|
|
956
956
|
if (b) {
|
|
957
|
-
var c = this.
|
|
958
|
-
this.
|
|
959
|
-
this.
|
|
957
|
+
var c = this.v2;
|
|
958
|
+
this.v2 = a;
|
|
959
|
+
this.oi("ActualWorldRect", c, a);
|
|
960
960
|
}
|
|
961
961
|
},
|
|
962
962
|
enumerable: false,
|
|
963
963
|
configurable: true
|
|
964
964
|
});
|
|
965
|
-
XamGeographicMap.prototype.
|
|
966
|
-
return this.
|
|
965
|
+
XamGeographicMap.prototype.wb = function () {
|
|
966
|
+
return this.v7;
|
|
967
967
|
};
|
|
968
|
-
XamGeographicMap.prototype.
|
|
969
|
-
if (this.
|
|
968
|
+
XamGeographicMap.prototype.vd = function () {
|
|
969
|
+
if (this.wj.isEmpty) {
|
|
970
970
|
return;
|
|
971
971
|
}
|
|
972
|
-
this.
|
|
972
|
+
this.v7 = this.wh(this.wj, this.cd == 1);
|
|
973
973
|
};
|
|
974
|
-
XamGeographicMap.prototype.
|
|
974
|
+
XamGeographicMap.prototype.wh = function (a, b) {
|
|
975
975
|
var c = a.top;
|
|
976
976
|
var d = a.left;
|
|
977
977
|
var e = a.width;
|
|
@@ -979,25 +979,25 @@
|
|
|
979
979
|
var g = SphericalMercatorVerticalScaler.am(a.bottom);
|
|
980
980
|
var h = SphericalMercatorVerticalScaler.am(a.top);
|
|
981
981
|
var i = g - h;
|
|
982
|
-
var j = a.width / XamGeographicMap.
|
|
983
|
-
var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.
|
|
982
|
+
var j = a.width / XamGeographicMap.v3.width;
|
|
983
|
+
var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.v3.top);
|
|
984
984
|
var l = i / j;
|
|
985
|
-
if (i / j > this.
|
|
986
|
-
var m = i / this.
|
|
985
|
+
if (i / j > this.ur) {
|
|
986
|
+
var m = i / this.ur;
|
|
987
987
|
var n = m - j;
|
|
988
|
-
d = d - (n / 2) * XamGeographicMap.
|
|
989
|
-
e = m * XamGeographicMap.
|
|
988
|
+
d = d - (n / 2) * XamGeographicMap.v3.width;
|
|
989
|
+
e = m * XamGeographicMap.v3.width;
|
|
990
990
|
if (b) {
|
|
991
|
-
if (d < XamGeographicMap.
|
|
992
|
-
d += (XamGeographicMap.
|
|
991
|
+
if (d < XamGeographicMap.v3.left) {
|
|
992
|
+
d += (XamGeographicMap.v3.left - d);
|
|
993
993
|
}
|
|
994
|
-
else if ((d + e) > XamGeographicMap.
|
|
995
|
-
d -= ((d + e) - XamGeographicMap.
|
|
994
|
+
else if ((d + e) > XamGeographicMap.v3.right) {
|
|
995
|
+
d -= ((d + e) - XamGeographicMap.v3.right);
|
|
996
996
|
}
|
|
997
997
|
}
|
|
998
998
|
}
|
|
999
|
-
else if (i / j < this.
|
|
1000
|
-
var o = this.
|
|
999
|
+
else if (i / j < this.ur) {
|
|
1000
|
+
var o = this.ur * j;
|
|
1001
1001
|
var p = o - i;
|
|
1002
1002
|
var q = h - (p / 2);
|
|
1003
1003
|
var r = g + (p / 2);
|
|
@@ -1006,9 +1006,9 @@
|
|
|
1006
1006
|
q += (k - q);
|
|
1007
1007
|
r += (k - q);
|
|
1008
1008
|
}
|
|
1009
|
-
else if (r > (k + this.
|
|
1010
|
-
q -= ((r) - (k + this.
|
|
1011
|
-
r -= ((r) - (k + this.
|
|
1009
|
+
else if (r > (k + this.ur)) {
|
|
1010
|
+
q -= ((r) - (k + this.ur));
|
|
1011
|
+
r -= ((r) - (k + this.ur));
|
|
1012
1012
|
}
|
|
1013
1013
|
}
|
|
1014
1014
|
c = SphericalMercatorVerticalScaler.aq(q);
|
|
@@ -1019,44 +1019,44 @@
|
|
|
1019
1019
|
};
|
|
1020
1020
|
Object.defineProperty(XamGeographicMap.prototype, "backgroundContent", {
|
|
1021
1021
|
get: function () {
|
|
1022
|
-
return this.
|
|
1022
|
+
return this.t9;
|
|
1023
1023
|
},
|
|
1024
1024
|
set: function (a) {
|
|
1025
1025
|
var b = a != this.backgroundContent;
|
|
1026
1026
|
if (b) {
|
|
1027
1027
|
var c = this.backgroundContent;
|
|
1028
|
-
this.
|
|
1029
|
-
this.
|
|
1028
|
+
this.t9 = a;
|
|
1029
|
+
this.oi("BackgroundContent", c, a);
|
|
1030
1030
|
}
|
|
1031
1031
|
},
|
|
1032
1032
|
enumerable: false,
|
|
1033
1033
|
configurable: true
|
|
1034
1034
|
});
|
|
1035
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
1035
|
+
Object.defineProperty(XamGeographicMap.prototype, "t6", {
|
|
1036
1036
|
get: function () {
|
|
1037
|
-
return this.
|
|
1037
|
+
return this.t5;
|
|
1038
1038
|
},
|
|
1039
1039
|
set: function (a) {
|
|
1040
|
-
var b = a != this.
|
|
1040
|
+
var b = a != this.t6;
|
|
1041
1041
|
if (b) {
|
|
1042
|
-
var c = this.
|
|
1043
|
-
this.
|
|
1044
|
-
this.
|
|
1042
|
+
var c = this.t6;
|
|
1043
|
+
this.t5 = a;
|
|
1044
|
+
this.oi("XAxis", c, a);
|
|
1045
1045
|
}
|
|
1046
1046
|
},
|
|
1047
1047
|
enumerable: false,
|
|
1048
1048
|
configurable: true
|
|
1049
1049
|
});
|
|
1050
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
1050
|
+
Object.defineProperty(XamGeographicMap.prototype, "t8", {
|
|
1051
1051
|
get: function () {
|
|
1052
|
-
return this.
|
|
1052
|
+
return this.t7;
|
|
1053
1053
|
},
|
|
1054
1054
|
set: function (a) {
|
|
1055
|
-
var b = a != this.
|
|
1055
|
+
var b = a != this.t8;
|
|
1056
1056
|
if (b) {
|
|
1057
|
-
var c = this.
|
|
1058
|
-
this.
|
|
1059
|
-
this.
|
|
1057
|
+
var c = this.t8;
|
|
1058
|
+
this.t7 = a;
|
|
1059
|
+
this.oi("YAxis", c, a);
|
|
1060
1060
|
}
|
|
1061
1061
|
},
|
|
1062
1062
|
enumerable: false,
|
|
@@ -1065,41 +1065,41 @@
|
|
|
1065
1065
|
XamGeographicMap.prototype.getZoomRectFromGeoRect = function (a) {
|
|
1066
1066
|
return this.getZoomFromGeographicRect(a);
|
|
1067
1067
|
};
|
|
1068
|
-
XamGeographicMap.prototype.
|
|
1069
|
-
this.
|
|
1068
|
+
XamGeographicMap.prototype.vn = function (a) {
|
|
1069
|
+
this.tz = a;
|
|
1070
1070
|
};
|
|
1071
|
-
XamGeographicMap.prototype.
|
|
1072
|
-
this.
|
|
1071
|
+
XamGeographicMap.prototype.vm = function (a) {
|
|
1072
|
+
this.wj = a;
|
|
1073
1073
|
};
|
|
1074
1074
|
XamGeographicMap.prototype.getZoomFromGeographicRect = function (a) {
|
|
1075
|
-
return this.
|
|
1075
|
+
return this.v9(a, true, 0);
|
|
1076
1076
|
};
|
|
1077
|
-
XamGeographicMap.prototype.
|
|
1078
|
-
return this.
|
|
1077
|
+
XamGeographicMap.prototype.v8 = function (a, b) {
|
|
1078
|
+
return this.v9(a, false, b);
|
|
1079
1079
|
};
|
|
1080
|
-
XamGeographicMap.prototype.
|
|
1080
|
+
XamGeographicMap.prototype.v9 = function (a, b, c) {
|
|
1081
1081
|
var d = a;
|
|
1082
1082
|
if (b) {
|
|
1083
|
-
d = this.
|
|
1084
|
-
}
|
|
1085
|
-
var e = this.
|
|
1086
|
-
var f = this.
|
|
1087
|
-
var g = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.
|
|
1088
|
-
g.c = this.
|
|
1089
|
-
var h = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.
|
|
1090
|
-
h.c = this.
|
|
1091
|
-
var i = this.
|
|
1092
|
-
var j = this.
|
|
1093
|
-
var k = this.
|
|
1094
|
-
var l = this.
|
|
1095
|
-
var m = (i - c) / this.
|
|
1096
|
-
var n = (l - c) / this.
|
|
1097
|
-
var o = (j - i + (c * 2)) / this.
|
|
1098
|
-
var p = (k - l + (c * 2)) / this.
|
|
1083
|
+
d = this.wh(a, false);
|
|
1084
|
+
}
|
|
1085
|
+
var e = this.t6;
|
|
1086
|
+
var f = this.t8;
|
|
1087
|
+
var g = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.v6, this.ty, e.ch);
|
|
1088
|
+
g.c = this.tn;
|
|
1089
|
+
var h = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.v6, this.ty, f.ch);
|
|
1090
|
+
h.c = this.tn;
|
|
1091
|
+
var i = this.t6.ej(d.left, g);
|
|
1092
|
+
var j = this.t6.ej(d.right, g);
|
|
1093
|
+
var k = this.t8.ej(d.top, h);
|
|
1094
|
+
var l = this.t8.ej(d.bottom, h);
|
|
1095
|
+
var m = (i - c) / this.ty.width;
|
|
1096
|
+
var n = (l - c) / this.ty.height;
|
|
1097
|
+
var o = (j - i + (c * 2)) / this.ty.width;
|
|
1098
|
+
var p = (k - l + (c * 2)) / this.ty.height;
|
|
1099
1099
|
var q = new igniteuiWebcomponentsCore.Rect(0, m, n, o, p);
|
|
1100
|
-
q.intersect(XamGeographicMap.
|
|
1100
|
+
q.intersect(XamGeographicMap.v6);
|
|
1101
1101
|
if (q.isEmpty) {
|
|
1102
|
-
q = XamGeographicMap.
|
|
1102
|
+
q = XamGeographicMap.v6;
|
|
1103
1103
|
}
|
|
1104
1104
|
return q;
|
|
1105
1105
|
};
|
|
@@ -1109,63 +1109,63 @@
|
|
|
1109
1109
|
var e = b.x - a.x;
|
|
1110
1110
|
var f = a.y - b.y;
|
|
1111
1111
|
if (e < 0 || f < 0) {
|
|
1112
|
-
return XamGeographicMap.
|
|
1112
|
+
return XamGeographicMap.v6;
|
|
1113
1113
|
}
|
|
1114
1114
|
else {
|
|
1115
1115
|
var g = new igniteuiWebcomponentsCore.Rect(0, c, d, e, f);
|
|
1116
1116
|
return this.getZoomFromGeographicRect(g);
|
|
1117
1117
|
}
|
|
1118
1118
|
};
|
|
1119
|
-
XamGeographicMap.prototype.
|
|
1120
|
-
var b = this.
|
|
1121
|
-
var c = this.
|
|
1122
|
-
var d = new igniteuiWebcomponentsCharts.ScalerParams(1, a, this.
|
|
1123
|
-
d.c = this.
|
|
1124
|
-
var e = new igniteuiWebcomponentsCharts.ScalerParams(1, a, this.
|
|
1125
|
-
e.c = this.
|
|
1126
|
-
var f = this.
|
|
1127
|
-
var g = b.
|
|
1128
|
-
var h = c.
|
|
1129
|
-
var i = b.
|
|
1130
|
-
var j = c.
|
|
1119
|
+
XamGeographicMap.prototype.wd = function (a) {
|
|
1120
|
+
var b = this.t6;
|
|
1121
|
+
var c = this.t8;
|
|
1122
|
+
var d = new igniteuiWebcomponentsCharts.ScalerParams(1, a, this.ty, b.ch);
|
|
1123
|
+
d.c = this.tn;
|
|
1124
|
+
var e = new igniteuiWebcomponentsCharts.ScalerParams(1, a, this.ty, c.ch);
|
|
1125
|
+
e.c = this.tn;
|
|
1126
|
+
var f = this.tm;
|
|
1127
|
+
var g = b.em(f.left, d);
|
|
1128
|
+
var h = c.em(f.top, e);
|
|
1129
|
+
var i = b.em(f.right, d);
|
|
1130
|
+
var j = c.em(f.bottom, e);
|
|
1131
1131
|
var k = i - g;
|
|
1132
1132
|
var l = h - j;
|
|
1133
1133
|
var m = new igniteuiWebcomponentsCore.Rect(0, g, j, k, l);
|
|
1134
1134
|
if (this.cd == 1) {
|
|
1135
|
-
m.intersect(XamGeographicMap.
|
|
1135
|
+
m.intersect(XamGeographicMap.v3);
|
|
1136
1136
|
if (m.isEmpty) {
|
|
1137
|
-
m = XamGeographicMap.
|
|
1137
|
+
m = XamGeographicMap.v3;
|
|
1138
1138
|
}
|
|
1139
1139
|
}
|
|
1140
1140
|
return m;
|
|
1141
1141
|
};
|
|
1142
|
-
XamGeographicMap.prototype.
|
|
1143
|
-
var b = this.
|
|
1144
|
-
var c = this.
|
|
1142
|
+
XamGeographicMap.prototype.vz = function (a) {
|
|
1143
|
+
var b = this.t6.l8(a.x);
|
|
1144
|
+
var c = this.t8.l8(a.y);
|
|
1145
1145
|
return { $type: igniteuiWebcomponentsCore.Point_$type, x: b, y: c };
|
|
1146
1146
|
};
|
|
1147
|
-
XamGeographicMap.prototype.
|
|
1148
|
-
var b = this.
|
|
1149
|
-
var c = this.
|
|
1147
|
+
XamGeographicMap.prototype.v0 = function (a) {
|
|
1148
|
+
var b = this.t6.e4(a.x);
|
|
1149
|
+
var c = this.t8.e4(a.y);
|
|
1150
1150
|
return { $type: igniteuiWebcomponentsCore.Point_$type, x: b, y: c };
|
|
1151
1151
|
};
|
|
1152
|
-
XamGeographicMap.prototype.
|
|
1153
|
-
return this.
|
|
1152
|
+
XamGeographicMap.prototype.v1 = function (a) {
|
|
1153
|
+
return this.v0(a);
|
|
1154
1154
|
};
|
|
1155
|
-
XamGeographicMap.prototype.
|
|
1155
|
+
XamGeographicMap.prototype.va = function () {
|
|
1156
1156
|
var a = igniteuiWebcomponentsCore.typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
1157
1157
|
if (a != null) {
|
|
1158
1158
|
a.clearTileCache();
|
|
1159
1159
|
}
|
|
1160
1160
|
};
|
|
1161
|
-
XamGeographicMap.prototype.
|
|
1161
|
+
XamGeographicMap.prototype.vg = function (a) {
|
|
1162
1162
|
};
|
|
1163
|
-
XamGeographicMap.prototype.
|
|
1163
|
+
XamGeographicMap.prototype.fh = function () {
|
|
1164
1164
|
return true;
|
|
1165
1165
|
};
|
|
1166
|
-
XamGeographicMap.prototype.
|
|
1166
|
+
XamGeographicMap.prototype.vi = function () {
|
|
1167
1167
|
var e_1, _a;
|
|
1168
|
-
this.
|
|
1168
|
+
this.ui.ee();
|
|
1169
1169
|
try {
|
|
1170
1170
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1171
1171
|
var a = _c.value;
|
|
@@ -1186,128 +1186,128 @@
|
|
|
1186
1186
|
}
|
|
1187
1187
|
}
|
|
1188
1188
|
};
|
|
1189
|
-
XamGeographicMap.prototype.
|
|
1190
|
-
if (this.
|
|
1191
|
-
if (!this.
|
|
1192
|
-
var a = this.
|
|
1193
|
-
var b = this.
|
|
1194
|
-
this.
|
|
1189
|
+
XamGeographicMap.prototype.vl = function () {
|
|
1190
|
+
if (this.uh == 2) {
|
|
1191
|
+
if (!this.ty.isEmpty && this.ty.width > 0 && this.ty.height > 0) {
|
|
1192
|
+
var a = this.t6.l8(this.ty.left + (this.ty.width / 2));
|
|
1193
|
+
var b = this.t8.l8(this.ty.top + (this.ty.height / 2));
|
|
1194
|
+
this.vy = { $type: igniteuiWebcomponentsCore.Point_$type, x: a, y: b };
|
|
1195
1195
|
}
|
|
1196
1196
|
}
|
|
1197
1197
|
else {
|
|
1198
|
-
if (!this.
|
|
1199
|
-
var c = this.
|
|
1200
|
-
var d = this.
|
|
1201
|
-
this.
|
|
1198
|
+
if (!this.ty.isEmpty && this.ty.width > 0 && this.ty.height > 0) {
|
|
1199
|
+
var c = this.t6.l8(this.ty.left);
|
|
1200
|
+
var d = this.t8.l8(this.ty.top);
|
|
1201
|
+
this.vy = { $type: igniteuiWebcomponentsCore.Point_$type, x: c, y: d };
|
|
1202
1202
|
}
|
|
1203
1203
|
}
|
|
1204
1204
|
};
|
|
1205
|
-
XamGeographicMap.prototype.
|
|
1206
|
-
if (igniteuiWebcomponentsCore.isNaN_(this.
|
|
1207
|
-
this.
|
|
1205
|
+
XamGeographicMap.prototype.vh = function () {
|
|
1206
|
+
if (igniteuiWebcomponentsCore.isNaN_(this.vy.x) || igniteuiWebcomponentsCore.isNaN_(this.vy.y)) {
|
|
1207
|
+
this.vl();
|
|
1208
1208
|
}
|
|
1209
|
-
var a = this.
|
|
1210
|
-
var b = this.
|
|
1209
|
+
var a = this.vy.x;
|
|
1210
|
+
var b = this.vy.y;
|
|
1211
1211
|
if (!igniteuiWebcomponentsCore.isNaN_(a) && !igniteuiWebcomponentsCore.isNaN_(b)) {
|
|
1212
|
-
var c = this.
|
|
1213
|
-
var d = this.
|
|
1214
|
-
var e = this.
|
|
1215
|
-
var f = this.
|
|
1216
|
-
if (e > this.
|
|
1212
|
+
var c = this.tj.left;
|
|
1213
|
+
var d = this.tj.top;
|
|
1214
|
+
var e = this.tj.width;
|
|
1215
|
+
var f = this.tj.height;
|
|
1216
|
+
if (e > this.v5.width) {
|
|
1217
1217
|
}
|
|
1218
1218
|
else {
|
|
1219
|
-
var g = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.
|
|
1220
|
-
g.c = this.
|
|
1221
|
-
var h = this.
|
|
1222
|
-
if (this.
|
|
1223
|
-
var i = h / this.
|
|
1219
|
+
var g = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.v6, this.ty, this.t6.ch);
|
|
1220
|
+
g.c = this.tn;
|
|
1221
|
+
var h = this.t6.ej(a, g);
|
|
1222
|
+
if (this.uh == 2) {
|
|
1223
|
+
var i = h / this.ty.width;
|
|
1224
1224
|
c = i - (e / 2);
|
|
1225
1225
|
}
|
|
1226
1226
|
else {
|
|
1227
|
-
c = h / this.
|
|
1227
|
+
c = h / this.ty.width;
|
|
1228
1228
|
}
|
|
1229
|
-
if (c + e > this.
|
|
1230
|
-
c = this.
|
|
1229
|
+
if (c + e > this.v5.right) {
|
|
1230
|
+
c = this.v5.right - e;
|
|
1231
1231
|
}
|
|
1232
|
-
else if (c < this.
|
|
1233
|
-
c = this.
|
|
1232
|
+
else if (c < this.v5.left) {
|
|
1233
|
+
c = this.v5.left;
|
|
1234
1234
|
}
|
|
1235
1235
|
}
|
|
1236
|
-
if (f > this.
|
|
1236
|
+
if (f > this.v5.height) {
|
|
1237
1237
|
}
|
|
1238
1238
|
else {
|
|
1239
|
-
var j = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.
|
|
1240
|
-
j.c = this.
|
|
1241
|
-
var k = this.
|
|
1242
|
-
if (this.
|
|
1243
|
-
var l = k / this.
|
|
1239
|
+
var j = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.v6, this.ty, this.t8.ch);
|
|
1240
|
+
j.c = this.tn;
|
|
1241
|
+
var k = this.t8.ej(b, j);
|
|
1242
|
+
if (this.uh == 2) {
|
|
1243
|
+
var l = k / this.ty.height;
|
|
1244
1244
|
d = l - (f / 2);
|
|
1245
1245
|
}
|
|
1246
1246
|
else {
|
|
1247
|
-
d = k / this.
|
|
1247
|
+
d = k / this.ty.height;
|
|
1248
1248
|
}
|
|
1249
|
-
if (d + f > this.
|
|
1250
|
-
d = this.
|
|
1249
|
+
if (d + f > this.v5.bottom) {
|
|
1250
|
+
d = this.v5.bottom - f;
|
|
1251
1251
|
}
|
|
1252
|
-
else if (d < this.
|
|
1253
|
-
d = this.
|
|
1252
|
+
else if (d < this.v5.top) {
|
|
1253
|
+
d = this.v5.top;
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
|
-
this.
|
|
1256
|
+
this.pr(new igniteuiWebcomponentsCore.Rect(0, c, d, e, f), false);
|
|
1257
1257
|
}
|
|
1258
1258
|
};
|
|
1259
|
-
XamGeographicMap.prototype.
|
|
1259
|
+
XamGeographicMap.prototype.get_ek = function () {
|
|
1260
1260
|
return true;
|
|
1261
1261
|
};
|
|
1262
|
-
XamGeographicMap.prototype.
|
|
1263
|
-
var a = _super.prototype.
|
|
1264
|
-
if (this.
|
|
1262
|
+
XamGeographicMap.prototype.tk = function () {
|
|
1263
|
+
var a = _super.prototype.tk.call(this);
|
|
1264
|
+
if (this.t6 == null || this.t8 == null) {
|
|
1265
1265
|
return a;
|
|
1266
1266
|
}
|
|
1267
|
-
this.
|
|
1267
|
+
this.tu();
|
|
1268
1268
|
var b = a.left;
|
|
1269
1269
|
var c = a.top;
|
|
1270
1270
|
if (this.cd == 1) {
|
|
1271
|
-
if (this.
|
|
1272
|
-
b = 0.5 - (this.
|
|
1271
|
+
if (this.tz.width > this.v5.width) {
|
|
1272
|
+
b = 0.5 - (this.tz.width / 2);
|
|
1273
1273
|
}
|
|
1274
|
-
else if (b + a.width > this.
|
|
1275
|
-
b = this.
|
|
1274
|
+
else if (b + a.width > this.v5.right) {
|
|
1275
|
+
b = this.v5.right - this.tz.width;
|
|
1276
1276
|
}
|
|
1277
|
-
else if (b < this.
|
|
1278
|
-
b = this.
|
|
1277
|
+
else if (b < this.v5.left) {
|
|
1278
|
+
b = this.v5.left;
|
|
1279
1279
|
}
|
|
1280
|
-
if (this.
|
|
1281
|
-
c = 0.5 - (this.
|
|
1280
|
+
if (this.tz.height > this.v5.height) {
|
|
1281
|
+
c = 0.5 - (this.tz.height / 2);
|
|
1282
1282
|
}
|
|
1283
|
-
else if (c + this.
|
|
1284
|
-
c = this.
|
|
1283
|
+
else if (c + this.tz.height > this.v5.bottom) {
|
|
1284
|
+
c = this.v5.bottom - this.tz.height;
|
|
1285
1285
|
}
|
|
1286
|
-
else if (c < this.
|
|
1287
|
-
c = this.
|
|
1286
|
+
else if (c < this.v5.top) {
|
|
1287
|
+
c = this.v5.top;
|
|
1288
1288
|
}
|
|
1289
1289
|
}
|
|
1290
1290
|
var d = false;
|
|
1291
|
-
if (!this.
|
|
1291
|
+
if (!this.un && this.cd == 2 && this.uk) {
|
|
1292
1292
|
if (b > 1) {
|
|
1293
1293
|
b = (b - Math.floor(b)) + 1;
|
|
1294
1294
|
}
|
|
1295
1295
|
if (b < 0) {
|
|
1296
1296
|
b = 0 - (Math.ceil(b) - b);
|
|
1297
1297
|
}
|
|
1298
|
-
if ((a.right - this.
|
|
1299
|
-
b = this.
|
|
1298
|
+
if ((a.right - this.v5.right) > 0 && ((a.right - this.v5.right) / a.width) > 0.8) {
|
|
1299
|
+
b = this.v5.left - (a.width - (a.right - this.v5.right));
|
|
1300
1300
|
d = true;
|
|
1301
1301
|
}
|
|
1302
|
-
else if (a.left < this.
|
|
1303
|
-
b = this.
|
|
1302
|
+
else if (a.left < this.v5.left && (Math.abs(a.left - this.v5.left) / a.width) > 0.8) {
|
|
1303
|
+
b = this.v5.right - (Math.abs(a.left - this.v5.left));
|
|
1304
1304
|
d = true;
|
|
1305
1305
|
}
|
|
1306
1306
|
}
|
|
1307
1307
|
var e = new igniteuiWebcomponentsCore.Rect(0, b, c, a.width, a.height);
|
|
1308
|
-
if (this.
|
|
1309
|
-
var f = this.
|
|
1310
|
-
f = this.
|
|
1308
|
+
if (this.un) {
|
|
1309
|
+
var f = this.v8(this.wj, 1);
|
|
1310
|
+
f = this.wa(f);
|
|
1311
1311
|
var g = e.left + e.width / 2;
|
|
1312
1312
|
var h = e.top + e.height / 2;
|
|
1313
1313
|
if (e.width > f.width) {
|
|
@@ -1342,17 +1342,17 @@
|
|
|
1342
1342
|
}
|
|
1343
1343
|
}
|
|
1344
1344
|
if (d) {
|
|
1345
|
-
this.
|
|
1346
|
-
this.
|
|
1347
|
-
this.
|
|
1345
|
+
this.d7 = true;
|
|
1346
|
+
this.tz = e;
|
|
1347
|
+
this.d7 = false;
|
|
1348
1348
|
}
|
|
1349
1349
|
return e;
|
|
1350
1350
|
};
|
|
1351
|
-
XamGeographicMap.prototype.
|
|
1351
|
+
XamGeographicMap.prototype.ll = function (a, b) {
|
|
1352
1352
|
var c = true;
|
|
1353
1353
|
var d = true;
|
|
1354
1354
|
var e = 0;
|
|
1355
|
-
var f = this.
|
|
1355
|
+
var f = this.tu();
|
|
1356
1356
|
var g = 0;
|
|
1357
1357
|
var h = 0;
|
|
1358
1358
|
if ((a.right - f.right) > 0) {
|
|
@@ -1369,39 +1369,39 @@
|
|
|
1369
1369
|
}
|
|
1370
1370
|
if (c) {
|
|
1371
1371
|
if (d) {
|
|
1372
|
-
var i = this.
|
|
1373
|
-
var j = this.
|
|
1372
|
+
var i = this.t5.ej(-180, b);
|
|
1373
|
+
var j = this.t5.ej(180, b);
|
|
1374
1374
|
e = j - i;
|
|
1375
1375
|
}
|
|
1376
1376
|
else {
|
|
1377
|
-
var k = this.
|
|
1378
|
-
var l = this.
|
|
1377
|
+
var k = this.t5.ej(-180, b);
|
|
1378
|
+
var l = this.t5.ej(180, b);
|
|
1379
1379
|
e = k - l;
|
|
1380
1380
|
}
|
|
1381
1381
|
}
|
|
1382
1382
|
return new igniteuiWebcomponentsCore.Tuple$2(igniteuiWebcomponentsCore.Boolean_$type, igniteuiWebcomponentsCore.Number_$type, c, e);
|
|
1383
1383
|
};
|
|
1384
|
-
XamGeographicMap.prototype.
|
|
1385
|
-
var a = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.
|
|
1386
|
-
a.c = this.
|
|
1387
|
-
var b = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.
|
|
1388
|
-
b.c = this.
|
|
1389
|
-
var c = this.
|
|
1390
|
-
var d = this.
|
|
1391
|
-
var e = this.
|
|
1392
|
-
var f = this.
|
|
1393
|
-
this.
|
|
1394
|
-
return this.
|
|
1395
|
-
};
|
|
1396
|
-
XamGeographicMap.prototype.
|
|
1397
|
-
var b = this.
|
|
1384
|
+
XamGeographicMap.prototype.tu = function () {
|
|
1385
|
+
var a = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.v6, this.ty, this.t6.ch);
|
|
1386
|
+
a.c = this.tn;
|
|
1387
|
+
var b = new igniteuiWebcomponentsCharts.ScalerParams(1, XamGeographicMap.v6, this.ty, this.t8.ch);
|
|
1388
|
+
b.c = this.tn;
|
|
1389
|
+
var c = this.t6.ej(XamGeographicMap.v3.left, a);
|
|
1390
|
+
var d = this.t6.ej(XamGeographicMap.v3.right, a);
|
|
1391
|
+
var e = this.t8.ej(XamGeographicMap.v3.top, b);
|
|
1392
|
+
var f = this.t8.ej(XamGeographicMap.v3.bottom, b);
|
|
1393
|
+
this.v5 = new igniteuiWebcomponentsCore.Rect(0, c / this.ty.width, f / this.ty.height, (d - c) / this.ty.width, (e - f) / this.ty.height);
|
|
1394
|
+
return this.v5;
|
|
1395
|
+
};
|
|
1396
|
+
XamGeographicMap.prototype.wa = function (a) {
|
|
1397
|
+
var b = this.gj;
|
|
1398
1398
|
var c = 0.5 * (a.left + a.right);
|
|
1399
1399
|
var d = 0.5 * (a.top + a.bottom);
|
|
1400
1400
|
var e = a.width;
|
|
1401
1401
|
var f = a.height;
|
|
1402
1402
|
var g = igniteuiWebcomponentsCore.MathUtil.d(a.width, b, 1);
|
|
1403
1403
|
var h = igniteuiWebcomponentsCore.MathUtil.d(a.height, b, 1);
|
|
1404
|
-
var i = this.
|
|
1404
|
+
var i = this.ty;
|
|
1405
1405
|
var j = i.width / i.height;
|
|
1406
1406
|
var k = g * i.width;
|
|
1407
1407
|
var l = h * i.height;
|
|
@@ -1440,8 +1440,8 @@
|
|
|
1440
1440
|
}
|
|
1441
1441
|
return new igniteuiWebcomponentsCore.Rect(0, p, q, r - p, s - q);
|
|
1442
1442
|
};
|
|
1443
|
-
XamGeographicMap.prototype.
|
|
1444
|
-
_super.prototype.
|
|
1443
|
+
XamGeographicMap.prototype.tl = function (a) {
|
|
1444
|
+
_super.prototype.tl.call(this, this.ty);
|
|
1445
1445
|
if (a.isEmpty) {
|
|
1446
1446
|
return igniteuiWebcomponentsCore.Rect.empty;
|
|
1447
1447
|
}
|
|
@@ -1456,131 +1456,131 @@
|
|
|
1456
1456
|
}
|
|
1457
1457
|
return b;
|
|
1458
1458
|
};
|
|
1459
|
-
XamGeographicMap.prototype.
|
|
1460
|
-
return this.
|
|
1459
|
+
XamGeographicMap.prototype.wc = function (a) {
|
|
1460
|
+
return this.tl(a);
|
|
1461
1461
|
};
|
|
1462
1462
|
XamGeographicMap.prototype.ct = function () {
|
|
1463
1463
|
return new XamGeographicMapView(this);
|
|
1464
1464
|
};
|
|
1465
|
-
XamGeographicMap.prototype.
|
|
1465
|
+
XamGeographicMap.prototype.vc = function (a) {
|
|
1466
1466
|
if (a != null) {
|
|
1467
|
-
a.
|
|
1467
|
+
a.bi = this;
|
|
1468
1468
|
}
|
|
1469
1469
|
};
|
|
1470
|
-
XamGeographicMap.prototype.
|
|
1471
|
-
_super.prototype.
|
|
1472
|
-
this.
|
|
1470
|
+
XamGeographicMap.prototype.n1 = function (a) {
|
|
1471
|
+
_super.prototype.n1.call(this, a);
|
|
1472
|
+
this.ui = a;
|
|
1473
1473
|
};
|
|
1474
|
-
XamGeographicMap.prototype.
|
|
1475
|
-
_super.prototype.
|
|
1476
|
-
this.
|
|
1477
|
-
this.
|
|
1474
|
+
XamGeographicMap.prototype.oc = function (a, b) {
|
|
1475
|
+
_super.prototype.oc.call(this, a, b);
|
|
1476
|
+
this.pe(this.t6);
|
|
1477
|
+
this.pe(this.t8);
|
|
1478
1478
|
if (igniteuiWebcomponentsCore.Rect.l_op_Inequality(a, b)) {
|
|
1479
|
-
this.
|
|
1479
|
+
this.vh();
|
|
1480
1480
|
}
|
|
1481
|
-
if (this.
|
|
1482
|
-
this.
|
|
1481
|
+
if (this.un) {
|
|
1482
|
+
this.tj = this.tk();
|
|
1483
1483
|
}
|
|
1484
|
-
this.
|
|
1484
|
+
this.vo();
|
|
1485
1485
|
};
|
|
1486
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
1486
|
+
Object.defineProperty(XamGeographicMap.prototype, "us", {
|
|
1487
1487
|
get: function () {
|
|
1488
|
-
return this.
|
|
1488
|
+
return this.uq;
|
|
1489
1489
|
},
|
|
1490
1490
|
set: function (a) {
|
|
1491
|
-
var b = this.
|
|
1492
|
-
this.
|
|
1493
|
-
this.
|
|
1491
|
+
var b = this.uq;
|
|
1492
|
+
this.uq = a;
|
|
1493
|
+
this.oi("ActualWindowScale", b, this.uq);
|
|
1494
1494
|
},
|
|
1495
1495
|
enumerable: false,
|
|
1496
1496
|
configurable: true
|
|
1497
1497
|
});
|
|
1498
|
-
XamGeographicMap.prototype.
|
|
1499
|
-
return this.
|
|
1498
|
+
XamGeographicMap.prototype.gp = function () {
|
|
1499
|
+
return this.us;
|
|
1500
1500
|
};
|
|
1501
|
-
XamGeographicMap.prototype.
|
|
1502
|
-
return this.
|
|
1501
|
+
XamGeographicMap.prototype.gq = function () {
|
|
1502
|
+
return this.us;
|
|
1503
1503
|
};
|
|
1504
|
-
XamGeographicMap.prototype.
|
|
1505
|
-
_super.prototype.
|
|
1506
|
-
var a = Math.min(this.
|
|
1507
|
-
this.
|
|
1504
|
+
XamGeographicMap.prototype.pd = function () {
|
|
1505
|
+
_super.prototype.pd.call(this);
|
|
1506
|
+
var a = Math.min(this.tj.width, this.tj.height);
|
|
1507
|
+
this.us = a;
|
|
1508
1508
|
};
|
|
1509
|
-
XamGeographicMap.prototype.
|
|
1510
|
-
return this.
|
|
1509
|
+
XamGeographicMap.prototype.e9 = function () {
|
|
1510
|
+
return this.uk;
|
|
1511
1511
|
};
|
|
1512
1512
|
XamGeographicMap.prototype.ce = function () {
|
|
1513
1513
|
if (this.cf == 0) {
|
|
1514
|
-
if (this.
|
|
1514
|
+
if (this.ul) {
|
|
1515
1515
|
return 2;
|
|
1516
1516
|
}
|
|
1517
1517
|
}
|
|
1518
1518
|
return this.cf;
|
|
1519
1519
|
};
|
|
1520
|
-
XamGeographicMap.prototype.
|
|
1520
|
+
XamGeographicMap.prototype.od = function (a, b, c, d) {
|
|
1521
1521
|
var e_2, _a, e_3, _b;
|
|
1522
|
-
_super.prototype.
|
|
1522
|
+
_super.prototype.od.call(this, a, b, c, d);
|
|
1523
1523
|
switch (b) {
|
|
1524
1524
|
case "ZoomCoercionMode":
|
|
1525
|
-
this.
|
|
1525
|
+
this.vd();
|
|
1526
1526
|
break;
|
|
1527
1527
|
case "WindowRect":
|
|
1528
|
-
this.
|
|
1528
|
+
this.vl();
|
|
1529
1529
|
break;
|
|
1530
1530
|
case XamGeographicMap.$$p[0]:
|
|
1531
|
-
this.
|
|
1532
|
-
if (this.
|
|
1533
|
-
this.
|
|
1531
|
+
this.ue = this.uf();
|
|
1532
|
+
if (this.ub != null) {
|
|
1533
|
+
this.ub.isHorizontalWrappingEnabled = this.ue == 2;
|
|
1534
1534
|
}
|
|
1535
1535
|
break;
|
|
1536
1536
|
case XamGeographicMap.$$p[1]:
|
|
1537
|
-
this.
|
|
1538
|
-
this.
|
|
1537
|
+
this.uk = this.ul;
|
|
1538
|
+
this.ue = this.uf();
|
|
1539
1539
|
this.cd = this.ce();
|
|
1540
|
-
if (this.
|
|
1541
|
-
this.
|
|
1540
|
+
if (this.ub != null) {
|
|
1541
|
+
this.ub.isHorizontalWrappingEnabled = this.ue == 2;
|
|
1542
1542
|
}
|
|
1543
1543
|
break;
|
|
1544
1544
|
case XamGeographicMap.$$p[4]:
|
|
1545
|
-
this.
|
|
1545
|
+
this.tj = this.tk();
|
|
1546
1546
|
break;
|
|
1547
1547
|
case "BackgroundContent":
|
|
1548
|
-
if (this.
|
|
1549
|
-
var e = this.
|
|
1550
|
-
e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
1551
|
-
this.
|
|
1548
|
+
if (this.ub != null) {
|
|
1549
|
+
var e = this.ub;
|
|
1550
|
+
e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.ve));
|
|
1551
|
+
this.ub.deferralHandler = null;
|
|
1552
1552
|
}
|
|
1553
|
-
this.
|
|
1554
|
-
if (this.
|
|
1555
|
-
var f = this.
|
|
1556
|
-
f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
1557
|
-
this.
|
|
1558
|
-
this.
|
|
1553
|
+
this.ub = igniteuiWebcomponentsCore.typeCast(GeographicMapImagery.$, this.backgroundContent);
|
|
1554
|
+
if (this.ub != null) {
|
|
1555
|
+
var f = this.ub;
|
|
1556
|
+
f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.ve));
|
|
1557
|
+
this.ub.deferralHandler = this;
|
|
1558
|
+
this.ub.isHorizontalWrappingEnabled = this.ue == 2;
|
|
1559
1559
|
}
|
|
1560
|
-
this.
|
|
1561
|
-
if (this.
|
|
1562
|
-
this.
|
|
1563
|
-
this.
|
|
1564
|
-
this.
|
|
1560
|
+
this.ui.fu(igniteuiWebcomponentsCore.typeCast(GeographicMapImagery.$, c), igniteuiWebcomponentsCore.typeCast(GeographicMapImagery.$, d));
|
|
1561
|
+
if (this.ub != null) {
|
|
1562
|
+
this.ub.geographicMap = this;
|
|
1563
|
+
this.ui.fr(this.tj);
|
|
1564
|
+
this.ui.fv(this.gf);
|
|
1565
1565
|
}
|
|
1566
1566
|
break;
|
|
1567
1567
|
case "YAxis":
|
|
1568
1568
|
case "XAxis":
|
|
1569
|
-
this.
|
|
1570
|
-
this.
|
|
1569
|
+
this.vj(c);
|
|
1570
|
+
this.vc(d);
|
|
1571
1571
|
break;
|
|
1572
1572
|
case XamGeographicMap.$$p[6]:
|
|
1573
|
-
if (!this.
|
|
1574
|
-
this.
|
|
1573
|
+
if (!this.um) {
|
|
1574
|
+
this.tz = XamGeographicMap.v6;
|
|
1575
1575
|
}
|
|
1576
|
-
this.
|
|
1577
|
-
this.
|
|
1578
|
-
this.
|
|
1579
|
-
this.
|
|
1580
|
-
this.
|
|
1576
|
+
this.vd();
|
|
1577
|
+
this.vk();
|
|
1578
|
+
this.vl();
|
|
1579
|
+
this.tj = this.tk();
|
|
1580
|
+
this.ui.fs();
|
|
1581
1581
|
break;
|
|
1582
1582
|
case "ActualWindowRect":
|
|
1583
|
-
this.
|
|
1583
|
+
this.ui.fr(this.tj);
|
|
1584
1584
|
break;
|
|
1585
1585
|
case "ActualWorldRect":
|
|
1586
1586
|
try {
|
|
@@ -1604,30 +1604,30 @@
|
|
|
1604
1604
|
}
|
|
1605
1605
|
break;
|
|
1606
1606
|
case XamGeographicMap.$$p[5]:
|
|
1607
|
-
this.
|
|
1607
|
+
this.us = this.ut;
|
|
1608
1608
|
break;
|
|
1609
1609
|
case "ActualWindowScale":
|
|
1610
|
-
if (!this.
|
|
1611
|
-
this.
|
|
1610
|
+
if (!this.fg) {
|
|
1611
|
+
this.pp(this.gp(), this.gq());
|
|
1612
1612
|
}
|
|
1613
1613
|
break;
|
|
1614
1614
|
case "ActualPixelScalingRatio":
|
|
1615
|
-
this.
|
|
1615
|
+
this.ui.fv(this.gf);
|
|
1616
1616
|
break;
|
|
1617
1617
|
case "WindowRectMinWidth":
|
|
1618
1618
|
case "WindowRectMinHeight":
|
|
1619
1619
|
var h = d;
|
|
1620
1620
|
if (igniteuiWebcomponentsCore.isNaN_(h) || igniteuiWebcomponentsCore.isInfinity(h)) {
|
|
1621
|
-
this.
|
|
1622
|
-
this.
|
|
1621
|
+
this.gj = 5E-06;
|
|
1622
|
+
this.gi = 5E-06;
|
|
1623
1623
|
}
|
|
1624
1624
|
else {
|
|
1625
|
-
this.
|
|
1626
|
-
this.
|
|
1625
|
+
this.gj = h;
|
|
1626
|
+
this.gi = h;
|
|
1627
1627
|
}
|
|
1628
1628
|
break;
|
|
1629
1629
|
case XamGeographicMap.$$p[7]:
|
|
1630
|
-
this.
|
|
1630
|
+
this.pl();
|
|
1631
1631
|
break;
|
|
1632
1632
|
case "MarkerAutomaticBehavior":
|
|
1633
1633
|
try {
|
|
@@ -1652,39 +1652,39 @@
|
|
|
1652
1652
|
break;
|
|
1653
1653
|
}
|
|
1654
1654
|
};
|
|
1655
|
-
XamGeographicMap.prototype.
|
|
1655
|
+
XamGeographicMap.prototype.ve = function (a, b) {
|
|
1656
1656
|
if (this.imageTilesReady != null) {
|
|
1657
1657
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
1658
1658
|
}
|
|
1659
1659
|
};
|
|
1660
|
-
XamGeographicMap.prototype.
|
|
1660
|
+
XamGeographicMap.prototype.vj = function (a) {
|
|
1661
1661
|
if (a != null) {
|
|
1662
|
-
a.
|
|
1662
|
+
a.bi = null;
|
|
1663
1663
|
}
|
|
1664
1664
|
};
|
|
1665
|
-
XamGeographicMap.prototype.
|
|
1666
|
-
if (this.
|
|
1667
|
-
this.
|
|
1668
|
-
this.
|
|
1665
|
+
XamGeographicMap.prototype.vk = function () {
|
|
1666
|
+
if (this.t6 != null) {
|
|
1667
|
+
this.t6.l5 = this.v7.left;
|
|
1668
|
+
this.t6.l4 = this.v7.right;
|
|
1669
1669
|
}
|
|
1670
|
-
if (this.
|
|
1671
|
-
this.
|
|
1672
|
-
this.
|
|
1670
|
+
if (this.t8 != null) {
|
|
1671
|
+
this.t8.l5 = this.v7.top;
|
|
1672
|
+
this.t8.l4 = this.v7.bottom;
|
|
1673
1673
|
}
|
|
1674
|
-
this.
|
|
1675
|
-
this.
|
|
1674
|
+
this.t6.c2(true);
|
|
1675
|
+
this.t8.c2(true);
|
|
1676
1676
|
};
|
|
1677
1677
|
XamGeographicMap.prototype.getFontInfo = function () {
|
|
1678
|
-
this.
|
|
1679
|
-
return this.
|
|
1678
|
+
this.uj = this.ui.fo;
|
|
1679
|
+
return this.uj;
|
|
1680
1680
|
};
|
|
1681
|
-
XamGeographicMap.prototype.
|
|
1682
|
-
return this.
|
|
1681
|
+
XamGeographicMap.prototype.so = function () {
|
|
1682
|
+
return this.ui.fw;
|
|
1683
1683
|
};
|
|
1684
1684
|
XamGeographicMap.prototype.getFontBrush = function () {
|
|
1685
|
-
return this.
|
|
1685
|
+
return this.ui.fx;
|
|
1686
1686
|
};
|
|
1687
|
-
XamGeographicMap.prototype.
|
|
1687
|
+
XamGeographicMap.prototype.o6 = function (a, b) {
|
|
1688
1688
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.ItfConverter.$, b) !== null) {
|
|
1689
1689
|
var c = b;
|
|
1690
1690
|
var d = a;
|
|
@@ -1692,33 +1692,33 @@
|
|
|
1692
1692
|
d.qn = c.triangulationSource.triangles;
|
|
1693
1693
|
}
|
|
1694
1694
|
else {
|
|
1695
|
-
_super.prototype.
|
|
1695
|
+
_super.prototype.o6.call(this, a, b);
|
|
1696
1696
|
}
|
|
1697
1697
|
};
|
|
1698
1698
|
XamGeographicMap.prototype.register = function (a, b) {
|
|
1699
|
-
this.
|
|
1699
|
+
this.ow(a, b);
|
|
1700
1700
|
};
|
|
1701
1701
|
XamGeographicMap.prototype.unRegister = function (a) {
|
|
1702
|
-
this.
|
|
1702
|
+
this.pc(a);
|
|
1703
1703
|
};
|
|
1704
1704
|
XamGeographicMap.prototype.deferredRefresh = function () {
|
|
1705
|
-
this.
|
|
1705
|
+
this.ly();
|
|
1706
1706
|
};
|
|
1707
1707
|
XamGeographicMap.prototype.deferAction = function (a) {
|
|
1708
|
-
if (this.
|
|
1709
|
-
this.
|
|
1708
|
+
if (this.uv != null) {
|
|
1709
|
+
this.uv.setTimeout(a, 0);
|
|
1710
1710
|
}
|
|
1711
1711
|
else {
|
|
1712
1712
|
window.setTimeout(a, 0);
|
|
1713
1713
|
}
|
|
1714
1714
|
};
|
|
1715
|
-
XamGeographicMap.prototype.
|
|
1716
|
-
this.
|
|
1715
|
+
XamGeographicMap.prototype.vb = function (a) {
|
|
1716
|
+
this.pk(a);
|
|
1717
1717
|
};
|
|
1718
|
-
XamGeographicMap.prototype.
|
|
1718
|
+
XamGeographicMap.prototype.uw = function () {
|
|
1719
1719
|
var a = new igniteuiWebcomponentsCharts.ChartVisualData();
|
|
1720
|
-
var b = this.
|
|
1721
|
-
var c = this.
|
|
1720
|
+
var b = this.t6.fw();
|
|
1721
|
+
var c = this.t8.fw();
|
|
1722
1722
|
a.axes.add1(b);
|
|
1723
1723
|
a.axes.add1(c);
|
|
1724
1724
|
for (var d = 0; d < this.series.count; d++) {
|
|
@@ -1726,49 +1726,49 @@
|
|
|
1726
1726
|
a.series.add1(e);
|
|
1727
1727
|
}
|
|
1728
1728
|
a.name = this.name;
|
|
1729
|
-
a.contentArea = igniteuiWebcomponentsCore.RectData.b(this.
|
|
1730
|
-
a.centralArea = igniteuiWebcomponentsCore.RectData.b(this.
|
|
1731
|
-
a.plotArea = igniteuiWebcomponentsCore.RectData.b(this.
|
|
1729
|
+
a.contentArea = igniteuiWebcomponentsCore.RectData.b(this.ty);
|
|
1730
|
+
a.centralArea = igniteuiWebcomponentsCore.RectData.b(this.ty);
|
|
1731
|
+
a.plotArea = igniteuiWebcomponentsCore.RectData.b(this.ty);
|
|
1732
1732
|
return a;
|
|
1733
1733
|
};
|
|
1734
|
-
XamGeographicMap.prototype.
|
|
1734
|
+
XamGeographicMap.prototype.tq = function (a, b, c) {
|
|
1735
1735
|
return a;
|
|
1736
1736
|
};
|
|
1737
|
-
XamGeographicMap.prototype.
|
|
1737
|
+
XamGeographicMap.prototype.vf = function () {
|
|
1738
1738
|
};
|
|
1739
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
1739
|
+
Object.defineProperty(XamGeographicMap.prototype, "wi", {
|
|
1740
1740
|
get: function () {
|
|
1741
|
-
return this.
|
|
1741
|
+
return this.v4;
|
|
1742
1742
|
},
|
|
1743
1743
|
set: function (a) {
|
|
1744
|
-
this.
|
|
1744
|
+
this.v4 = a;
|
|
1745
1745
|
},
|
|
1746
1746
|
enumerable: false,
|
|
1747
1747
|
configurable: true
|
|
1748
1748
|
});
|
|
1749
|
-
XamGeographicMap.prototype.
|
|
1750
|
-
this.
|
|
1751
|
-
this.
|
|
1749
|
+
XamGeographicMap.prototype.vp = function (a) {
|
|
1750
|
+
this.wi = a;
|
|
1751
|
+
this.vo();
|
|
1752
1752
|
};
|
|
1753
|
-
XamGeographicMap.prototype.
|
|
1754
|
-
if (this.
|
|
1755
|
-
var a = this.getZoomFromGeographicRect(this.
|
|
1756
|
-
this.
|
|
1757
|
-
this.
|
|
1753
|
+
XamGeographicMap.prototype.vo = function () {
|
|
1754
|
+
if (this.up && !this.wi.isEmpty) {
|
|
1755
|
+
var a = this.getZoomFromGeographicRect(this.wi);
|
|
1756
|
+
this.wi = igniteuiWebcomponentsCore.Rect.empty;
|
|
1757
|
+
this.pr(a, false);
|
|
1758
1758
|
}
|
|
1759
1759
|
};
|
|
1760
|
-
Object.defineProperty(XamGeographicMap.prototype, "
|
|
1760
|
+
Object.defineProperty(XamGeographicMap.prototype, "up", {
|
|
1761
1761
|
get: function () {
|
|
1762
|
-
return !this.
|
|
1762
|
+
return !this.ty.isEmpty && !this.tn.isEmpty;
|
|
1763
1763
|
},
|
|
1764
1764
|
enumerable: false,
|
|
1765
1765
|
configurable: true
|
|
1766
1766
|
});
|
|
1767
1767
|
XamGeographicMap.$t = igniteuiWebcomponentsCore.markType(XamGeographicMap, 'XamGeographicMap', igniteuiWebcomponentsCharts.SeriesViewer.$, [igniteuiWebcomponentsCore.IMapRenderDeferralHandler_$type]);
|
|
1768
|
-
XamGeographicMap.
|
|
1769
|
-
XamGeographicMap.
|
|
1770
|
-
XamGeographicMap.
|
|
1771
|
-
XamGeographicMap.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, XamGeographicMap, '
|
|
1768
|
+
XamGeographicMap.ug = 0;
|
|
1769
|
+
XamGeographicMap.v3 = new igniteuiWebcomponentsCore.Rect(2, { $type: igniteuiWebcomponentsCore.Point_$type, x: -180, y: -85.05112878 }, { $type: igniteuiWebcomponentsCore.Point_$type, x: 180, y: 85.05112878 });
|
|
1770
|
+
XamGeographicMap.v6 = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
|
|
1771
|
+
XamGeographicMap.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, XamGeographicMap, 'oi', ['BackgroundTilingMode:ud:vq', [MapBackgroundTilingMode_$type, igniteuiWebcomponentsCore.enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:ul:vr', [0, false], 'ResizeBehavior:uh:vs', [MapResizeBehavior_$type, igniteuiWebcomponentsCore.enumGetBox(MapResizeBehavior_$type, XamGeographicMap.ug)], 'SuppressZoomResetOnWorldRectChange:um:vt', [0, false], 'UseWorldRectForZoomBounds:un:vu', [0, false], 'WindowScale:ut:vv', [1, NaN], 'WorldRect:wj:vw', [igniteuiWebcomponentsCore.Rect.$, XamGeographicMap.v3], 'Zoomable:uo:vx', [0, true]]);
|
|
1772
1772
|
return XamGeographicMap;
|
|
1773
1773
|
}(igniteuiWebcomponentsCharts.SeriesViewer));
|
|
1774
1774
|
/**
|
|
@@ -1911,20 +1911,20 @@
|
|
|
1911
1911
|
return a;
|
|
1912
1912
|
}
|
|
1913
1913
|
var b = new igniteuiWebcomponentsCore.Rect(0, 0, 0, a.width, a.height);
|
|
1914
|
-
var c = this.geographicMap.
|
|
1915
|
-
var d = XamGeographicMap.
|
|
1916
|
-
var e = this.geographicMap.
|
|
1914
|
+
var c = this.geographicMap.wc(b);
|
|
1915
|
+
var d = XamGeographicMap.v3;
|
|
1916
|
+
var e = this.geographicMap.v7;
|
|
1917
1917
|
var f = Math.min(this.windowRect.height, this.windowRect.width);
|
|
1918
1918
|
var g = e.width / d.width;
|
|
1919
1919
|
this.ao.a5 = (b.width / c.width) * f * g;
|
|
1920
|
-
var h = this.geographicMap.
|
|
1921
|
-
var i = this.geographicMap.
|
|
1922
|
-
var j = new igniteuiWebcomponentsCharts.ScalerParams(1, this.windowRect, b, h.
|
|
1920
|
+
var h = this.geographicMap.t6;
|
|
1921
|
+
var i = this.geographicMap.t8;
|
|
1922
|
+
var j = new igniteuiWebcomponentsCharts.ScalerParams(1, this.windowRect, b, h.ch);
|
|
1923
1923
|
j.c = c;
|
|
1924
|
-
var k = new igniteuiWebcomponentsCharts.ScalerParams(1, this.windowRect, b, i.
|
|
1924
|
+
var k = new igniteuiWebcomponentsCharts.ScalerParams(1, this.windowRect, b, i.ch);
|
|
1925
1925
|
k.c = c;
|
|
1926
|
-
var l = h.
|
|
1927
|
-
var m = i.
|
|
1926
|
+
var l = h.ej(d.left, j);
|
|
1927
|
+
var m = i.ej(d.bottom, k);
|
|
1928
1928
|
var n = (-l / b.width) * this.ao.a5;
|
|
1929
1929
|
var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1930
1930
|
this.ao.cm = { $type: igniteuiWebcomponentsCore.Point_$type, x: n, y: o };
|
|
@@ -2037,8 +2037,8 @@
|
|
|
2037
2037
|
a.qd = null;
|
|
2038
2038
|
return;
|
|
2039
2039
|
}
|
|
2040
|
-
a.qc = this.ce.ce.
|
|
2041
|
-
a.qd = this.ce.ce.
|
|
2040
|
+
a.qc = this.ce.ce.t6;
|
|
2041
|
+
a.qd = this.ce.ce.t8;
|
|
2042
2042
|
};
|
|
2043
2043
|
GeographicXYTriangulatingSeriesView.prototype.cg = function () {
|
|
2044
2044
|
this.ce.qe.re = this.ce.qq;
|
|
@@ -2112,16 +2112,16 @@
|
|
|
2112
2112
|
_this.fp = NaN;
|
|
2113
2113
|
_this.fz = igniteuiWebcomponentsCore.Rect.empty;
|
|
2114
2114
|
_this.fn = a;
|
|
2115
|
-
_this.fn.
|
|
2116
|
-
_this.fn.
|
|
2115
|
+
_this.fn.sj = 2;
|
|
2116
|
+
_this.fn.ho = 5E-06;
|
|
2117
2117
|
return _this;
|
|
2118
2118
|
}
|
|
2119
2119
|
XamGeographicMapView.prototype.m = function (a) {
|
|
2120
2120
|
return 2;
|
|
2121
2121
|
};
|
|
2122
2122
|
XamGeographicMapView.prototype.bk = function (a) {
|
|
2123
|
-
this.j.
|
|
2124
|
-
this.fn.
|
|
2123
|
+
this.j.bw(a);
|
|
2124
|
+
this.fn.vb(a);
|
|
2125
2125
|
this.el();
|
|
2126
2126
|
};
|
|
2127
2127
|
XamGeographicMapView.prototype.get_ap = function () {
|
|
@@ -2133,7 +2133,7 @@
|
|
|
2133
2133
|
var c;
|
|
2134
2134
|
var d;
|
|
2135
2135
|
var e;
|
|
2136
|
-
var f = this.j.
|
|
2136
|
+
var f = this.j.a8(a, b, c, d, e);
|
|
2137
2137
|
a = f.p0;
|
|
2138
2138
|
b = f.p1;
|
|
2139
2139
|
c = f.p2;
|
|
@@ -2184,18 +2184,18 @@
|
|
|
2184
2184
|
}
|
|
2185
2185
|
};
|
|
2186
2186
|
XamGeographicMapView.prototype.fr = function (a) {
|
|
2187
|
-
if (this.fn.
|
|
2188
|
-
this.fn.
|
|
2187
|
+
if (this.fn.ub != null) {
|
|
2188
|
+
this.fn.ub.windowRect = a;
|
|
2189
2189
|
}
|
|
2190
2190
|
};
|
|
2191
2191
|
XamGeographicMapView.prototype.fu = function (a, b) {
|
|
2192
|
-
if (this.fn.
|
|
2193
|
-
this.fn.
|
|
2192
|
+
if (this.fn.ub != null) {
|
|
2193
|
+
this.fn.ub.windowRect = this.fn.tj;
|
|
2194
2194
|
}
|
|
2195
2195
|
if (a != null) {
|
|
2196
2196
|
var c = a.ao;
|
|
2197
2197
|
if (c != null) {
|
|
2198
|
-
this.fn.al.
|
|
2198
|
+
this.fn.al.h.remove(c.ag);
|
|
2199
2199
|
}
|
|
2200
2200
|
a.bd(null);
|
|
2201
2201
|
a.be(null);
|
|
@@ -2203,7 +2203,7 @@
|
|
|
2203
2203
|
if (b != null) {
|
|
2204
2204
|
var d = b.ao;
|
|
2205
2205
|
if (d != null) {
|
|
2206
|
-
this.fn.al.
|
|
2206
|
+
this.fn.al.h.add(d.ag);
|
|
2207
2207
|
}
|
|
2208
2208
|
if (!this.fz.isEmpty) {
|
|
2209
2209
|
this.dv(this.fz);
|
|
@@ -2217,7 +2217,7 @@
|
|
|
2217
2217
|
}
|
|
2218
2218
|
};
|
|
2219
2219
|
XamGeographicMapView.prototype.ft = function (a) {
|
|
2220
|
-
var b = this.fn.
|
|
2220
|
+
var b = this.fn.gf;
|
|
2221
2221
|
if (b != 1) {
|
|
2222
2222
|
a.aa();
|
|
2223
2223
|
a.ab(b, b);
|
|
@@ -2440,6 +2440,9 @@
|
|
|
2440
2440
|
this._implementation = this.createImplementation();
|
|
2441
2441
|
this._implementation.externalObject = this;
|
|
2442
2442
|
this.onImplementationCreated();
|
|
2443
|
+
if (this._initializeAdapters) {
|
|
2444
|
+
this._initializeAdapters();
|
|
2445
|
+
}
|
|
2443
2446
|
}
|
|
2444
2447
|
IgcImageTilesReadyEventArgs.prototype.createImplementation = function () {
|
|
2445
2448
|
return new ImageTilesReadyEventArgs();
|
|
@@ -2460,6 +2463,9 @@
|
|
|
2460
2463
|
this._implementation = i;
|
|
2461
2464
|
this._implementation.externalObject = this;
|
|
2462
2465
|
this.onImplementationCreated();
|
|
2466
|
+
if (this._initializeAdapters) {
|
|
2467
|
+
this._initializeAdapters();
|
|
2468
|
+
}
|
|
2463
2469
|
};
|
|
2464
2470
|
return IgcImageTilesReadyEventArgs;
|
|
2465
2471
|
}());
|
|
@@ -2836,11 +2842,11 @@
|
|
|
2836
2842
|
* Gets or sets zoomability of the current control
|
|
2837
2843
|
*/
|
|
2838
2844
|
get: function () {
|
|
2839
|
-
return this.i.
|
|
2845
|
+
return this.i.uo;
|
|
2840
2846
|
},
|
|
2841
2847
|
set: function (v) {
|
|
2842
|
-
this.i.
|
|
2843
|
-
this._a("zoomable", this.i.
|
|
2848
|
+
this.i.uo = igniteuiWebcomponentsCore.ensureBool(v);
|
|
2849
|
+
this._a("zoomable", this.i.uo);
|
|
2844
2850
|
},
|
|
2845
2851
|
enumerable: false,
|
|
2846
2852
|
configurable: true
|
|
@@ -2850,11 +2856,11 @@
|
|
|
2850
2856
|
* Gets or sets the behavior to use during resize.
|
|
2851
2857
|
*/
|
|
2852
2858
|
get: function () {
|
|
2853
|
-
return this.i.
|
|
2859
|
+
return this.i.uh;
|
|
2854
2860
|
},
|
|
2855
2861
|
set: function (v) {
|
|
2856
|
-
this.i.
|
|
2857
|
-
this._a("resizeBehavior", igniteuiWebcomponentsCore.enumToString(MapResizeBehavior_$type, this.i.
|
|
2862
|
+
this.i.uh = igniteuiWebcomponentsCore.ensureEnum(MapResizeBehavior_$type, v);
|
|
2863
|
+
this._a("resizeBehavior", igniteuiWebcomponentsCore.enumToString(MapResizeBehavior_$type, this.i.uh));
|
|
2858
2864
|
},
|
|
2859
2865
|
enumerable: false,
|
|
2860
2866
|
configurable: true
|
|
@@ -2864,11 +2870,11 @@
|
|
|
2864
2870
|
* Gets or sets if the map should horizontally wrap.
|
|
2865
2871
|
*/
|
|
2866
2872
|
get: function () {
|
|
2867
|
-
return this.i.
|
|
2873
|
+
return this.i.ul;
|
|
2868
2874
|
},
|
|
2869
2875
|
set: function (v) {
|
|
2870
|
-
this.i.
|
|
2871
|
-
this._a("isHorizontalWrappingEnabled", this.i.
|
|
2876
|
+
this.i.ul = igniteuiWebcomponentsCore.ensureBool(v);
|
|
2877
|
+
this._a("isHorizontalWrappingEnabled", this.i.ul);
|
|
2872
2878
|
},
|
|
2873
2879
|
enumerable: false,
|
|
2874
2880
|
configurable: true
|
|
@@ -2878,11 +2884,11 @@
|
|
|
2878
2884
|
* Gets or sets if the map should horizontally wrap.
|
|
2879
2885
|
*/
|
|
2880
2886
|
get: function () {
|
|
2881
|
-
return this.i.
|
|
2887
|
+
return this.i.ud;
|
|
2882
2888
|
},
|
|
2883
2889
|
set: function (v) {
|
|
2884
|
-
this.i.
|
|
2885
|
-
this._a("backgroundTilingMode", igniteuiWebcomponentsCore.enumToString(MapBackgroundTilingMode_$type, this.i.
|
|
2890
|
+
this.i.ud = igniteuiWebcomponentsCore.ensureEnum(MapBackgroundTilingMode_$type, v);
|
|
2891
|
+
this._a("backgroundTilingMode", igniteuiWebcomponentsCore.enumToString(MapBackgroundTilingMode_$type, this.i.ud));
|
|
2886
2892
|
},
|
|
2887
2893
|
enumerable: false,
|
|
2888
2894
|
configurable: true
|
|
@@ -2892,11 +2898,11 @@
|
|
|
2892
2898
|
* Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
|
|
2893
2899
|
*/
|
|
2894
2900
|
get: function () {
|
|
2895
|
-
return this.i.
|
|
2901
|
+
return this.i.un;
|
|
2896
2902
|
},
|
|
2897
2903
|
set: function (v) {
|
|
2898
|
-
this.i.
|
|
2899
|
-
this._a("useWorldRectForZoomBounds", this.i.
|
|
2904
|
+
this.i.un = igniteuiWebcomponentsCore.ensureBool(v);
|
|
2905
|
+
this._a("useWorldRectForZoomBounds", this.i.un);
|
|
2900
2906
|
},
|
|
2901
2907
|
enumerable: false,
|
|
2902
2908
|
configurable: true
|
|
@@ -2906,11 +2912,11 @@
|
|
|
2906
2912
|
* Gets or sets whether skip resetting the zoom when the world rect changes.
|
|
2907
2913
|
*/
|
|
2908
2914
|
get: function () {
|
|
2909
|
-
return this.i.
|
|
2915
|
+
return this.i.um;
|
|
2910
2916
|
},
|
|
2911
2917
|
set: function (v) {
|
|
2912
|
-
this.i.
|
|
2913
|
-
this._a("suppressZoomResetOnWorldRectChange", this.i.
|
|
2918
|
+
this.i.um = igniteuiWebcomponentsCore.ensureBool(v);
|
|
2919
|
+
this._a("suppressZoomResetOnWorldRectChange", this.i.um);
|
|
2914
2920
|
},
|
|
2915
2921
|
enumerable: false,
|
|
2916
2922
|
configurable: true
|
|
@@ -2920,11 +2926,11 @@
|
|
|
2920
2926
|
* Gets or sets the world bounding rectangle.
|
|
2921
2927
|
*/
|
|
2922
2928
|
get: function () {
|
|
2923
|
-
return igniteuiWebcomponentsCore.fromRect(this.i.
|
|
2929
|
+
return igniteuiWebcomponentsCore.fromRect(this.i.wj);
|
|
2924
2930
|
},
|
|
2925
2931
|
set: function (v) {
|
|
2926
|
-
this.i.
|
|
2927
|
-
this._a("worldRect", igniteuiWebcomponentsCore.rectToString(this.i.
|
|
2932
|
+
this.i.wj = igniteuiWebcomponentsCore.toRect(v);
|
|
2933
|
+
this._a("worldRect", igniteuiWebcomponentsCore.rectToString(this.i.wj));
|
|
2928
2934
|
},
|
|
2929
2935
|
enumerable: false,
|
|
2930
2936
|
configurable: true
|
|
@@ -2934,11 +2940,11 @@
|
|
|
2934
2940
|
* Gets the actual value of the WorldRect.
|
|
2935
2941
|
*/
|
|
2936
2942
|
get: function () {
|
|
2937
|
-
return igniteuiWebcomponentsCore.fromRect(this.i.
|
|
2943
|
+
return igniteuiWebcomponentsCore.fromRect(this.i.v7);
|
|
2938
2944
|
},
|
|
2939
2945
|
set: function (v) {
|
|
2940
|
-
this.i.
|
|
2941
|
-
this._a("actualWorldRect", igniteuiWebcomponentsCore.rectToString(this.i.
|
|
2946
|
+
this.i.v7 = igniteuiWebcomponentsCore.toRect(v);
|
|
2947
|
+
this._a("actualWorldRect", igniteuiWebcomponentsCore.rectToString(this.i.v7));
|
|
2942
2948
|
},
|
|
2943
2949
|
enumerable: false,
|
|
2944
2950
|
configurable: true
|
|
@@ -2949,7 +2955,7 @@
|
|
|
2949
2955
|
* 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.
|
|
2950
2956
|
*/
|
|
2951
2957
|
get: function () {
|
|
2952
|
-
var r = this.i.
|
|
2958
|
+
var r = this.i.t6;
|
|
2953
2959
|
if (r == null) {
|
|
2954
2960
|
return null;
|
|
2955
2961
|
}
|
|
@@ -2965,7 +2971,7 @@
|
|
|
2965
2971
|
set: function (v) {
|
|
2966
2972
|
if (v != null && this._stylingContainer && v._styling)
|
|
2967
2973
|
v._styling(this._stylingContainer, this, this);
|
|
2968
|
-
v == null ? this.i.
|
|
2974
|
+
v == null ? this.i.t6 = null : this.i.t6 = v.i;
|
|
2969
2975
|
},
|
|
2970
2976
|
enumerable: false,
|
|
2971
2977
|
configurable: true
|
|
@@ -2976,7 +2982,7 @@
|
|
|
2976
2982
|
* 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.
|
|
2977
2983
|
*/
|
|
2978
2984
|
get: function () {
|
|
2979
|
-
var r = this.i.
|
|
2985
|
+
var r = this.i.t8;
|
|
2980
2986
|
if (r == null) {
|
|
2981
2987
|
return null;
|
|
2982
2988
|
}
|
|
@@ -2992,7 +2998,7 @@
|
|
|
2992
2998
|
set: function (v) {
|
|
2993
2999
|
if (v != null && this._stylingContainer && v._styling)
|
|
2994
3000
|
v._styling(this._stylingContainer, this, this);
|
|
2995
|
-
v == null ? this.i.
|
|
3001
|
+
v == null ? this.i.t8 = null : this.i.t8 = v.i;
|
|
2996
3002
|
},
|
|
2997
3003
|
enumerable: false,
|
|
2998
3004
|
configurable: true
|
|
@@ -3002,7 +3008,7 @@
|
|
|
3002
3008
|
* Indicates if this SeriesViewer is a map.
|
|
3003
3009
|
*/
|
|
3004
3010
|
get: function () {
|
|
3005
|
-
return this.i.
|
|
3011
|
+
return this.i.ek;
|
|
3006
3012
|
},
|
|
3007
3013
|
enumerable: false,
|
|
3008
3014
|
configurable: true
|
|
@@ -3013,11 +3019,11 @@
|
|
|
3013
3019
|
* This property is effectively a shortcut to the Width/Height of the WindowRect property.
|
|
3014
3020
|
*/
|
|
3015
3021
|
get: function () {
|
|
3016
|
-
return this.i.
|
|
3022
|
+
return this.i.ut;
|
|
3017
3023
|
},
|
|
3018
3024
|
set: function (v) {
|
|
3019
|
-
this.i.
|
|
3020
|
-
this._a("windowScale", this.i.
|
|
3025
|
+
this.i.ut = +v;
|
|
3026
|
+
this._a("windowScale", this.i.ut);
|
|
3021
3027
|
},
|
|
3022
3028
|
enumerable: false,
|
|
3023
3029
|
configurable: true
|
|
@@ -3028,11 +3034,11 @@
|
|
|
3028
3034
|
* This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
|
|
3029
3035
|
*/
|
|
3030
3036
|
get: function () {
|
|
3031
|
-
return this.i.
|
|
3037
|
+
return this.i.us;
|
|
3032
3038
|
},
|
|
3033
3039
|
set: function (v) {
|
|
3034
|
-
this.i.
|
|
3035
|
-
this._a("actualWindowScale", this.i.
|
|
3040
|
+
this.i.us = +v;
|
|
3041
|
+
this._a("actualWindowScale", this.i.us);
|
|
3036
3042
|
},
|
|
3037
3043
|
enumerable: false,
|
|
3038
3044
|
configurable: true
|
|
@@ -3042,7 +3048,7 @@
|
|
|
3042
3048
|
* Gets whether or not the control is ready for zooming
|
|
3043
3049
|
*/
|
|
3044
3050
|
get: function () {
|
|
3045
|
-
return this.i.
|
|
3051
|
+
return this.i.up;
|
|
3046
3052
|
},
|
|
3047
3053
|
enumerable: false,
|
|
3048
3054
|
configurable: true
|
|
@@ -3073,7 +3079,7 @@
|
|
|
3073
3079
|
|
|
3074
3080
|
*/
|
|
3075
3081
|
IgcGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
|
|
3076
|
-
var iv = this.i.
|
|
3082
|
+
var iv = this.i.wb();
|
|
3077
3083
|
return igniteuiWebcomponentsCore.fromRect(iv);
|
|
3078
3084
|
};
|
|
3079
3085
|
/**
|
|
@@ -3090,14 +3096,14 @@
|
|
|
3090
3096
|
|
|
3091
3097
|
*/
|
|
3092
3098
|
IgcGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
|
|
3093
|
-
this.i.
|
|
3099
|
+
this.i.vn(igniteuiWebcomponentsCore.toRect(zoomWindow));
|
|
3094
3100
|
};
|
|
3095
3101
|
/**
|
|
3096
3102
|
* Updates world rect in geographic coordinates
|
|
3097
3103
|
|
|
3098
3104
|
*/
|
|
3099
3105
|
IgcGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
|
|
3100
|
-
this.i.
|
|
3106
|
+
this.i.vm(igniteuiWebcomponentsCore.toRect(worldRect));
|
|
3101
3107
|
};
|
|
3102
3108
|
/**
|
|
3103
3109
|
* Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
|
|
@@ -3109,7 +3115,7 @@
|
|
|
3109
3115
|
return igniteuiWebcomponentsCore.fromRect(iv);
|
|
3110
3116
|
};
|
|
3111
3117
|
IgcGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
|
|
3112
|
-
var iv = this.i.
|
|
3118
|
+
var iv = this.i.v8(igniteuiWebcomponentsCore.toRect(geographic), extraPixelPadding);
|
|
3113
3119
|
return igniteuiWebcomponentsCore.fromRect(iv);
|
|
3114
3120
|
};
|
|
3115
3121
|
IgcGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
|
|
@@ -3122,7 +3128,7 @@
|
|
|
3122
3128
|
* @param windowRect * The zoom area.
|
|
3123
3129
|
*/
|
|
3124
3130
|
IgcGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
|
|
3125
|
-
var iv = this.i.
|
|
3131
|
+
var iv = this.i.wd(igniteuiWebcomponentsCore.toRect(windowRect));
|
|
3126
3132
|
return igniteuiWebcomponentsCore.fromRect(iv);
|
|
3127
3133
|
};
|
|
3128
3134
|
/**
|
|
@@ -3131,7 +3137,7 @@
|
|
|
3131
3137
|
* @param pixelCoordinate * A pixel-based coordinate
|
|
3132
3138
|
*/
|
|
3133
3139
|
IgcGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
|
|
3134
|
-
var iv = this.i.
|
|
3140
|
+
var iv = this.i.vz(igniteuiWebcomponentsCore.toPoint(pixelCoordinate));
|
|
3135
3141
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
3136
3142
|
};
|
|
3137
3143
|
/**
|
|
@@ -3140,7 +3146,7 @@
|
|
|
3140
3146
|
* @param geographicCoordinate * A geographic coordinate
|
|
3141
3147
|
*/
|
|
3142
3148
|
IgcGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
|
|
3143
|
-
var iv = this.i.
|
|
3149
|
+
var iv = this.i.v0(igniteuiWebcomponentsCore.toPoint(geographicCoordinate));
|
|
3144
3150
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
3145
3151
|
};
|
|
3146
3152
|
/**
|
|
@@ -3149,7 +3155,7 @@
|
|
|
3149
3155
|
* @param geographicCoordinate * A geographic coordinate
|
|
3150
3156
|
*/
|
|
3151
3157
|
IgcGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
|
|
3152
|
-
var iv = this.i.
|
|
3158
|
+
var iv = this.i.v1(igniteuiWebcomponentsCore.toPoint(geographicCoordinate));
|
|
3153
3159
|
return igniteuiWebcomponentsCore.fromPoint(iv);
|
|
3154
3160
|
};
|
|
3155
3161
|
/**
|
|
@@ -3157,21 +3163,21 @@
|
|
|
3157
3163
|
|
|
3158
3164
|
*/
|
|
3159
3165
|
IgcGeographicMapComponent.prototype.clearTileCache = function () {
|
|
3160
|
-
this.i.
|
|
3166
|
+
this.i.va();
|
|
3161
3167
|
};
|
|
3162
3168
|
/**
|
|
3163
3169
|
* Notifies the chart that the CSS styles in effect have been updated.
|
|
3164
3170
|
|
|
3165
3171
|
*/
|
|
3166
3172
|
IgcGeographicMapComponent.prototype.styleUpdated = function () {
|
|
3167
|
-
this.i.
|
|
3173
|
+
this.i.vi();
|
|
3168
3174
|
};
|
|
3169
3175
|
/**
|
|
3170
3176
|
* Gets actual window scale for horizontal dimension of the control
|
|
3171
3177
|
|
|
3172
3178
|
*/
|
|
3173
3179
|
IgcGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
|
|
3174
|
-
var iv = this.i.
|
|
3180
|
+
var iv = this.i.gp();
|
|
3175
3181
|
return (iv);
|
|
3176
3182
|
};
|
|
3177
3183
|
/**
|
|
@@ -3179,7 +3185,7 @@
|
|
|
3179
3185
|
|
|
3180
3186
|
*/
|
|
3181
3187
|
IgcGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
|
|
3182
|
-
var iv = this.i.
|
|
3188
|
+
var iv = this.i.gq();
|
|
3183
3189
|
return (iv);
|
|
3184
3190
|
};
|
|
3185
3191
|
/**
|
|
@@ -3194,7 +3200,7 @@
|
|
|
3194
3200
|
|
|
3195
3201
|
*/
|
|
3196
3202
|
IgcGeographicMapComponent.prototype.exportVisualData = function () {
|
|
3197
|
-
var iv = this.i.
|
|
3203
|
+
var iv = this.i.uw();
|
|
3198
3204
|
return (iv);
|
|
3199
3205
|
};
|
|
3200
3206
|
/**
|
|
@@ -3203,7 +3209,7 @@
|
|
|
3203
3209
|
* @param geographic * The geographic region to zoom to.
|
|
3204
3210
|
*/
|
|
3205
3211
|
IgcGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
|
|
3206
|
-
this.i.
|
|
3212
|
+
this.i.vp(igniteuiWebcomponentsCore.toRect(geographic));
|
|
3207
3213
|
};
|
|
3208
3214
|
Object.defineProperty(IgcGeographicMapComponent.prototype, "imageTilesReady", {
|
|
3209
3215
|
/**
|
|
@@ -3319,6 +3325,9 @@
|
|
|
3319
3325
|
this._implementation = this.createImplementation();
|
|
3320
3326
|
this._implementation.externalObject = this;
|
|
3321
3327
|
this.onImplementationCreated();
|
|
3328
|
+
if (this._initializeAdapters) {
|
|
3329
|
+
this._initializeAdapters();
|
|
3330
|
+
}
|
|
3322
3331
|
}
|
|
3323
3332
|
IgcImagesChangedEventArgs.prototype.createImplementation = function () {
|
|
3324
3333
|
return new ImagesChangedEventArgs();
|
|
@@ -3339,6 +3348,9 @@
|
|
|
3339
3348
|
this._implementation = i;
|
|
3340
3349
|
this._implementation.externalObject = this;
|
|
3341
3350
|
this.onImplementationCreated();
|
|
3351
|
+
if (this._initializeAdapters) {
|
|
3352
|
+
this._initializeAdapters();
|
|
3353
|
+
}
|
|
3342
3354
|
};
|
|
3343
3355
|
return IgcImagesChangedEventArgs;
|
|
3344
3356
|
}());
|
|
@@ -3359,6 +3371,9 @@
|
|
|
3359
3371
|
this._implementation = this.createImplementation();
|
|
3360
3372
|
this._implementation.externalObject = this;
|
|
3361
3373
|
this.onImplementationCreated();
|
|
3374
|
+
if (this._initializeAdapters) {
|
|
3375
|
+
this._initializeAdapters();
|
|
3376
|
+
}
|
|
3362
3377
|
}
|
|
3363
3378
|
IgcGeographicMapImagery.prototype.createImplementation = function () {
|
|
3364
3379
|
return null;
|
|
@@ -3395,6 +3410,9 @@
|
|
|
3395
3410
|
this._implementation = i;
|
|
3396
3411
|
this._implementation.externalObject = this;
|
|
3397
3412
|
this.onImplementationCreated();
|
|
3413
|
+
if (this._initializeAdapters) {
|
|
3414
|
+
this._initializeAdapters();
|
|
3415
|
+
}
|
|
3398
3416
|
};
|
|
3399
3417
|
Object.defineProperty(IgcGeographicMapImagery.prototype, "deferralHandler", {
|
|
3400
3418
|
/**
|
|
@@ -5494,8 +5512,8 @@
|
|
|
5494
5512
|
a.qv = null;
|
|
5495
5513
|
return;
|
|
5496
5514
|
}
|
|
5497
|
-
a.qt = this.ce.ce.
|
|
5498
|
-
a.qv = this.ce.ce.
|
|
5515
|
+
a.qt = this.ce.ce.t6;
|
|
5516
|
+
a.qv = this.ce.ce.t8;
|
|
5499
5517
|
};
|
|
5500
5518
|
GeographicShapeSeriesBaseView.prototype.ch = function () {
|
|
5501
5519
|
this.ce.qe.r5 = this.ce.q7;
|
|
@@ -6521,7 +6539,7 @@
|
|
|
6521
6539
|
if (f != null && igniteuiWebcomponentsCore.typeCast(XamGeographicMap.$, this.ce) !== null) {
|
|
6522
6540
|
f.geographicMap = this.ce;
|
|
6523
6541
|
this.tb(this.b1);
|
|
6524
|
-
this.sz.da(this.ce.
|
|
6542
|
+
this.sz.da(this.ce.tj);
|
|
6525
6543
|
}
|
|
6526
6544
|
this.lu();
|
|
6527
6545
|
break;
|
|
@@ -7501,10 +7519,10 @@
|
|
|
7501
7519
|
this.ce.qe.tb = this.ce.qq;
|
|
7502
7520
|
};
|
|
7503
7521
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7504
|
-
this.ce.qe.xAxis = this.ce.ce.
|
|
7522
|
+
this.ce.qe.xAxis = this.ce.ce.t6;
|
|
7505
7523
|
};
|
|
7506
7524
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7507
|
-
this.ce.qe.yAxis = this.ce.ce.
|
|
7525
|
+
this.ce.qe.yAxis = this.ce.ce.t8;
|
|
7508
7526
|
};
|
|
7509
7527
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
7510
7528
|
var a = this.ce.qe;
|
|
@@ -7513,8 +7531,8 @@
|
|
|
7513
7531
|
a.yAxis = null;
|
|
7514
7532
|
return;
|
|
7515
7533
|
}
|
|
7516
|
-
a.xAxis = this.ce.ce.
|
|
7517
|
-
a.yAxis = this.ce.ce.
|
|
7534
|
+
a.xAxis = this.ce.ce.t6;
|
|
7535
|
+
a.yAxis = this.ce.ce.t8;
|
|
7518
7536
|
};
|
|
7519
7537
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
7520
7538
|
this.ce.qe.rn = this.ce.ri;
|
|
@@ -8184,10 +8202,10 @@
|
|
|
8184
8202
|
this.ce.qe.tb = this.ce.qq;
|
|
8185
8203
|
};
|
|
8186
8204
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
8187
|
-
this.ce.qe.xAxis = this.ce.ce.
|
|
8205
|
+
this.ce.qe.xAxis = this.ce.ce.t6;
|
|
8188
8206
|
};
|
|
8189
8207
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
8190
|
-
this.ce.qe.yAxis = this.ce.ce.
|
|
8208
|
+
this.ce.qe.yAxis = this.ce.ce.t8;
|
|
8191
8209
|
};
|
|
8192
8210
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
8193
8211
|
var a = this.ce.qe;
|
|
@@ -8196,8 +8214,8 @@
|
|
|
8196
8214
|
a.yAxis = null;
|
|
8197
8215
|
return;
|
|
8198
8216
|
}
|
|
8199
|
-
a.xAxis = this.ce.ce.
|
|
8200
|
-
a.yAxis = this.ce.ce.
|
|
8217
|
+
a.xAxis = this.ce.ce.t6;
|
|
8218
|
+
a.yAxis = this.ce.ce.t8;
|
|
8201
8219
|
};
|
|
8202
8220
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8203
8221
|
this.ce.qe.rx = this.ce.rm;
|
|
@@ -9014,14 +9032,14 @@
|
|
|
9014
9032
|
a.ql = null;
|
|
9015
9033
|
return;
|
|
9016
9034
|
}
|
|
9017
|
-
a.qj = this.ce.ce.
|
|
9018
|
-
a.ql = this.ce.ce.
|
|
9035
|
+
a.qj = this.ce.ce.t6;
|
|
9036
|
+
a.ql = this.ce.ce.t8;
|
|
9019
9037
|
};
|
|
9020
9038
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
9021
|
-
this.ce.qe.qj = this.ce.ce.
|
|
9039
|
+
this.ce.qe.qj = this.ce.ce.t6;
|
|
9022
9040
|
};
|
|
9023
9041
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
9024
|
-
this.ce.qe.ql = this.ce.ce.
|
|
9042
|
+
this.ce.qe.ql = this.ce.ce.t8;
|
|
9025
9043
|
};
|
|
9026
9044
|
GeographicHighDensityScatterSeriesView.prototype.ch = function () {
|
|
9027
9045
|
this.ce.qe.ts = this.ce.rm;
|