igniteui-angular-maps 17.1.0 → 17.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.
Files changed (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1645 -1645
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +40 -40
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1661 -1661
  64. package/fesm5/igniteui-angular-maps.js +1645 -1645
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +2 -2
@@ -17,127 +17,127 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
17
17
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
18
18
  constructor() {
19
19
  super(...arguments);
20
- this.qu = false;
21
- this.qt = false;
20
+ this.uj = false;
21
+ this.ui = false;
22
22
  this.assigningShapeStyle = null;
23
23
  this.assigningShapeMarkerStyle = null;
24
- this.qq = null;
25
- this.qs = false;
24
+ this.uf = null;
25
+ this.uh = false;
26
26
  }
27
- by() {
27
+ cg() {
28
28
  return new GeographicShapeSeriesBaseView(this);
29
29
  }
30
- l4(a) {
31
- super.l4(a);
32
- this.qp = a;
30
+ o0(a) {
31
+ super.o0(a);
32
+ this.ue = a;
33
33
  }
34
- get_d0() {
34
+ get_es() {
35
35
  return true;
36
36
  }
37
- get_c3() {
37
+ get_du() {
38
38
  return true;
39
39
  }
40
- l9(a, b, c, d) {
41
- super.l9(a, b, c, d);
40
+ o8(a, b, c, d) {
41
+ super.o8(a, b, c, d);
42
42
  switch (b) {
43
43
  case "SeriesViewer":
44
- this.qp.cf();
44
+ this.ue.ci();
45
45
  break;
46
46
  case "ShapeMemberPath":
47
- this.qp.ch();
47
+ this.ue.ck();
48
48
  break;
49
49
  case GeographicShapeSeriesBase.$$p[5]:
50
- this.qp.cg();
50
+ this.ue.cj();
51
51
  break;
52
52
  case GeographicShapeSeriesBase.$$p[1]:
53
- this.qe.rd = this.qw;
54
- this.qu = this.qw;
55
- if (this.qw) {
56
- let e = this.qe;
57
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.ra));
53
+ this.t3.u2 = this.ul;
54
+ this.uj = this.ul;
55
+ if (this.ul) {
56
+ let e = this.t3;
57
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.uz));
58
58
  }
59
59
  else {
60
- let f = this.qe;
61
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.ra));
60
+ let f = this.t3;
61
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.uz));
62
62
  }
63
63
  break;
64
64
  case GeographicShapeSeriesBase.$$p[0]:
65
- this.qe.rc = this.qv;
66
- this.qt = this.qv;
67
- if (this.qw) {
68
- let g = this.qe;
69
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q9));
65
+ this.t3.u1 = this.uk;
66
+ this.ui = this.uk;
67
+ if (this.ul) {
68
+ let g = this.t3;
69
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uy));
70
70
  }
71
71
  else {
72
- let h = this.qe;
73
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q9));
72
+ let h = this.t3;
73
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uy));
74
74
  }
75
75
  break;
76
76
  case GeographicShapeSeriesBase.$$p[2]:
77
- this.qe.qz = this.qo;
77
+ this.t3.uo = this.ud;
78
78
  break;
79
79
  case GeographicShapeSeriesBase.$$p[3]:
80
- this.qe.ru = this.qy;
80
+ this.t3.vj = this.un;
81
81
  break;
82
82
  case GeographicShapeSeriesBase.$$p[4]:
83
- this.qe.rv = this.qz;
83
+ this.t3.vk = this.uo;
84
84
  break;
85
85
  case "ShapefileDataSource":
86
86
  if (c != null) {
87
87
  let i = c;
88
- if (this.qs) {
89
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.rb));
88
+ if (this.uh) {
89
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u0));
90
90
  }
91
91
  }
92
92
  if (d != null) {
93
93
  let j = d;
94
94
  if (j.count > 0) {
95
- this.rc();
95
+ this.u1();
96
96
  break;
97
97
  }
98
- this.qs = true;
99
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.rb));
98
+ this.uh = true;
99
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u0));
100
100
  }
101
101
  break;
102
102
  }
