igniteui-angular-maps 15.0.1 → 16.1.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 +1615 -1612
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +40 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -81
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- 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 +57 -57
- 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 +448 -448
- package/esm2015/lib/igx-arc-gis-online-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-arc-gis-online-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-bing-maps-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-bing-maps-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-custom-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-custom-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +12 -12
- package/esm2015/lib/igx-geographic-contour-line-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-contour-line-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +26 -26
- package/esm2015/lib/igx-geographic-high-density-scatter-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-high-density-scatter-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-component.js +42 -42
- package/esm2015/lib/igx-geographic-map-core-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-core-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-series-host-component.js +24 -24
- package/esm2015/lib/igx-geographic-marker-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-marker-series-component.js +25 -25
- package/esm2015/lib/igx-geographic-polyline-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-polyline-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-polyline-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-proportional-symbol-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +36 -36
- package/esm2015/lib/igx-geographic-proportional-symbol-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-proportional-symbol-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-scatter-area-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-scatter-area-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-shape-series-base-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +19 -19
- package/esm2015/lib/igx-geographic-shape-series-component.js +36 -36
- package/esm2015/lib/igx-geographic-shape-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-shape-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-symbol-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-symbol-series-component.js +18 -18
- package/esm2015/lib/igx-geographic-symbol-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-symbol-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-tile-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-tile-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-tile-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +15 -15
- package/esm2015/lib/igx-open-street-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-open-street-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-tile-generator-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-tile-generator-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-tile-series-component.js +6 -6
- package/esm2015/lib/igx-tile-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-tile-series-module.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +40 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -81
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- 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 +57 -57
- 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 +441 -441
- package/esm5/lib/igx-arc-gis-online-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-arc-gis-online-map-imagery-module.js +4 -4
- package/esm5/lib/igx-bing-maps-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-bing-maps-map-imagery-module.js +4 -4
- package/esm5/lib/igx-custom-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-custom-map-imagery-module.js +4 -4
- package/esm5/lib/igx-geographic-contour-line-series-component.js +12 -12
- package/esm5/lib/igx-geographic-contour-line-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-contour-line-series-module.js +4 -4
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +26 -26
- package/esm5/lib/igx-geographic-high-density-scatter-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-high-density-scatter-series-module.js +4 -4
- package/esm5/lib/igx-geographic-map-component.js +42 -42
- package/esm5/lib/igx-geographic-map-core-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-map-core-module.js +4 -4
- package/esm5/lib/igx-geographic-map-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-map-module.js +4 -4
- package/esm5/lib/igx-geographic-map-series-host-component.js +24 -24
- package/esm5/lib/igx-geographic-marker-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-marker-series-component.js +25 -25
- package/esm5/lib/igx-geographic-polyline-series-component.js +14 -14
- package/esm5/lib/igx-geographic-polyline-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-polyline-series-module.js +4 -4
- package/esm5/lib/igx-geographic-proportional-symbol-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +36 -36
- package/esm5/lib/igx-geographic-proportional-symbol-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-proportional-symbol-series-module.js +4 -4
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +11 -11
- package/esm5/lib/igx-geographic-scatter-area-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-scatter-area-series-module.js +4 -4
- package/esm5/lib/igx-geographic-shape-series-base-base-component.js +3 -3
- package/esm5/lib/igx-geographic-shape-series-base-component.js +19 -19
- package/esm5/lib/igx-geographic-shape-series-component.js +36 -36
- package/esm5/lib/igx-geographic-shape-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-shape-series-module.js +4 -4
- package/esm5/lib/igx-geographic-symbol-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-symbol-series-component.js +18 -18
- package/esm5/lib/igx-geographic-symbol-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-symbol-series-module.js +4 -4
- package/esm5/lib/igx-geographic-tile-series-component.js +7 -7
- package/esm5/lib/igx-geographic-tile-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-tile-series-module.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +15 -15
- package/esm5/lib/igx-open-street-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-open-street-map-imagery-module.js +4 -4
- package/esm5/lib/igx-tile-generator-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-tile-generator-map-imagery-module.js +4 -4
- package/esm5/lib/igx-tile-series-component.js +6 -6
- package/esm5/lib/igx-tile-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-tile-series-module.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1628 -1625
- package/fesm5/igniteui-angular-maps.js +1615 -1612
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- 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 +27 -27
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
- 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 +101 -101
- package/package.json +5 -5
|
@@ -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.q7 = "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.sr = Defaults.aj;
|
|
40
|
+
this.ci.g4 = Defaults.p;
|
|
41
|
+
this.ci.rq = Defaults.o;
|
|
42
|
+
this.ci.rn = Defaults.d;
|
|
43
|
+
this.ci.rl = 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.qe.ul = this.ci.st;
|
|
49
|
+
this.ci.qe.te = this.ci.ro;
|
|
50
|
+
this.ci.qe.t0 = this.ci.r9;
|
|
51
|
+
this.ci.qe.th = this.ci.rq;
|
|
52
|
+
this.ci.qe.s0 = this.ci.rk;
|
|
53
53
|
}
|
|
54
54
|
cn() {
|
|
55
|
-
this.ci.
|
|
55
|
+
this.ci.qe.t0 = this.ci.r9;
|
|
56
56
|
}
|
|
57
57
|
cp() {
|
|
58
|
-
this.ci.
|
|
58
|
+
this.ci.qe.th = this.ci.rq;
|
|
59
59
|
}
|
|
60
60
|
ck() {
|
|
61
|
-
this.ci.
|
|
61
|
+
this.ci.qe.s0 = this.ci.rk;
|
|
62
62
|
}
|
|
63
63
|
co() {
|
|
64
|
-
this.ci.
|
|
64
|
+
this.ci.qe.s9 = this.ci.rn;
|
|
65
65
|
}
|
|
66
66
|
cj() {
|
|
67
|
-
this.ci.
|
|
67
|
+
this.ci.qe.uh = this.ci.sq;
|
|
68
68
|
}
|
|
69
69
|
cl() {
|
|
70
|
-
this.ci.
|
|
70
|
+
this.ci.qe.ui = this.ci.sr;
|
|
71
71
|
}
|
|
72
72
|
cm() {
|
|
73
|
-
this.ci.
|
|
73
|
+
this.ci.qe.uk = this.ci.ss;
|
|
74
74
|
}
|
|
75
75
|
cq() {
|
|
76
|
-
this.ci.
|
|
76
|
+
this.ci.qe.te = this.ci.ro;
|
|
77
77
|
}
|
|
78
78
|
cr() {
|
|
79
|
-
this.ci.
|
|
79
|
+
this.ci.qe.ul = this.ci.st;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -92,95 +92,95 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
92
92
|
this.styleShape = null;
|
|
93
93
|
this.ab = GeographicShapeSeries.$;
|
|
94
94
|
}
|
|
95
|
-
|
|
95
|
+
get_ea() {
|
|
96
96
|
return true;
|
|
97
97
|
}
|
|
98
|
-
|
|
98
|
+
by() {
|
|
99
99
|
return new GeographicShapeSeriesView(this);
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
super.
|
|
103
|
-
this.
|
|
101
|
+
l4(a) {
|
|
102
|
+
super.l4(a);
|
|
103
|
+
this.rp = a;
|
|
104
104
|
}
|
|
105
|
-
|
|
105
|
+
qd() {
|
|
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.r6));
|
|
108
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.r7));
|
|
109
109
|
return a;
|
|
110
110
|
}
|
|
111
|
-
|
|
111
|
+
r6(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
|
+
r7(a, b) {
|
|
117
|
+
let c = typeCast(ScatterPolygonSeries.$, this.qe);
|
|
118
118
|
if (c == null) {
|
|
119
119
|
return;
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
return this.
|
|
122
|
+
f6() {
|
|
123
|
+
return this.rq;
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
return this.
|
|
125
|
+
pc() {
|
|
126
|
+
return this.so;
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
return this.
|
|
128
|
+
pd() {
|
|
129
|
+
return this.sp;
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
return this.
|
|
131
|
+
nj() {
|
|
132
|
+
return this.r8;
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
134
|
+
i2() {
|
|
135
|
+
let a = typeCast(ScatterPolygonSeries.$, this.qe);
|
|
136
136
|
if (a == null) {
|
|
137
137
|
return "Unknown";
|
|
138
138
|
}
|
|
139
|
-
return a.
|
|
139
|
+
return a.i2();
|
|
140
140
|
}
|
|
141
|
-
|
|
142
|
-
super.
|
|
141
|
+
l9(a, b, c, d) {
|
|
142
|
+
super.l9(a, b, c, d);
|
|
143
143
|
switch (b) {
|
|
144
144
|
case GeographicShapeSeries.$$p[6]:
|
|
145
|
-
this.
|
|
145
|
+
this.qe.s7 = this.rm;
|
|
146
146
|
break;
|
|
147
147
|
case GeographicShapeSeries.$$p[5]:
|
|
148
|
-
this.
|
|
148
|
+
this.qe.s3 = this.rl;
|
|
149
149
|
break;
|
|
150
150
|
case GeographicShapeSeries.$$p[9]:
|
|
151
|
-
this.
|
|
151
|
+
this.rp.cn();
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[10]:
|
|
154
|
-
this.
|
|
154
|
+
this.rp.cp();
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[4]:
|
|
157
|
-
this.
|
|
157
|
+
this.rp.ck();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[11]:
|
|
160
|
-
this.
|
|
160
|
+
this.rp.co();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[3]:
|
|
163
|
-
this.
|
|
163
|
+
this.rp.cj();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[7]:
|
|
166
|
-
this.
|
|
166
|
+
this.rp.cl();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[8]:
|
|
169
|
-
this.
|
|
169
|
+
this.rp.cm();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[13]:
|
|
172
|
-
this.
|
|
172
|
+
this.rp.cq();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[12]:
|
|
175
|
-
this.
|
|
175
|
+
this.rp.cr();
|
|
176
176
|
break;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
-
|
|
179
|
+
g0() {
|
|
180
180
|
return 0.7;
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
184
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
184
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:so:sa', [Brush.$], 'ActualMarkerOutline:sp:sb', [Brush.$], 'ActualMarkerTemplate:r8:sc', [DataTemplate.$, null], 'MarkerBrush:sq:sd', [Brush.$], 'MarkerCollisionAvoidance:rk:se', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rl:sf', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:rm:sg', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:sr:sh', [Brush.$], 'MarkerStyle:ss:si', [Style.$], 'MarkerTemplate:r9:sj', [DataTemplate.$, null], 'MarkerThickness:rq:sk', [1, DeviceUtils.g(2)], 'MarkerType:rn:sl', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:st:sm', [Style.$, null], 'ShapeStyleSelector:ro:sn', [StyleSelector.$, null]]);
|
|
185
185
|
return GeographicShapeSeries;
|
|
186
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.qe;
|
|
32
32
|
super.b2();
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
33
|
+
a.tr = this.ce.r2;
|
|
34
|
+
a.tz = this.ce.r0;
|
|
35
|
+
a.ql = this.ce.qo;
|
|
36
|
+
a.q7 = this.ce.q4;
|
|
37
|
+
a.qq = this.ce.qp;
|
|
38
38
|
}
|
|
39
39
|
cg() {
|
|
40
|
-
this.ce.
|
|
40
|
+
this.ce.qe.tr = this.ce.r2;
|
|
41
41
|
}
|
|
42
42
|
cf() {
|
|
43
|
-
this.ce.
|
|
43
|
+
this.ce.qe.tz = this.ce.r0;
|
|
44
44
|
}
|
|
45
45
|
cm() {
|
|
46
|
-
this.ce.
|
|
46
|
+
this.ce.qe.ql = this.ce.qo;
|
|
47
47
|
}
|
|
48
48
|
ck() {
|
|
49
|
-
this.ce.
|
|
49
|
+
this.ce.qe.q7 = this.ce.q4;
|
|
50
50
|
}
|
|
51
51
|
cl() {
|
|
52
|
-
this.ce.
|
|
52
|
+
this.ce.qe.qq = this.ce.qp;
|
|
53
53
|
}
|
|
54
54
|
cn() {
|
|
55
|
-
this.ce.
|
|
55
|
+
this.ce.qe.tb = this.ce.qq;
|
|
56
56
|
}
|
|
57
57
|
cp() {
|
|
58
|
-
this.ce.
|
|
58
|
+
this.ce.qe.xAxis = this.ce.ce.tx;
|
|
59
59
|
}
|
|
60
60
|
cq() {
|
|
61
|
-
this.ce.
|
|
61
|
+
this.ce.qe.yAxis = this.ce.ce.tz;
|
|
62
62
|
}
|
|
63
63
|
co() {
|
|
64
|
-
let a = this.ce.
|
|
65
|
-
if (this.ce.
|
|
64
|
+
let a = this.ce.qe;
|
|
65
|
+
if (this.ce.ce == 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.ce.tx;
|
|
71
|
+
a.yAxis = this.ce.ce.tz;
|
|
72
72
|
}
|
|
73
73
|
ci() {
|
|
74
|
-
this.ce.
|
|
74
|
+
this.ce.qe.rx = this.ce.rm;
|
|
75
75
|
}
|
|
76
76
|
ch() {
|
|
77
|
-
this.ce.
|
|
77
|
+
this.ce.qe.rn = this.ce.ri;
|
|
78
78
|
}
|
|
79
79
|
cj() {
|
|
80
|
-
this.ce.
|
|
80
|
+
this.ce.qe.ro = this.ce.rj;
|
|
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.ro = null;
|
|
94
|
+
this.rr = false;
|
|
95
|
+
this.rq = false;
|
|
96
96
|
this.assigningScatterStyle = null;
|
|
97
97
|
this.assigningScatterMarkerStyle = null;
|
|
98
98
|
this.ab = GeographicSymbolSeries.$;
|
|
99
99
|
}
|
|
100
|
-
|
|
100
|
+
get_c5() {
|
|
101
101
|
return true;
|
|
102
102
|
}
|
|
103
|
-
|
|
103
|
+
by() {
|
|
104
104
|
return new GeographicSymbolSeriesView(this);
|
|
105
105
|
}
|
|
106
|
-
|
|
107
|
-
super.
|
|
108
|
-
this.
|
|
106
|
+
l4(a) {
|
|
107
|
+
super.l4(a);
|
|
108
|
+
this.rp = a;
|
|
109
109
|
}
|
|
110
|
-
|
|
110
|
+
g0() {
|
|
111
111
|
return 0.7;
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
qd() {
|
|
114
114
|
return new ScatterSeries();
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
get_d0() {
|
|
117
117
|
return true;
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
super.
|
|
119
|
+
l9(a, b, c, d) {
|
|
120
|
+
super.l9(a, b, c, d);
|
|
121
121
|
switch (b) {
|
|
122
122
|
case "SeriesViewer":
|
|
123
|
-
this.
|
|
123
|
+
this.rp.co();
|
|
124
124
|
break;
|
|
125
125
|
case GeographicSymbolSeries.$$p[5]:
|
|
126
|
-
this.
|
|
126
|
+
this.rp.cg();
|
|
127
127
|
break;
|
|
128
128
|
case GeographicSymbolSeries.$$p[4]:
|
|
129
|
-
this.
|
|
129
|
+
this.rp.cf();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[6]:
|
|
132
|
-
this.
|
|
132
|
+
this.rp.ci();
|
|
133
133
|
break;
|
|
134
134
|
case "XAxis":
|
|
135
|
-
this.
|
|
135
|
+
this.rp.cp();
|
|
136
136
|
break;
|
|
137
137
|
case "YAxis":
|
|
138
|
-
this.
|
|
138
|
+
this.rp.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.qe.st = this.rt;
|
|
142
|
+
this.rr = this.rt;
|
|
143
|
+
if (this.rt) {
|
|
144
|
+
let e = this.qe;
|
|
145
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.r7));
|
|
146
146
|
}
|
|
147
147
|
else {
|
|
148
|
-
let f = this.
|
|
149
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
148
|
+
let f = this.qe;
|
|
149
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.r7));
|
|
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.qe.ss = this.rs;
|
|
154
|
+
this.rq = this.rs;
|
|
155
|
+
if (this.rt) {
|
|
156
|
+
let g = this.qe;
|
|
157
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.r6));
|
|
158
158
|
}
|
|
159
159
|
else {
|
|
160
|
-
let h = this.
|
|
161
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
160
|
+
let h = this.qe;
|
|
161
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.r6));
|
|
162
162
|
}
|
|
163
163
|
break;
|
|
164
164
|
case GeographicSymbolSeries.$$p[2]:
|
|
165
|
-
this.
|
|
165
|
+
this.qe.sh = this.rn;
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[3]:
|
|
168
|
-
this.
|
|
168
|
+
this.qe.ta = this.rv;
|
|
169
169
|
break;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
|
|
172
|
+
r7(a, b) {
|
|
173
173
|
if (this.assigningScatterStyle != null) {
|
|
174
174
|
this.assigningScatterStyle(this, b);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
|
|
177
|
+
r6(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:rs:r8', [0, false], 'IsCustomScatterStyleAllowed:rt:r9', [0, false], 'ItemSearchMode:rn:sa', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rv:sb', [1, 10000], 'LatitudeMemberPath:r0:sc', [2, null], 'LongitudeMemberPath:r2:sd', [2, null], 'MarkerCollisionAvoidance:rm:se', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:ru:sf', [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.rl = null;
|
|
19
|
+
this.rk = null;
|
|
20
20
|
this.imageTilesReady = null;
|
|
21
21
|
this.ab = GeographicTileSeries.$;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
get_el() {
|
|
24
24
|
return true;
|
|
25
25
|
}
|
|
26
|
-
get
|
|
27
|
-
return this.
|
|
26
|
+
get rm() {
|
|
27
|
+
return this.rl;
|
|
28
28
|
}
|
|
29
|
-
set
|
|
30
|
-
let b = a != this.
|
|
29
|
+
set rm(a) {
|
|
30
|
+
let b = a != this.rm;
|
|
31
31
|
if (b) {
|
|
32
|
-
let c = this.
|
|
33
|
-
this.
|
|
32
|
+
let c = this.rm;
|
|
33
|
+
this.rl = a;
|
|
34
34
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
if (this.
|
|
39
|
-
this.
|
|
37
|
+
rq() {
|
|
38
|
+
if (this.rm != null) {
|
|
39
|
+
this.rm.clearTileCache();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
super.
|
|
42
|
+
l9(a, b, c, d) {
|
|
43
|
+
super.l9(a, b, c, d);
|
|
44
44
|
switch (b) {
|
|
45
45
|
case "TileImagery":
|
|
46
|
-
if (this.
|
|
47
|
-
this.
|
|
46
|
+
if (this.qe != null) {
|
|
47
|
+
this.qe.s3 = this.rm;
|
|
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
|
+
qj() {
|
|
53
|
+
super.qj();
|
|
54
|
+
this.qe.s3 = this.rm;
|
|
55
|
+
if (this.rk != null) {
|
|
56
|
+
let a = this.rk;
|
|
57
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rp));
|
|
58
58
|
}
|
|
59
|
-
this.
|
|
60
|
-
if (this.
|
|
61
|
-
let b = this.
|
|
62
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
59
|
+
this.rk = this.qe;
|
|
60
|
+
if (this.rk != null) {
|
|
61
|
+
let b = this.rk;
|
|
62
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rp));
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
|
|
65
|
+
qd() {
|
|
66
66
|
return new TileSeries();
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
rp(a, b) {
|
|
69
69
|
if (this.imageTilesReady != null) {
|
|
70
70
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
71
71
|
}
|