igniteui-angular-maps 13.1.1 → 13.2.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/bundles/igniteui-angular-maps.umd.js +1515 -1496
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +33 -26
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +473 -473
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +50 -50
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +33 -26
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +466 -466
- package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +50 -50
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1528 -1509
- package/fesm5/igniteui-angular-maps.js +1515 -1496
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +18 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +115 -115
- package/package.json +3 -3
|
@@ -16,62 +16,62 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16
16
|
__extends(GeographicTileSeries, _super);
|
|
17
17
|
function GeographicTileSeries() {
|
|
18
18
|
var _this = _super.call(this) || this;
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
19
|
+
_this.rc = null;
|
|
20
|
+
_this.rb = null;
|
|
21
21
|
_this.imageTilesReady = null;
|
|
22
22
|
_this.ab = GeographicTileSeries.$;
|
|
23
23
|
return _this;
|
|
24
24
|
}
|
|
25
|
-
GeographicTileSeries.prototype.
|
|
25
|
+
GeographicTileSeries.prototype.get_ei = function () {
|
|
26
26
|
return true;
|
|
27
27
|
};
|
|
28
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
28
|
+
Object.defineProperty(GeographicTileSeries.prototype, "rd", {
|
|
29
29
|
get: function () {
|
|
30
|
-
return this.
|
|
30
|
+
return this.rc;
|
|
31
31
|
},
|
|
32
32
|
set: function (a) {
|
|
33
|
-
var b = a != this.
|
|
33
|
+
var b = a != this.rd;
|
|
34
34
|
if (b) {
|
|
35
|
-
var c = this.
|
|
36
|
-
this.
|
|
35
|
+
var c = this.rd;
|
|
36
|
+
this.rc = a;
|
|
37
37
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
enumerable: false,
|
|
41
41
|
configurable: true
|
|
42
42
|
});
|
|
43
|
-
GeographicTileSeries.prototype.
|
|
44
|
-
if (this.
|
|
45
|
-
this.
|
|
43
|
+
GeographicTileSeries.prototype.rh = function () {
|
|
44
|
+
if (this.rd != null) {
|
|
45
|
+
this.rd.clearTileCache();
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
GeographicTileSeries.prototype.
|
|
49
|
-
_super.prototype.
|
|
48
|
+
GeographicTileSeries.prototype.l3 = function (a, b, c, d) {
|
|
49
|
+
_super.prototype.l3.call(this, a, b, c, d);
|
|
50
50
|
switch (b) {
|
|
51
51
|
case "TileImagery":
|
|
52
|
-
if (this.
|
|
53
|
-
this.
|
|
52
|
+
if (this.p5 != null) {
|
|
53
|
+
this.p5.su = this.rd;
|
|
54
54
|
}
|
|
55
55
|
break;
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
|
-
GeographicTileSeries.prototype.
|
|
59
|
-
_super.prototype.
|
|
60
|
-
this.
|
|
61
|
-
if (this.
|
|
62
|
-
var a = this.
|
|
63
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
58
|
+
GeographicTileSeries.prototype.qa = function () {
|
|
59
|
+
_super.prototype.qa.call(this);
|
|
60
|
+
this.p5.su = this.rd;
|
|
61
|
+
if (this.rb != null) {
|
|
62
|
+
var a = this.rb;
|
|
63
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rg));
|
|
64
64
|
}
|
|
65
|
-
this.
|
|
66
|
-
if (this.
|
|
67
|
-
var b = this.
|
|
68
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
65
|
+
this.rb = this.p5;
|
|
66
|
+
if (this.rb != null) {
|
|
67
|
+
var b = this.rb;
|
|
68
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rg));
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
|
-
GeographicTileSeries.prototype.
|
|
71
|
+
GeographicTileSeries.prototype.p4 = function () {
|
|
72
72
|
return new TileSeries();
|
|
73
73
|
};
|
|
74
|
-
GeographicTileSeries.prototype.
|
|
74
|
+
GeographicTileSeries.prototype.rg = function (a, b) {
|
|
75
75
|
if (this.imageTilesReady != null) {
|
|
76
76
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
77
77
|
}
|
|
@@ -103,8 +103,8 @@ var SphericalMercatorHorizontalScaler = /** @class */ /*@__PURE__*/ (function (_
|
|
|
103
103
|
}
|
|
104
104
|
};
|
|
105
105
|
SphericalMercatorHorizontalScaler.prototype.t = function (a, b, c, d, e) {
|
|
106
|
-
d = a.
|
|
107
|
-
e = a.
|
|
106
|
+
d = a.l3;
|
|
107
|
+
e = a.l2;
|
|
108
108
|
return {
|
|
109
109
|
p3: d,
|
|
110
110
|
p4: e
|
|
@@ -125,8 +125,8 @@ var SphericalMercatorVerticalScaler = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
127
|
SphericalMercatorVerticalScaler.prototype.t = function (a, b, c, d, e) {
|
|
128
|
-
d = this.ak(a.
|
|
129
|
-
e = this.ak(a.
|
|
128
|
+
d = this.ak(a.l3);
|
|
129
|
+
e = this.ak(a.l2);
|
|
130
130
|
return {
|
|
131
131
|
p3: d,
|
|
132
132
|
p4: e
|
|
@@ -22,56 +22,56 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22
22
|
__extends(TileSeries, _super);
|
|
23
23
|
function TileSeries() {
|
|
24
24
|
var _this = _super.call(this) || this;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
25
|
+
_this.ss = null;
|
|
26
|
+
_this.sr = null;
|
|
27
27
|
_this.imageTilesReady = null;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
28
|
+
_this.sv = null;
|
|
29
|
+
_this.sw = false;
|
|
30
30
|
_this.ab = TileSeries.$;
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
33
|
-
TileSeries.prototype.
|
|
33
|
+
TileSeries.prototype.get_ei = function () {
|
|
34
34
|
return true;
|
|
35
35
|
};
|
|
36
|
-
TileSeries.prototype.
|
|
36
|
+
TileSeries.prototype.bx = function () {
|
|
37
37
|
return new TileSeriesView(this);
|
|
38
38
|
};
|
|
39
|
-
TileSeries.prototype.
|
|
40
|
-
_super.prototype.
|
|
41
|
-
this.
|
|
39
|
+
TileSeries.prototype.ly = function (a) {
|
|
40
|
+
_super.prototype.ly.call(this, a);
|
|
41
|
+
this.sq = a;
|
|
42
42
|
};
|
|
43
|
-
TileSeries.prototype.
|
|
43
|
+
TileSeries.prototype.get_q6 = function () {
|
|
44
44
|
return false;
|
|
45
45
|
};
|
|
46
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
46
|
+
Object.defineProperty(TileSeries.prototype, "su", {
|
|
47
47
|
get: function () {
|
|
48
|
-
return this.
|
|
48
|
+
return this.ss;
|
|
49
49
|
},
|
|
50
50
|
set: function (a) {
|
|
51
|
-
var b = a != this.
|
|
51
|
+
var b = a != this.su;
|
|
52
52
|
if (b) {
|
|
53
|
-
var c = this.
|
|
54
|
-
this.
|
|
53
|
+
var c = this.su;
|
|
54
|
+
this.ss = a;
|
|
55
55
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
enumerable: false,
|
|
59
59
|
configurable: true
|
|
60
60
|
});
|
|
61
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
61
|
+
Object.defineProperty(TileSeries.prototype, "st", {
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.
|
|
63
|
+
return this.sr;
|
|
64
64
|
},
|
|
65
65
|
set: function (a) {
|
|
66
|
-
var b = this.
|
|
67
|
-
this.
|
|
68
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
66
|
+
var b = this.sr;
|
|
67
|
+
this.sr = a;
|
|
68
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.sr);
|
|
69
69
|
},
|
|
70
70
|
enumerable: false,
|
|
71
71
|
configurable: true
|
|
72
72
|
});
|
|
73
|
-
TileSeries.prototype.
|
|
74
|
-
_super.prototype.
|
|
73
|
+
TileSeries.prototype.l3 = function (a, b, c, d) {
|
|
74
|
+
_super.prototype.l3.call(this, a, b, c, d);
|
|
75
75
|
var e;
|
|
76
76
|
var f;
|
|
77
77
|
switch (b) {
|
|
@@ -79,141 +79,141 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79
79
|
e = c;
|
|
80
80
|
f = d;
|
|
81
81
|
if (e != null) {
|
|
82
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
82
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.sz));
|
|
83
83
|
}
|
|
84
84
|
if (f != null) {
|
|
85
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
85
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.sz));
|
|
86
86
|
}
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
87
|
+
this.sq.de(e, f);
|
|
88
|
+
this.mh(false);
|
|
89
|
+
this.lo();
|
|
90
90
|
break;
|
|
91
91
|
case "ActualTileImagery":
|
|
92
92
|
e = c;
|
|
93
93
|
f = d;
|
|
94
94
|
if (e != null) {
|
|
95
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
95
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s0));
|
|
96
96
|
e.deferralHandler = null;
|
|
97
97
|
}
|
|
98
98
|
if (f != null) {
|
|
99
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
99
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s0));
|
|
100
100
|
f.deferralHandler = this;
|
|
101
101
|
}
|
|
102
|
-
this.
|
|
103
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
104
|
-
f.geographicMap = this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
102
|
+
this.sq.dd(e, f);
|
|
103
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
|
|
104
|
+
f.geographicMap = this.cd;
|
|
105
|
+
this.s2(this.b0);
|
|
106
|
+
this.sq.da(this.cd.sf);
|
|
107
107
|
}
|
|
108
|
-
this.
|
|
108
|
+
this.lo();
|
|
109
109
|
break;
|
|
110
110
|
case "ActualWindowRect":
|
|
111
|
-
this.
|
|
111
|
+
this.sq.da(d);
|
|
112
112
|
break;
|
|
113
113
|
case "WorldRect":
|
|
114
|
-
this.
|
|
114
|
+
this.sq.dh(d);
|
|
115
115
|
break;
|
|
116
116
|
case "SeriesViewer":
|
|
117
117
|
var g = c;
|
|
118
118
|
var h = d;
|
|
119
|
-
if (g != null && this.
|
|
120
|
-
this.
|
|
119
|
+
if (g != null && this.st != null) {
|
|
120
|
+
this.st.be(null);
|
|
121
121
|
}
|
|
122
|
-
if (h != null && this.
|
|
123
|
-
this.
|
|
122
|
+
if (h != null && this.st != null) {
|
|
123
|
+
this.st.be(this.b0.w);
|
|
124
124
|
}
|
|
125
125
|
break;
|
|
126
126
|
case "ActualBrush":
|
|
127
127
|
case "ActualOutline":
|
|
128
128
|
case "ActualThickness":
|
|
129
|
-
this.
|
|
129
|
+
this.lq();
|
|
130
130
|
break;
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
|
-
TileSeries.prototype.
|
|
133
|
+
TileSeries.prototype.sz = function (a, b) {
|
|
134
134
|
if (b.propertyName == "MultiScaleImage") {
|
|
135
|
-
this.
|
|
135
|
+
this.s2(this.b0);
|
|
136
136
|
}
|
|
137
137
|
};
|
|
138
|
-
TileSeries.prototype.
|
|
138
|
+
TileSeries.prototype.s0 = function (a, b) {
|
|
139
139
|
if (this.imageTilesReady != null) {
|
|
140
140
|
this.imageTilesReady(this, new EventArgs());
|
|
141
141
|
}
|
|
142
|
-
if (!this.
|
|
143
|
-
this.
|
|
142
|
+
if (!this.sw) {
|
|
143
|
+
this.sq.df();
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
TileSeries.prototype.register = function (a, b) {
|
|
147
|
-
this.
|
|
147
|
+
this.sv = b;
|
|
148
148
|
};
|
|
149
149
|
TileSeries.prototype.unRegister = function (a) {
|
|
150
|
-
this.
|
|
150
|
+
this.sv = null;
|
|
151
151
|
};
|
|
152
152
|
TileSeries.prototype.deferredRefresh = function () {
|
|
153
|
-
this.
|
|
153
|
+
this.mh(false);
|
|
154
154
|
};
|
|
155
155
|
TileSeries.prototype.deferAction = function (a) {
|
|
156
|
-
if (this.
|
|
157
|
-
this.
|
|
156
|
+
if (this.g9 != null) {
|
|
157
|
+
this.g9.setTimeout(a, 0);
|
|
158
158
|
}
|
|
159
159
|
else {
|
|
160
160
|
window.setTimeout(a, 0);
|
|
161
161
|
}
|
|
162
162
|
};
|
|
163
|
-
TileSeries.prototype.
|
|
164
|
-
this.
|
|
165
|
-
_super.prototype.
|
|
163
|
+
TileSeries.prototype.m4 = function (a, b) {
|
|
164
|
+
this.sq.dg();
|
|
165
|
+
_super.prototype.m4.call(this, a, b);
|
|
166
166
|
};
|
|
167
|
-
TileSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
169
|
-
this.
|
|
167
|
+
TileSeries.prototype.mi = function (a) {
|
|
168
|
+
_super.prototype.mi.call(this, a);
|
|
169
|
+
this.s1(a, this.b0);
|
|
170
170
|
};
|
|
171
|
-
TileSeries.prototype.
|
|
171
|
+
TileSeries.prototype.s1 = function (a, b) {
|
|
172
172
|
var c;
|
|
173
173
|
var d;
|
|
174
174
|
var e = b;
|
|
175
175
|
var f = b.getViewInfo(c, d);
|
|
176
176
|
c = f.p0;
|
|
177
177
|
d = f.p1;
|
|
178
|
-
this.
|
|
179
|
-
if (this.
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
182
|
-
this.
|
|
178
|
+
this.s2(b);
|
|
179
|
+
if (this.sv != null) {
|
|
180
|
+
this.sw = true;
|
|
181
|
+
this.sv(a);
|
|
182
|
+
this.sw = false;
|
|
183
183
|
}
|
|
184
184
|
e.df();
|
|
185
185
|
};
|
|
186
|
-
TileSeries.prototype.
|
|
187
|
-
_super.prototype.
|
|
188
|
-
var f = this.
|
|
186
|
+
TileSeries.prototype.mg = function (a, b, c, d, e) {
|
|
187
|
+
_super.prototype.mg.call(this, a, b, c, d, e);
|
|
188
|
+
var f = this.fc.item(d);
|
|
189
189
|
f.a1(c);
|
|
190
|
-
if (this.
|
|
190
|
+
if (this.cx(f)) {
|
|
191
191
|
return;
|
|
192
192
|
}
|
|
193
|
-
this.
|
|
193
|
+
this.sa(f);
|
|
194
194
|
};
|
|
195
|
-
TileSeries.prototype.
|
|
195
|
+
TileSeries.prototype.s2 = function (a) {
|
|
196
196
|
var b;
|
|
197
197
|
var c;
|
|
198
198
|
var d = a.getViewInfo(b, c);
|
|
199
199
|
b = d.p0;
|
|
200
200
|
c = d.p1;
|
|
201
|
-
if (this.
|
|
202
|
-
if (this.
|
|
203
|
-
this.
|
|
201
|
+
if (this.su != null && this.su.ao != null) {
|
|
202
|
+
if (this.su != this.st) {
|
|
203
|
+
this.st = this.su;
|
|
204
204
|
}
|
|
205
|
-
if (this.
|
|
206
|
-
if (this.
|
|
207
|
-
this.
|
|
205
|
+
if (this.st != null && !b.isEmpty) {
|
|
206
|
+
if (this.st.width != b.width) {
|
|
207
|
+
this.st.width = b.width;
|
|
208
208
|
}
|
|
209
|
-
if (this.
|
|
210
|
-
this.
|
|
209
|
+
if (this.st.height != b.height) {
|
|
210
|
+
this.st.height = b.height;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
};
|
|
215
|
-
TileSeries.prototype.
|
|
216
|
-
_super.prototype.
|
|
215
|
+
TileSeries.prototype.kx = function (a, b) {
|
|
216
|
+
_super.prototype.kx.call(this, a, b);
|
|
217
217
|
b.db();
|
|
218
218
|
};
|
|
219
219
|
TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
|
|
@@ -237,8 +237,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
237
237
|
TileSeriesView.prototype.as = function () {
|
|
238
238
|
_super.prototype.as.call(this);
|
|
239
239
|
if (!this.q) {
|
|
240
|
-
this.c7.
|
|
241
|
-
this.c7.
|
|
240
|
+
this.c7.o7 = Defaults.ao;
|
|
241
|
+
this.c7.o2 = Defaults.an;
|
|
242
242
|
}
|
|
243
243
|
};
|
|
244
244
|
TileSeriesView.prototype.ch = function (a, b) {
|
|
@@ -265,14 +265,14 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
265
265
|
this.aq();
|
|
266
266
|
};
|
|
267
267
|
TileSeriesView.prototype.da = function (a) {
|
|
268
|
-
if (this.c7.
|
|
269
|
-
this.c7.
|
|
268
|
+
if (this.c7.su != null) {
|
|
269
|
+
this.c7.su.windowRect = a;
|
|
270
270
|
}
|
|
271
271
|
};
|
|
272
272
|
TileSeriesView.prototype.dd = function (a, b) {
|
|
273
273
|
if (this.c9 == null) {
|
|
274
|
-
this.c9 = this.e.
|
|
275
|
-
var c = this.e.
|
|
274
|
+
this.c9 = this.e.g9.createElement("canvas");
|
|
275
|
+
var c = this.e.g9.get2DCanvasContext(this.c9);
|
|
276
276
|
this.c8 = new RenderingContext(new CanvasViewRenderer(), c);
|
|
277
277
|
this.c9.setAttribute("width", this.bu.width.toString());
|
|
278
278
|
this.c9.setAttribute("height", this.bu.height.toString());
|
|
@@ -301,8 +301,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
301
301
|
this.c9.setAttribute("width", this.bu.width.toString());
|
|
302
302
|
this.c9.setAttribute("height", this.bu.height.toString());
|
|
303
303
|
}
|
|
304
|
-
if (this.c7.
|
|
305
|
-
this.c7.
|
|
304
|
+
if (this.c7.su != null) {
|
|
305
|
+
this.c7.su.bf(this.bu);
|
|
306
306
|
}
|
|
307
307
|
};
|
|
308
308
|
TileSeriesView.prototype.a6 = function (a, b) {
|
|
@@ -336,8 +336,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
336
336
|
TileSeriesView.prototype.db = function () {
|
|
337
337
|
};
|
|
338
338
|
TileSeriesView.prototype.dh = function (a) {
|
|
339
|
-
if (this.c7.
|
|
340
|
-
this.c7.
|
|
339
|
+
if (this.c7.su != null) {
|
|
340
|
+
this.c7.su.a6();
|
|
341
341
|
}
|
|
342
342
|
};
|
|
343
343
|
TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
|