igniteui-angular-maps 17.2.0 → 17.3.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 +1465 -1438
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +184 -184
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +60 -57
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +62 -59
- package/esm2015/lib/GeographicTileSeries.js +31 -28
- package/esm2015/lib/TileSeries_combined.js +95 -92
- package/esm2015/lib/XamGeographicMap_combined.js +464 -461
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- 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 +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- 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 +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
- package/esm5/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +60 -57
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +62 -59
- package/esm5/lib/GeographicTileSeries.js +30 -27
- package/esm5/lib/TileSeries_combined.js +93 -90
- package/esm5/lib/XamGeographicMap_combined.js +457 -454
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- 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 +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- 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 +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1483 -1456
- package/fesm5/igniteui-angular-maps.js +1465 -1438
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +16 -16
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -27
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -26
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -20
- package/lib/GeographicTileSeries.d.ts +11 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +24 -22
- package/lib/XamGeographicMap_combined.d.ts +109 -108
- package/package.json +2 -2
|
@@ -21,47 +21,50 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
21
21
|
class TileSeries extends ShapeSeriesBase {
|
|
22
22
|
constructor() {
|
|
23
23
|
super();
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
24
|
+
this.ww = null;
|
|
25
|
+
this.wv = null;
|
|
26
26
|
this.imageTilesReady = null;
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
27
|
+
this.wz = null;
|
|
28
|
+
this.w0 = false;
|
|
29
29
|
this.ab = TileSeries.$;
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
bc() {
|
|
32
|
+
return new TileSeries();
|
|
33
|
+
}
|
|
34
|
+
get_fh() {
|
|
32
35
|
return true;
|
|
33
36
|
}
|
|
34
|
-
|
|
37
|
+
cd() {
|
|
35
38
|
return new TileSeriesView(this);
|
|
36
39
|
}
|
|
37
|
-
|
|
38
|
-
super.
|
|
39
|
-
this.
|
|
40
|
+
o2(a) {
|
|
41
|
+
super.o2(a);
|
|
42
|
+
this.wu = a;
|
|
40
43
|
}
|
|
41
|
-
|
|
44
|
+
get_u6() {
|
|
42
45
|
return false;
|
|
43
46
|
}
|
|
44
|
-
get
|
|
45
|
-
return this.
|
|
47
|
+
get wy() {
|
|
48
|
+
return this.ww;
|
|
46
49
|
}
|
|
47
|
-
set
|
|
48
|
-
let b = a != this.
|
|
50
|
+
set wy(a) {
|
|
51
|
+
let b = a != this.wy;
|
|
49
52
|
if (b) {
|
|
50
|
-
let c = this.
|
|
51
|
-
this.
|
|
53
|
+
let c = this.wy;
|
|
54
|
+
this.ww = a;
|
|
52
55
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
53
56
|
}
|
|
54
57
|
}
|
|
55
|
-
get
|
|
56
|
-
return this.
|
|
58
|
+
get wx() {
|
|
59
|
+
return this.wv;
|
|
57
60
|
}
|
|
58
|
-
set
|
|
59
|
-
let b = this.
|
|
60
|
-
this.
|
|
61
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
61
|
+
set wx(a) {
|
|
62
|
+
let b = this.wv;
|
|
63
|
+
this.wv = a;
|
|
64
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.wv);
|
|
62
65
|
}
|
|
63
|
-
|
|
64
|
-
super.
|
|
66
|
+
pa(a, b, c, d) {
|
|
67
|
+
super.pa(a, b, c, d);
|
|
65
68
|
let e;
|
|
66
69
|
let f;
|
|
67
70
|
switch (b) {
|
|
@@ -69,141 +72,141 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
69
72
|
e = c;
|
|
70
73
|
f = d;
|
|
71
74
|
if (e != null) {
|
|
72
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
75
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w3));
|
|
73
76
|
}
|
|
74
77
|
if (f != null) {
|
|
75
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
78
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w3));
|
|
76
79
|
}
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
+
this.wu.dh(e, f);
|
|
81
|
+
this.pr(false);
|
|
82
|
+
this.om();
|
|
80
83
|
break;
|
|
81
84
|
case "ActualTileImagery":
|
|
82
85
|
e = c;
|
|
83
86
|
f = d;
|
|
84
87
|
if (e != null) {
|
|
85
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
88
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w4));
|
|
86
89
|
e.deferralHandler = null;
|
|
87
90
|
}
|
|
88
91
|
if (f != null) {
|
|
89
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
92
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w4));
|
|
90
93
|
f.deferralHandler = this;
|
|
91
94
|
}
|
|
92
|
-
this.
|
|
93
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
94
|
-
f.geographicMap = this.
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
95
|
+
this.wu.dg(e, f);
|
|
96
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cv) !== null) {
|
|
97
|
+
f.geographicMap = this.cv;
|
|
98
|
+
this.w6(this.cg);
|
|
99
|
+
this.wu.dd(this.cv.tr);
|
|
97
100
|
}
|
|
98
|
-
this.
|
|
101
|
+
this.om();
|
|
99
102
|
break;
|
|
100
103
|
case "ActualWindowRect":
|
|
101
|
-
this.
|
|
104
|
+
this.wu.dd(d);
|
|
102
105
|
break;
|
|
103
106
|
case "WorldRect":
|
|
104
|
-
this.
|
|
107
|
+
this.wu.dk(d);
|
|
105
108
|
break;
|
|
106
109
|
case "SeriesViewer":
|
|
107
110
|
let g = c;
|
|
108
111
|
let h = d;
|
|
109
|
-
if (g != null && this.
|
|
110
|
-
this.
|
|
112
|
+
if (g != null && this.wx != null) {
|
|
113
|
+
this.wx.be(null);
|
|
111
114
|
}
|
|
112
|
-
if (h != null && this.
|
|
113
|
-
this.
|
|
115
|
+
if (h != null && this.wx != null) {
|
|
116
|
+
this.wx.be(this.cg.w);
|
|
114
117
|
}
|
|
115
118
|
break;
|
|
116
119
|
case "ActualBrush":
|
|
117
120
|
case "ActualOutline":
|
|
118
121
|
case "ActualThickness":
|
|
119
|
-
this.
|
|
122
|
+
this.oo();
|
|
120
123
|
break;
|
|
121
124
|
}
|
|
122
125
|
}
|
|
123
|
-
|
|
126
|
+
w3(a, b) {
|
|
124
127
|
if (b.propertyName == "MultiScaleImage") {
|
|
125
|
-
this.
|
|
128
|
+
this.w6(this.cg);
|
|
126
129
|
}
|
|
127
130
|
}
|
|
128
|
-
|
|
131
|
+
w4(a, b) {
|
|
129
132
|
if (this.imageTilesReady != null) {
|
|
130
133
|
this.imageTilesReady(this, new EventArgs());
|
|
131
134
|
}
|
|
132
|
-
if (!this.
|
|
133
|
-
this.
|
|
135
|
+
if (!this.w0) {
|
|
136
|
+
this.wu.di();
|
|
134
137
|
}
|
|
135
138
|
}
|
|
136
139
|
register(a, b) {
|
|
137
|
-
this.
|
|
140
|
+
this.wz = b;
|
|
138
141
|
}
|
|
139
142
|
unRegister(a) {
|
|
140
|
-
this.
|
|
143
|
+
this.wz = null;
|
|
141
144
|
}
|
|
142
145
|
deferredRefresh() {
|
|
143
|
-
this.
|
|
146
|
+
this.pr(false);
|
|
144
147
|
}
|
|
145
148
|
deferAction(a) {
|
|
146
|
-
if (this.
|
|
147
|
-
this.
|
|
149
|
+
if (this.i5 != null) {
|
|
150
|
+
this.i5.setTimeout(a, 0);
|
|
148
151
|
}
|
|
149
152
|
else {
|
|
150
153
|
window.setTimeout(a, 0);
|
|
151
154
|
}
|
|
152
155
|
}
|
|
153
|
-
|
|
154
|
-
this.
|
|
155
|
-
super.
|
|
156
|
+
qo(a, b) {
|
|
157
|
+
this.wu.dj();
|
|
158
|
+
super.qo(a, b);
|
|
156
159
|
}
|
|
157
|
-
|
|
158
|
-
super.
|
|
159
|
-
this.
|
|
160
|
+
ps(a) {
|
|
161
|
+
super.ps(a);
|
|
162
|
+
this.w5(a, this.cg);
|
|
160
163
|
}
|
|
161
|
-
|
|
164
|
+
w5(a, b) {
|
|
162
165
|
let c;
|
|
163
166
|
let d;
|
|
164
167
|
let e = b;
|
|
165
168
|
let f = b.getViewInfo(c, d);
|
|
166
169
|
c = f.p0;
|
|
167
170
|
d = f.p1;
|
|
168
|
-
this.
|
|
169
|
-
if (this.
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
171
|
+
this.w6(b);
|
|
172
|
+
if (this.wz != null) {
|
|
173
|
+
this.w0 = true;
|
|
174
|
+
this.wz(a);
|
|
175
|
+
this.w0 = false;
|
|
173
176
|
}
|
|
174
177
|
e.di();
|
|
175
178
|
}
|
|
176
|
-
|
|
177
|
-
super.
|
|
178
|
-
let f = this.
|
|
179
|
+
pq(a, b, c, d, e) {
|
|
180
|
+
super.pq(a, b, c, d, e);
|
|
181
|
+
let f = this.gv.item(d);
|
|
179
182
|
f.a3(c);
|
|
180
|
-
if (this.
|
|
183
|
+
if (this.dm(f)) {
|
|
181
184
|
return;
|
|
182
185
|
}
|
|
183
|
-
this.
|
|
186
|
+
this.wd(f);
|
|
184
187
|
}
|
|
185
|
-
|
|
188
|
+
w6(a) {
|
|
186
189
|
let b;
|
|
187
190
|
let c;
|
|
188
191
|
let d = a.getViewInfo(b, c);
|
|
189
192
|
b = d.p0;
|
|
190
193
|
c = d.p1;
|
|
191
|
-
if (this.
|
|
192
|
-
if (this.
|
|
193
|
-
this.
|
|
194
|
+
if (this.wy != null && this.wy.ao != null) {
|
|
195
|
+
if (this.wy != this.wx) {
|
|
196
|
+
this.wx = this.wy;
|
|
194
197
|
}
|
|
195
|
-
if (this.
|
|
196
|
-
if (this.
|
|
197
|
-
this.
|
|
198
|
+
if (this.wx != null && !b.isEmpty) {
|
|
199
|
+
if (this.wx.width != b.width) {
|
|
200
|
+
this.wx.width = b.width;
|
|
198
201
|
}
|
|
199
|
-
if (this.
|
|
200
|
-
this.
|
|
202
|
+
if (this.wx.height != b.height) {
|
|
203
|
+
this.wx.height = b.height;
|
|
201
204
|
}
|
|
202
205
|
}
|
|
203
206
|
}
|
|
204
207
|
}
|
|
205
|
-
|
|
206
|
-
super.
|
|
208
|
+
nk(a, b) {
|
|
209
|
+
super.nk(a, b);
|
|
207
210
|
b.de();
|
|
208
211
|
}
|
|
209
212
|
}
|
|
@@ -226,8 +229,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
226
229
|
au() {
|
|
227
230
|
super.au();
|
|
228
231
|
if (!this.q) {
|
|
229
|
-
this.da.
|
|
230
|
-
this.da.
|
|
232
|
+
this.da.s4 = Defaults.ao;
|
|
233
|
+
this.da.sy = Defaults.an;
|
|
231
234
|
}
|
|
232
235
|
}
|
|
233
236
|
ck(a, b) {
|
|
@@ -254,14 +257,14 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
254
257
|
this.as();
|
|
255
258
|
}
|
|
256
259
|
dd(a) {
|
|
257
|
-
if (this.da.
|
|
258
|
-
this.da.
|
|
260
|
+
if (this.da.wy != null) {
|
|
261
|
+
this.da.wy.windowRect = a;
|
|
259
262
|
}
|
|
260
263
|
}
|
|
261
264
|
dg(a, b) {
|
|
262
265
|
if (this.dc == null) {
|
|
263
|
-
this.dc = this.e.
|
|
264
|
-
let c = this.e.
|
|
266
|
+
this.dc = this.e.i5.createElement("canvas");
|
|
267
|
+
let c = this.e.i5.get2DCanvasContext(this.dc);
|
|
265
268
|
this.db = new RenderingContext(new CanvasViewRenderer(), c);
|
|
266
269
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
267
270
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
@@ -290,8 +293,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
290
293
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
291
294
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
292
295
|
}
|
|
293
|
-
if (this.da.
|
|
294
|
-
this.da.
|
|
296
|
+
if (this.da.wy != null) {
|
|
297
|
+
this.da.wy.bf(this.bx);
|
|
295
298
|
}
|
|
296
299
|
}
|
|
297
300
|
a8(a, b) {
|
|
@@ -325,8 +328,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
325
328
|
de() {
|
|
326
329
|
}
|
|
327
330
|
dk(a) {
|
|
328
|
-
if (this.da.
|
|
329
|
-
this.da.
|
|
331
|
+
if (this.da.wy != null) {
|
|
332
|
+
this.da.wy.a6();
|
|
330
333
|
}
|
|
331
334
|
}
|
|
332
335
|
}
|