103
103
  }
104
- ra(a, b) {
104
+ uz(a, b) {
105
105
  if (this.assigningShapeStyle != null) {
106
106
  this.assigningShapeStyle(this, b);
107
107
  }
108
108
  }
109
- q9(a, b) {
109
+ uy(a, b) {
110
110
  if (this.assigningShapeMarkerStyle != null) {
111
111
  this.assigningShapeMarkerStyle(this, b);
112
112
  }
113
113
  }
114
- rb(a, b) {
115
- this.rc();
114
+ u0(a, b) {
115
+ this.u1();
116
116
  }
117
- rc() {
118
- let sds_ = this.qr;
117
+ u1() {
118
+ let sds_ = this.ug;
119
119
  let ext_ = sds_.externalObject;
120
120
  this.itemsSource = (ext_.getPointData());
121
121
  }
122
- get qr() {
123
- return this.qq;
122
+ get ug() {
123
+ return this.uf;
124
124
  }
125
- set qr(a) {
126
- let b = this.qq;
127
- this.qq = a;
128
- if (b != this.qq) {
129
- this.raisePropertyChanged("ShapefileDataSource", b, this.qq);
125
+ set ug(a) {
126
+ let b = this.uf;
127
+ this.uf = a;
128
+ if (b != this.uf) {
129
+ this.raisePropertyChanged("ShapefileDataSource", b, this.uf);
130
130
  }
131
131
  }
132
- get_e7() {
132
+ get_gf() {
133
133
  return true;
134
134
  }
135
- set_e7(a) {
136
- super.set_e7(a);
135
+ set_gf(a) {
136
+ super.set_gf(a);
137
137
  }
138
138
  }
139
139
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
140
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qv:rd', [0, false], 'IsCustomShapeStyleAllowed:qw:re', [0, false], 'ItemSearchMode:qo:rf', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qy:rg', [1, 10000], 'ItemSearchThreshold:qz:rh', [1, 10000], 'ShapeFilterResolution:qx:ri', [1, 2], 'ShapeMemberPath:q7:rj', [2, "points"]]);
140
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:uk:u2', [0, false], 'IsCustomShapeStyleAllowed:ul:u3', [0, false], 'ItemSearchMode:ud:u4', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:un:u5', [1, 10000], 'ItemSearchThreshold:uo:u6', [1, 10000], 'ShapeFilterResolution:um:u7', [1, 2], 'ShapeMemberPath:uw:u8', [2, "points"]]);
141
141
  return GeographicShapeSeriesBase;
142
142
  })();
143
143
  /**
@@ -147,28 +147,28 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
147
147
  class GeographicShapeSeriesBaseView extends HostSeriesView {
148
148
  constructor(a) {
149
149
  super(a);
150
- this.ce = null;
151
- this.ce = a;
152
- }
153
- b2() {
154
- super.b2();
155
- this.ce.qe.r5 = this.ce.q7;
156
- }
157
- cf() {
158
- let a = this.ce.qe;
159
- if (this.ce.ce == null) {
160
- a.qt = null;
161
- a.qv = null;
150
+ this.ch = null;
151
+ this.ch = a;
152
+ }
153
+ b5() {
154
+ super.b5();
155
+ this.ch.t3.vw = this.ch.uw;
156
+ }
157
+ ci() {
158
+ let a = this.ch.t3;
159
+ if (this.ch.cy == null) {
160
+ a.ui = null;
161
+ a.uk = null;
162
162
  return;
163
163
  }
164
- a.qt = this.ce.ce.t7;
165
- a.qv = this.ce.ce.t9;
164
+ a.ui = this.ch.cy.ua;
165
+ a.uk = this.ch.cy.uc;
166
166
  }
167
- ch() {
168
- this.ce.qe.r5 = this.ce.q7;
167
+ ck() {
168
+ this.ch.t3.vw = this.ch.uw;
169
169
  }
170
- cg() {
171
- this.ce.qe.rr = this.ce.qx;
170
+ cj() {
171
+ this.ch.t3.vg = this.ch.um;
172
172
  }
173
173
  }
174
174
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
@@ -27,56 +27,56 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
27
27
  class GeographicShapeSeriesView extends GeographicShapeSeriesBaseView {
28
28
  constructor(a) {
29
29
  super(a);
30
- this.ci = null;
31
- this.ci = a;
30
+ this.cl = null;
31
+ this.cl = a;
32
32
  if (!this.q) {
33
- this.ci.q7 = "points";
33
+ this.cl.uw = "points";
34
34
  }
35
35
  }
36
- as() {
37
- super.as();
36
+ au() {
37
+ super.au();
38
38
  if (!this.q) {
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;
39
+ this.cl.wg = Defaults.aj;
40
+ this.cl.iu = Defaults.p;
41
+ this.cl.vf = Defaults.o;
42
+ this.cl.vc = Defaults.d;
43
+ this.cl.va = Defaults.a;
44
44
  }
45
45
  }
46
- b2() {
47
- super.b2();
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;
46
+ b5() {
47
+ super.b5();
48
+ this.cl.t3.ye = this.cl.wi;
49
+ this.cl.t3.w7 = this.cl.vd;
50
+ this.cl.t3.xt = this.cl.vy;
51
+ this.cl.t3.xa = this.cl.vf;
52
+ this.cl.t3.wt = this.cl.u9;
53
53
  }
54
- cn() {
55
- this.ci.qe.t0 = this.ci.r9;
54
+ cq() {
55
+ this.cl.t3.xt = this.cl.vy;
56
56
  }
57
- cp() {
58
- this.ci.qe.th = this.ci.rq;
57
+ cs() {
58
+ this.cl.t3.xa = this.cl.vf;
59
59
  }
60
- ck() {
61
- this.ci.qe.s0 = this.ci.rk;
60
+ cn() {
61
+ this.cl.t3.wt = this.cl.u9;
62
62
  }
63
- co() {
64
- this.ci.qe.s9 = this.ci.rn;
63
+ cr() {
64
+ this.cl.t3.w2 = this.cl.vc;
65
65
  }
66
- cj() {
67
- this.ci.qe.uh = this.ci.sq;
66
+ cm() {
67
+ this.cl.t3.ya = this.cl.wf;
68
68
  }
69
- cl() {
70
- this.ci.qe.ui = this.ci.sr;
69
+ co() {
70
+ this.cl.t3.yb = this.cl.wg;
71
71
  }
72
- cm() {
73
- this.ci.qe.uk = this.ci.ss;
72
+ cp() {
73
+ this.cl.t3.yd = this.cl.wh;
74
74
  }
75
- cq() {
76
- this.ci.qe.te = this.ci.ro;
75
+ ct() {
76
+ this.cl.t3.w7 = this.cl.vd;
77
77
  }
78
- cr() {
79
- this.ci.qe.ul = this.ci.st;
78
+ cu() {
79
+ this.cl.t3.ye = this.cl.wi;
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
- get_ea() {
95
+ get_e3() {
96
96
  return true;
97
97
  }
98
- by() {
98
+ cg() {
99
99
  return new GeographicShapeSeriesView(this);
100
100
  }
101
- l4(a) {
102
- super.l4(a);
103
- this.rp = a;
101
+ o0(a) {
102
+ super.o0(a);
103
+ this.ve = a;
104
104
  }
105
- qd() {
105
+ t2() {
106
106
  let a = new ScatterPolygonSeries();
107
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.r6));
108
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.r7));
107
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vv));
108
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vw));
109
109
  return a;
110
110
  }
111
- r6(a, b) {
111
+ vv(a, b) {
112
112
  if (this.styleShape != null) {
113
113
  this.styleShape(this, b);
114
114
  }
115
115
  }
116
- r7(a, b) {
117
- let c = typeCast(ScatterPolygonSeries.$, this.qe);
116
+ vw(a, b) {
117
+ let c = typeCast(ScatterPolygonSeries.$, this.t3);
118
118
  if (c == null) {
119
119
  return;
120
120
  }
121
121
  }
122
- f6() {
123
- return this.rq;
122
+ hs() {
123
+ return this.vf;
124
124
  }
125
- pc() {
126
- return this.so;
125
+ sz() {
126
+ return this.wd;
127
127
  }
128
- pd() {
129
- return this.sp;
128
+ s0() {
129
+ return this.we;
130
130
  }
131
- nj() {
132
- return this.r8;
131
+ qv() {
132
+ return this.vx;
133
133
  }
134
- i2() {
135
- let a = typeCast(ScatterPolygonSeries.$, this.qe);
134
+ kx() {
135
+ let a = typeCast(ScatterPolygonSeries.$, this.t3);
136
136
  if (a == null) {
137
137
  return "Unknown";
138
138
  }
139
- return a.i2();
139
+ return a.kx();
140
140
  }
141
- l9(a, b, c, d) {
142
- super.l9(a, b, c, d);
141
+ o8(a, b, c, d) {
142
+ super.o8(a, b, c, d);
143
143
  switch (b) {
144
144
  case GeographicShapeSeries.$$p[6]:
145
- this.qe.s7 = this.rm;
145
+ this.t3.w0 = this.vb;
146
146
  break;
147
147
  case GeographicShapeSeries.$$p[5]:
148
- this.qe.s3 = this.rl;
148
+ this.t3.ww = this.va;
149
149
  break;
150
150
  case GeographicShapeSeries.$$p[9]:
151
- this.rp.cn();
151
+ this.ve.cq();
152
152
  break;
153
153
  case GeographicShapeSeries.$$p[10]:
154
- this.rp.cp();
154
+ this.ve.cs();
155
155
  break;
156
156
  case GeographicShapeSeries.$$p[4]:
157
- this.rp.ck();
157
+ this.ve.cn();
158
158
  break;
159
159
  case GeographicShapeSeries.$$p[11]:
160
- this.rp.co();
160
+ this.ve.cr();
161
161
  break;
162
162
  case GeographicShapeSeries.$$p[3]:
163
- this.rp.cj();
163
+ this.ve.cm();
164
164
  break;
165
165
  case GeographicShapeSeries.$$p[7]:
166
- this.rp.cl();
166
+ this.ve.co();
167
167
  break;
168
168
  case GeographicShapeSeries.$$p[8]:
169
- this.rp.cm();
169
+ this.ve.cp();
170
170
  break;
171
171
  case GeographicShapeSeries.$$p[13]:
172
- this.rp.cq();
172
+ this.ve.ct();
173
173
  break;
174
174
  case GeographicShapeSeries.$$p[12]:
175
- this.rp.cr();
175
+ this.ve.cu();
176
176
  break;
177
177
  }
178
178
  }
179
- g0() {
179
+ iq() {
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: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]]);
184
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:wd:vz', [Brush.$], 'ActualMarkerOutline:we:v0', [Brush.$], 'ActualMarkerTemplate:vx:v1', [DataTemplate.$, null], 'MarkerBrush:wf:v2', [Brush.$], 'MarkerCollisionAvoidance:u9:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:va:v4', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vb:v5', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wg:v6', [Brush.$], 'MarkerStyle:wh:v7', [Style.$], 'MarkerTemplate:vy:v8', [DataTemplate.$, null], 'MarkerThickness:vf:v9', [1, DeviceUtils.g(2)], 'MarkerType:vc:wa', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wi:wb', [Style.$, null], 'ShapeStyleSelector:vd:wc', [StyleSelector.$, null]]);
185
185
  return GeographicShapeSeries;
186
186
  })();
@@ -13,8 +13,8 @@ export let GeographicSymbolSeriesBaseView = /*@__PURE__*/ (() => {
13
13
  class GeographicSymbolSeriesBaseView extends HostSeriesView {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.ce = null;
17
- this.ce = a;
16
+ this.ch = null;
17
+ this.ch = a;
18
18
  }
19
19
  }
20
20
  GeographicSymbolSeriesBaseView.$t = markType(GeographicSymbolSeriesBaseView, 'GeographicSymbolSeriesBaseView', HostSeriesView.$);