igniteui-angular-maps 13.1.1 → 13.2.0-beta.2
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
|
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
30
30
|
this.ci = null;
|
|
31
31
|
this.ci = a;
|
|
32
32
|
if (!this.q) {
|
|
33
|
-
this.ci.
|
|
33
|
+
this.ci.qy = "points";
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
as() {
|
|
37
37
|
super.as();
|
|
38
38
|
if (!this.q) {
|
|
39
|
-
this.ci.
|
|
40
|
-
this.ci.
|
|
41
|
-
this.ci.
|
|
42
|
-
this.ci.
|
|
43
|
-
this.ci.
|
|
39
|
+
this.ci.si = Defaults.aj;
|
|
40
|
+
this.ci.gz = Defaults.p;
|
|
41
|
+
this.ci.rh = Defaults.o;
|
|
42
|
+
this.ci.re = Defaults.d;
|
|
43
|
+
this.ci.rc = Defaults.a;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
b2() {
|
|
47
47
|
super.b2();
|
|
48
|
-
this.ci.
|
|
49
|
-
this.ci.
|
|
50
|
-
this.ci.
|
|
51
|
-
this.ci.
|
|
52
|
-
this.ci.
|
|
48
|
+
this.ci.p5.uc = this.ci.sk;
|
|
49
|
+
this.ci.p5.s5 = this.ci.rf;
|
|
50
|
+
this.ci.p5.tr = this.ci.r0;
|
|
51
|
+
this.ci.p5.s8 = this.ci.rh;
|
|
52
|
+
this.ci.p5.sr = this.ci.rb;
|
|
53
53
|
}
|
|
54
54
|
cn() {
|
|
55
|
-
this.ci.
|
|
55
|
+
this.ci.p5.tr = this.ci.r0;
|
|
56
56
|
}
|
|
57
57
|
cp() {
|
|
58
|
-
this.ci.
|
|
58
|
+
this.ci.p5.s8 = this.ci.rh;
|
|
59
59
|
}
|
|
60
60
|
ck() {
|
|
61
|
-
this.ci.
|
|
61
|
+
this.ci.p5.sr = this.ci.rb;
|
|
62
62
|
}
|
|
63
63
|
co() {
|
|
64
|
-
this.ci.
|
|
64
|
+
this.ci.p5.s0 = this.ci.re;
|
|
65
65
|
}
|
|
66
66
|
cj() {
|
|
67
|
-
this.ci.
|
|
67
|
+
this.ci.p5.t8 = this.ci.sh;
|
|
68
68
|
}
|
|
69
69
|
cl() {
|
|
70
|
-
this.ci.
|
|
70
|
+
this.ci.p5.t9 = this.ci.si;
|
|
71
71
|
}
|
|
72
72
|
cm() {
|
|
73
|
-
this.ci.
|
|
73
|
+
this.ci.p5.ub = this.ci.sj;
|
|
74
74
|
}
|
|
75
75
|
cq() {
|
|
76
|
-
this.ci.
|
|
76
|
+
this.ci.p5.s5 = this.ci.rf;
|
|
77
77
|
}
|
|
78
78
|
cr() {
|
|
79
|
-
this.ci.
|
|
79
|
+
this.ci.p5.uc = this.ci.sk;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -92,88 +92,95 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
92
92
|
this.styleShape = null;
|
|
93
93
|
this.ab = GeographicShapeSeries.$;
|
|
94
94
|
}
|
|
95
|
-
|
|
95
|
+
get_d7() {
|
|
96
96
|
return true;
|
|
97
97
|
}
|
|
98
|
-
|
|
98
|
+
bx() {
|
|
99
99
|
return new GeographicShapeSeriesView(this);
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
super.
|
|
103
|
-
this.
|
|
101
|
+
ly(a) {
|
|
102
|
+
super.ly(a);
|
|
103
|
+
this.rg = a;
|
|
104
104
|
}
|
|
105
|
-
|
|
105
|
+
p4() {
|
|
106
106
|
let a = new ScatterPolygonSeries();
|
|
107
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
108
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
107
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rx));
|
|
108
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ry));
|
|
109
109
|
return a;
|
|
110
110
|
}
|
|
111
|
-
|
|
111
|
+
rx(a, b) {
|
|
112
112
|
if (this.styleShape != null) {
|
|
113
113
|
this.styleShape(this, b);
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
|
|
117
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
116
|
+
ry(a, b) {
|
|
117
|
+
let c = typeCast(ScatterPolygonSeries.$, this.p5);
|
|
118
118
|
if (c == null) {
|
|
119
119
|
return;
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
return this.
|
|
122
|
+
f2() {
|
|
123
|
+
return this.rh;
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
return this.
|
|
125
|
+
o5() {
|
|
126
|
+
return this.sf;
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
return this.
|
|
128
|
+
o6() {
|
|
129
|
+
return this.sg;
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
return this.
|
|
131
|
+
nd() {
|
|
132
|
+
return this.rz;
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
iy() {
|
|
135
|
+
let a = typeCast(ScatterPolygonSeries.$, this.p5);
|
|
136
|
+
if (a == null) {
|
|
137
|
+
return "Unknown";
|
|
138
|
+
}
|
|
139
|
+
return a.iy();
|
|
140
|
+
}
|
|
141
|
+
l3(a, b, c, d) {
|
|
142
|
+
super.l3(a, b, c, d);
|
|
136
143
|
switch (b) {
|
|
137
144
|
case GeographicShapeSeries.$$p[6]:
|
|
138
|
-
this.
|
|
145
|
+
this.p5.sy = this.rd;
|
|
139
146
|
break;
|
|
140
147
|
case GeographicShapeSeries.$$p[5]:
|
|
141
|
-
this.
|
|
148
|
+
this.p5.su = this.rc;
|
|
142
149
|
break;
|
|
143
150
|
case GeographicShapeSeries.$$p[9]:
|
|
144
|
-
this.
|
|
151
|
+
this.rg.cn();
|
|
145
152
|
break;
|
|
146
153
|
case GeographicShapeSeries.$$p[10]:
|
|
147
|
-
this.
|
|
154
|
+
this.rg.cp();
|
|
148
155
|
break;
|
|
149
156
|
case GeographicShapeSeries.$$p[4]:
|
|
150
|
-
this.
|
|
157
|
+
this.rg.ck();
|
|
151
158
|
break;
|
|
152
159
|
case GeographicShapeSeries.$$p[11]:
|
|
153
|
-
this.
|
|
160
|
+
this.rg.co();
|
|
154
161
|
break;
|
|
155
162
|
case GeographicShapeSeries.$$p[3]:
|
|
156
|
-
this.
|
|
163
|
+
this.rg.cj();
|
|
157
164
|
break;
|
|
158
165
|
case GeographicShapeSeries.$$p[7]:
|
|
159
|
-
this.
|
|
166
|
+
this.rg.cl();
|
|
160
167
|
break;
|
|
161
168
|
case GeographicShapeSeries.$$p[8]:
|
|
162
|
-
this.
|
|
169
|
+
this.rg.cm();
|
|
163
170
|
break;
|
|
164
171
|
case GeographicShapeSeries.$$p[13]:
|
|
165
|
-
this.
|
|
172
|
+
this.rg.cq();
|
|
166
173
|
break;
|
|
167
174
|
case GeographicShapeSeries.$$p[12]:
|
|
168
|
-
this.
|
|
175
|
+
this.rg.cr();
|
|
169
176
|
break;
|
|
170
177
|
}
|
|
171
178
|
}
|
|
172
|
-
|
|
179
|
+
gv() {
|
|
173
180
|
return 0.7;
|
|
174
181
|
}
|
|
175
182
|
}
|
|
176
183
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
177
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
184
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sf:r1', [Brush.$], 'ActualMarkerOutline:sg:r2', [Brush.$], 'ActualMarkerTemplate:rz:r3', [DataTemplate.$, null], 'MarkerBrush:sh:r4', [Brush.$], 'MarkerCollisionAvoidance:rb:r5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rc:r6', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:rd:r7', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:si:r8', [Brush.$], 'MarkerStyle:sj:r9', [Style.$], 'MarkerTemplate:r0:sa', [DataTemplate.$, null], 'MarkerThickness:rh:sb', [1, DeviceUtils.g(2)], 'MarkerType:re:sc', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sk:sd', [Style.$, null], 'ShapeStyleSelector:rf:se', [StyleSelector.$, null]]);
|
|
178
185
|
return GeographicShapeSeries;
|
|
179
186
|
})();
|
|
@@ -28,56 +28,56 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
b2() {
|
|
31
|
-
let a = this.ce.
|
|
31
|
+
let a = this.ce.p5;
|
|
32
32
|
super.b2();
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
33
|
+
a.td = this.ce.rt;
|
|
34
|
+
a.tl = this.ce.rr;
|
|
35
|
+
a.qc = this.ce.qf;
|
|
36
|
+
a.qy = this.ce.qv;
|
|
37
|
+
a.qh = this.ce.qg;
|
|
38
38
|
}
|
|
39
39
|
cg() {
|
|
40
|
-
this.ce.
|
|
40
|
+
this.ce.p5.td = this.ce.rt;
|
|
41
41
|
}
|
|
42
42
|
cf() {
|
|
43
|
-
this.ce.
|
|
43
|
+
this.ce.p5.tl = this.ce.rr;
|
|
44
44
|
}
|
|
45
45
|
cm() {
|
|
46
|
-
this.ce.
|
|
46
|
+
this.ce.p5.qc = this.ce.qf;
|
|
47
47
|
}
|
|
48
48
|
ck() {
|
|
49
|
-
this.ce.
|
|
49
|
+
this.ce.p5.qy = this.ce.qv;
|
|
50
50
|
}
|
|
51
51
|
cl() {
|
|
52
|
-
this.ce.
|
|
52
|
+
this.ce.p5.qh = this.ce.qg;
|
|
53
53
|
}
|
|
54
54
|
cn() {
|
|
55
|
-
this.ce.
|
|
55
|
+
this.ce.p5.sx = this.ce.qh;
|
|
56
56
|
}
|
|
57
57
|
cp() {
|
|
58
|
-
this.ce.
|
|
58
|
+
this.ce.p5.xAxis = this.ce.cd.s2;
|
|
59
59
|
}
|
|
60
60
|
cq() {
|
|
61
|
-
this.ce.
|
|
61
|
+
this.ce.p5.yAxis = this.ce.cd.s4;
|
|
62
62
|
}
|
|
63
63
|
co() {
|
|
64
|
-
let a = this.ce.
|
|
65
|
-
if (this.ce.
|
|
64
|
+
let a = this.ce.p5;
|
|
65
|
+
if (this.ce.cd == null) {
|
|
66
66
|
a.xAxis = null;
|
|
67
67
|
a.yAxis = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xAxis = this.ce.
|
|
71
|
-
a.yAxis = this.ce.
|
|
70
|
+
a.xAxis = this.ce.cd.s2;
|
|
71
|
+
a.yAxis = this.ce.cd.s4;
|
|
72
72
|
}
|
|
73
73
|
ci() {
|
|
74
|
-
this.ce.
|
|
74
|
+
this.ce.p5.ro = this.ce.rd;
|
|
75
75
|
}
|
|
76
76
|
ch() {
|
|
77
|
-
this.ce.
|
|
77
|
+
this.ce.p5.re = this.ce.q9;
|
|
78
78
|
}
|
|
79
79
|
cj() {
|
|
80
|
-
this.ce.
|
|
80
|
+
this.ce.p5.rf = this.ce.ra;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -90,97 +90,97 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
90
90
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
91
91
|
constructor() {
|
|
92
92
|
super();
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
93
|
+
this.rf = null;
|
|
94
|
+
this.ri = false;
|
|
95
|
+
this.rh = false;
|
|
96
96
|
this.assigningScatterStyle = null;
|
|
97
97
|
this.assigningScatterMarkerStyle = null;
|
|
98
98
|
this.ab = GeographicSymbolSeries.$;
|
|
99
99
|
}
|
|
100
|
-
|
|
100
|
+
get_c4() {
|
|
101
101
|
return true;
|
|
102
102
|
}
|
|
103
|
-
|
|
103
|
+
bx() {
|
|
104
104
|
return new GeographicSymbolSeriesView(this);
|
|
105
105
|
}
|
|
106
|
-
|
|
107
|
-
super.
|
|
108
|
-
this.
|
|
106
|
+
ly(a) {
|
|
107
|
+
super.ly(a);
|
|
108
|
+
this.rg = a;
|
|
109
109
|
}
|
|
110
|
-
|
|
110
|
+
gv() {
|
|
111
111
|
return 0.7;
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
p4() {
|
|
114
114
|
return new ScatterSeries();
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
get_dx() {
|
|
117
117
|
return true;
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
super.
|
|
119
|
+
l3(a, b, c, d) {
|
|
120
|
+
super.l3(a, b, c, d);
|
|
121
121
|
switch (b) {
|
|
122
122
|
case "SeriesViewer":
|
|
123
|
-
this.
|
|
123
|
+
this.rg.co();
|
|
124
124
|
break;
|
|
125
125
|
case GeographicSymbolSeries.$$p[5]:
|
|
126
|
-
this.
|
|
126
|
+
this.rg.cg();
|
|
127
127
|
break;
|
|
128
128
|
case GeographicSymbolSeries.$$p[4]:
|
|
129
|
-
this.
|
|
129
|
+
this.rg.cf();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[6]:
|
|
132
|
-
this.
|
|
132
|
+
this.rg.ci();
|
|
133
133
|
break;
|
|
134
134
|
case "XAxis":
|
|
135
|
-
this.
|
|
135
|
+
this.rg.cp();
|
|
136
136
|
break;
|
|
137
137
|
case "YAxis":
|
|
138
|
-
this.
|
|
138
|
+
this.rg.cq();
|
|
139
139
|
break;
|
|
140
140
|
case GeographicSymbolSeries.$$p[1]:
|
|
141
|
-
this.
|
|
142
|
-
this.
|
|
143
|
-
if (this.
|
|
144
|
-
let e = this.
|
|
145
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
141
|
+
this.p5.sj = this.rk;
|
|
142
|
+
this.ri = this.rk;
|
|
143
|
+
if (this.rk) {
|
|
144
|
+
let e = this.p5;
|
|
145
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ry));
|
|
146
146
|
}
|
|
147
147
|
else {
|
|
148
|
-
let f = this.
|
|
149
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
148
|
+
let f = this.p5;
|
|
149
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ry));
|
|
150
150
|
}
|
|
151
151
|
break;
|
|
152
152
|
case GeographicSymbolSeries.$$p[0]:
|
|
153
|
-
this.
|
|
154
|
-
this.
|
|
155
|
-
if (this.
|
|
156
|
-
let g = this.
|
|
157
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
153
|
+
this.p5.si = this.rj;
|
|
154
|
+
this.rh = this.rj;
|
|
155
|
+
if (this.rk) {
|
|
156
|
+
let g = this.p5;
|
|
157
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.rx));
|
|
158
158
|
}
|
|
159
159
|
else {
|
|
160
|
-
let h = this.
|
|
161
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
160
|
+
let h = this.p5;
|
|
161
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.rx));
|
|
162
162
|
}
|
|
163
163
|
break;
|
|
164
164
|
case GeographicSymbolSeries.$$p[2]:
|
|
165
|
-
this.
|
|
165
|
+
this.p5.r8 = this.re;
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[3]:
|
|
168
|
-
this.
|
|
168
|
+
this.p5.sw = this.rm;
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
|
|
172
|
+
ry(a, b) {
|
|
173
173
|
if (this.assigningScatterStyle != null) {
|
|
174
174
|
this.assigningScatterStyle(this, b);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
|
|
177
|
+
rx(a, b) {
|
|
178
178
|
if (this.assigningScatterMarkerStyle != null) {
|
|
179
179
|
this.assigningScatterMarkerStyle(this, b);
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
184
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
184
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rj:rz', [0, false], 'IsCustomScatterStyleAllowed:rk:r0', [0, false], 'ItemSearchMode:re:r1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rm:r2', [1, 10000], 'LatitudeMemberPath:rr:r3', [2, null], 'LongitudeMemberPath:rt:r4', [2, null], 'MarkerCollisionAvoidance:rd:r5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rl:r6', [0, false]]);
|
|
185
185
|
return GeographicSymbolSeries;
|
|
186
186
|
})();
|
|
@@ -15,57 +15,57 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
15
15
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
16
16
|
constructor() {
|
|
17
17
|
super();
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
18
|
+
this.rc = null;
|
|
19
|
+
this.rb = null;
|
|
20
20
|
this.imageTilesReady = null;
|
|
21
21
|
this.ab = GeographicTileSeries.$;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
get_ei() {
|
|
24
24
|
return true;
|
|
25
25
|
}
|
|
26
|
-
get
|
|
27
|
-
return this.
|
|
26
|
+
get rd() {
|
|
27
|
+
return this.rc;
|
|
28
28
|
}
|
|
29
|
-
set
|
|
30
|
-
let b = a != this.
|
|
29
|
+
set rd(a) {
|
|
30
|
+
let b = a != this.rd;
|
|
31
31
|
if (b) {
|
|
32
|
-
let c = this.
|
|
33
|
-
this.
|
|
32
|
+
let c = this.rd;
|
|
33
|
+
this.rc = a;
|
|
34
34
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
if (this.
|
|
39
|
-
this.
|
|
37
|
+
rh() {
|
|
38
|
+
if (this.rd != null) {
|
|
39
|
+
this.rd.clearTileCache();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
super.
|
|
42
|
+
l3(a, b, c, d) {
|
|
43
|
+
super.l3(a, b, c, d);
|
|
44
44
|
switch (b) {
|
|
45
45
|
case "TileImagery":
|
|
46
|
-
if (this.
|
|
47
|
-
this.
|
|
46
|
+
if (this.p5 != null) {
|
|
47
|
+
this.p5.su = this.rd;
|
|
48
48
|
}
|
|
49
49
|
break;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
super.
|
|
54
|
-
this.
|
|
55
|
-
if (this.
|
|
56
|
-
let a = this.
|
|
57
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
52
|
+
qa() {
|
|
53
|
+
super.qa();
|
|
54
|
+
this.p5.su = this.rd;
|
|
55
|
+
if (this.rb != null) {
|
|
56
|
+
let a = this.rb;
|
|
57
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rg));
|
|
58
58
|
}
|
|
59
|
-
this.
|
|
60
|
-
if (this.
|
|
61
|
-
let b = this.
|
|
62
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
59
|
+
this.rb = this.p5;
|
|
60
|
+
if (this.rb != null) {
|
|
61
|
+
let b = this.rb;
|
|
62
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rg));
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
|
|
65
|
+
p4() {
|
|
66
66
|
return new TileSeries();
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
rg(a, b) {
|
|
69
69
|
if (this.imageTilesReady != null) {
|
|
70
70
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
71
71
|
}
|