igniteui-angular-maps 18.1.0 → 18.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 (79) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1559 -1473
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
  12. package/esm2015/lib/GeographicTileSeries.js +29 -29
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +93 -93
  16. package/esm2015/lib/XamGeographicMap_combined.js +466 -466
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +206 -191
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  40. package/esm5/lib/GeographicTileSeries.js +28 -28
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +91 -91
  44. package/esm5/lib/XamGeographicMap_combined.js +459 -459
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +40 -40
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-angular-maps.js +1561 -1487
  60. package/fesm5/igniteui-angular-maps.js +1560 -1474
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +29 -29
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  74. package/lib/GeographicTileSeries.d.ts +11 -11
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +23 -23
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
  79. package/package.json +2 -2
@@ -7,6 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
7
7
  import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
8
8
  import { DependencyProperty } from "igniteui-angular-core";
9
9
  import { ShapeItemSearchMode_$type } from "igniteui-angular-charts";
10
+ import { BrushScale } from "igniteui-angular-charts";
10
11
  import { enumGetBox, runOn, delegateCombine, delegateRemove, markType, markDep } from "igniteui-angular-core";
11
12
  import { PropertyMetadata } from "igniteui-angular-core";
12
13
  import { HostSeriesView } from "./HostSeriesView";
@@ -17,127 +18,136 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
17
18
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
18
19
  constructor() {
19
20
  super(...arguments);
20
- this.w7 = false;
21
- this.w6 = false;
21
+ this.xf = false;
22
+ this.xe = false;
22
23
  this.assigningShapeStyle = null;
23
24
  this.assigningShapeMarkerStyle = null;
24
- this.w3 = null;
25
- this.w5 = false;
25
+ this.xb = null;
26
+ this.xd = false;
26
27
  }
27
- cq() {
28
+ cs() {
28
29
  return new GeographicShapeSeriesBaseView(this);
29
30
  }
30
- qw(a) {
31
- super.qw(a);
32
- this.w2 = a;
31
+ qz(a) {
32
+ super.qz(a);
33
+ this.xa = a;
33
34
  }
34
- get_fc() {
35
+ get_fe() {
35
36
  return true;
36
37
  }
37
- get_eb() {
38
+ get_ed() {
38
39
  return true;
39
40
  }
40
- q4(a, b, c, d) {
41
- super.q4(a, b, c, d);
41
+ q7(a, b, c, d) {
42
+ super.q7(a, b, c, d);
42
43
  switch (b) {
43
44
  case "SeriesViewer":
44
- this.w2.ci();
45
+ this.xa.ci();
45
46
  break;
46
47
  case "ShapeMemberPath":
47
- this.w2.ck();
48
+ this.xa.ck();
48
49
  break;
49
- case GeographicShapeSeriesBase.$$p[5]:
50
- this.w2.cj();
50
+ case GeographicShapeSeriesBase.$$p[8]:
51
+ this.xa.cj();
51
52
  break;
52
- case GeographicShapeSeriesBase.$$p[1]:
53
- this.wr.xq = this.w9;
54
- this.w7 = this.w9;
55
- if (this.w9) {
56
- let e = this.wr;
57
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.xn));
53
+ case GeographicShapeSeriesBase.$$p[4]:
54
+ this.wy.x6 = this.xi;
55
+ this.xf = this.xi;
56
+ if (this.xi) {
57
+ let e = this.wy;
58
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x0));
58
59
  }
59
60
  else {
60
- let f = this.wr;
61
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.xn));
61
+ let f = this.wy;
62
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x0));
62
63
  }
63
64
  break;
64
- case GeographicShapeSeriesBase.$$p[0]:
65
- this.wr.xp = this.w8;
66
- this.w6 = this.w8;
67
- if (this.w9) {
68
- let g = this.wr;
69
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xm));
65
+ case GeographicShapeSeriesBase.$$p[3]:
66
+ this.wy.x5 = this.xh;
67
+ this.xe = this.xh;
68
+ if (this.xi) {
69
+ let g = this.wy;
70
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xz));
70
71
  }
71
72
  else {
72
- let h = this.wr;
73
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xm));
73
+ let h = this.wy;
74
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xz));
74
75
  }
75
76
  break;
76
- case GeographicShapeSeriesBase.$$p[2]:
77
- this.wr.w7 = this.w1;
77
+ case GeographicShapeSeriesBase.$$p[5]:
78
+ this.wy.xi = this.w9;
78
79
  break;
79
- case GeographicShapeSeriesBase.$$p[3]:
80
- this.wr.x7 = this.xb;
80
+ case GeographicShapeSeriesBase.$$p[6]:
81
+ this.wy.yn = this.xk;
81
82
  break;
82
- case GeographicShapeSeriesBase.$$p[4]:
83
- this.wr.x8 = this.xc;
83
+ case GeographicShapeSeriesBase.$$p[7]:
84
+ this.wy.yo = this.xl;
85
+ break;
86
+ case GeographicShapeSeriesBase.$$p[0]:
87
+ this.wy.ys = this.xm;
88
+ break;
89
+ case GeographicShapeSeriesBase.$$p[1]:
90
+ this.wy.w8 = this.w8;
91
+ break;
92
+ case GeographicShapeSeriesBase.$$p[2]:
93
+ this.wy.x1 = this.xg;
84
94
  break;
85
95
  case "ShapefileDataSource":
86
96
  if (c != null) {
87
97
  let i = c;
88
- if (this.w5) {
89
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.xo));
98
+ if (this.xd) {
99
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x1));
90
100
  }
91
101
  }
92
102
  if (d != null) {
93
103
  let j = d;
94
104
  if (j.count > 0) {
95
- this.xp();
105
+ this.x2();
96
106
  break;
97
107
  }
98
- this.w5 = true;
99
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.xo));
108
+ this.xd = true;
109
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x1));
100
110
  }
101
111
  break;
102
112
  }
103
113
  }
104
- xn(a, b) {
114
+ x0(a, b) {
105
115
  if (this.assigningShapeStyle != null) {
106
116
  this.assigningShapeStyle(this, b);
107
117
  }
108
118
  }
109
- xm(a, b) {
119
+ xz(a, b) {
110
120
  if (this.assigningShapeMarkerStyle != null) {
111
121
  this.assigningShapeMarkerStyle(this, b);
112
122
  }
113
123
  }
114
- xo(a, b) {
115
- this.xp();
124
+ x1(a, b) {
125
+ this.x2();
116
126
  }
117
- xp() {
118
- let sds_ = this.w4;
127
+ x2() {
128
+ let sds_ = this.xc;
119
129
  let ext_ = sds_.externalObject;
120
130
  this.itemsSource = (ext_.getPointData());
121
131
  }
122
- get w4() {
123
- return this.w3;
132
+ get xc() {
133
+ return this.xb;
124
134
  }
125
- set w4(a) {
126
- let b = this.w3;
127
- this.w3 = a;
128
- if (b != this.w3) {
129
- this.raisePropertyChanged("ShapefileDataSource", b, this.w3);
135
+ set xc(a) {
136
+ let b = this.xb;
137
+ this.xb = a;
138
+ if (b != this.xb) {
139
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xb);
130
140
  }
131
141
  }
132
- get_g5() {
142
+ get_g7() {
133
143
  return true;
134
144
  }
135
- set_g5(a) {
136
- super.set_g5(a);
145
+ set_g7(a) {
146
+ super.set_g7(a);
137
147
  }
138
148
  }
139
149
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
140
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:w8:xq', [0, false], 'IsCustomShapeStyleAllowed:w9:xr', [0, false], 'ItemSearchMode:w1:xs', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xb:xt', [1, 10000], 'ItemSearchThreshold:xc:xu', [1, 10000], 'ShapeFilterResolution:xa:xv', [1, 2], 'ShapeMemberPath:xk:xw', [2, "points"]]);
150
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xm:x3', [2], 'FillScale:w8:x4', [BrushScale.$], 'FillScaleUseGlobalValues:xg:x5', [0, false], 'IsCustomShapeMarkerStyleAllowed:xh:x6', [0, false], 'IsCustomShapeStyleAllowed:xi:x7', [0, false], 'ItemSearchMode:w9:x8', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xk:x9', [1, 10000], 'ItemSearchThreshold:xl:ya', [1, 10000], 'ShapeFilterResolution:xj:yb', [1, 2], 'ShapeMemberPath:xx:yc', [2, "points"]]);
141
151
  return GeographicShapeSeriesBase;
142
152
  })();
143
153
  /**
@@ -152,23 +162,23 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
152
162
  }
153
163
  b5() {
154
164
  super.b5();
155
- this.ch.wr.yk = this.ch.xk;
165
+ this.ch.wy.y5 = this.ch.xx;
156
166
  }
157
167
  ci() {
158
- let a = this.ch.wr;
159
- if (this.ch.c9 == null) {
160
- a.w1 = null;
161
- a.w3 = null;
168
+ let a = this.ch.wy;
169
+ if (this.ch.db == null) {
170
+ a.xc = null;
171
+ a.xe = null;
162
172
  return;
163
173
  }
164
- a.w1 = this.ch.c9.v8;
165
- a.w3 = this.ch.c9.wa;
174
+ a.xc = this.ch.db.wr;
175
+ a.xe = this.ch.db.wt;
166
176
  }
167
177
  ck() {
168
- this.ch.wr.yk = this.ch.xk;
178
+ this.ch.wy.y5 = this.ch.xx;
169
179
  }
170
180
  cj() {
171
- this.ch.wr.x4 = this.ch.xa;
181
+ this.ch.wy.yk = this.ch.xj;
172
182
  }
173
183
  }
174
184
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
30
30
  this.cl = null;
31
31
  this.cl = a;
32
32
  if (!this.q) {
33
- this.cl.xk = "points";
33
+ this.cl.xx = "points";
34
34
  }
35
35
  }
36
36
  au() {
37
37
  super.au();
38
38
  if (!this.q) {
39
- this.cl.y4 = Defaults.aj;
40
- this.cl.jn = Defaults.p;
41
- this.cl.x3 = Defaults.o;
42
- this.cl.x0 = Defaults.d;
43
- this.cl.xy = Defaults.a;
39
+ this.cl.zk = Defaults.aj;
40
+ this.cl.jp = Defaults.p;
41
+ this.cl.yj = Defaults.o;
42
+ this.cl.yg = Defaults.d;
43
+ this.cl.ye = Defaults.a;
44
44
  }
45
45
  }
46
46
  b5() {
47
47
  super.b5();
48
- this.cl.wr.aa2 = this.cl.y6;
49
- this.cl.wr.zv = this.cl.x1;
50
- this.cl.wr.aah = this.cl.ym;
51
- this.cl.wr.zy = this.cl.x3;
52
- this.cl.wr.zh = this.cl.xx;
48
+ this.cl.wy.abr = this.cl.zm;
49
+ this.cl.wy.aak = this.cl.yh;
50
+ this.cl.wy.aa6 = this.cl.y2;
51
+ this.cl.wy.aan = this.cl.yj;
52
+ this.cl.wy.z6 = this.cl.yd;
53
53
  }
54
54
  cq() {
55
- this.cl.wr.aah = this.cl.ym;
55
+ this.cl.wy.aa6 = this.cl.y2;
56
56
  }
57
57
  cs() {
58
- this.cl.wr.zy = this.cl.x3;
58
+ this.cl.wy.aan = this.cl.yj;
59
59
  }
60
60
  cn() {
61
- this.cl.wr.zh = this.cl.xx;
61
+ this.cl.wy.z6 = this.cl.yd;
62
62
  }
63
63
  cr() {
64
- this.cl.wr.zq = this.cl.x0;
64
+ this.cl.wy.aaf = this.cl.yg;
65
65
  }
66
66
  cm() {
67
- this.cl.wr.aay = this.cl.y3;
67
+ this.cl.wy.abn = this.cl.zj;
68
68
  }
69
69
  co() {
70
- this.cl.wr.aaz = this.cl.y4;
70
+ this.cl.wy.abo = this.cl.zk;
71
71
  }
72
72
  cp() {
73
- this.cl.wr.aa1 = this.cl.y5;
73
+ this.cl.wy.abq = this.cl.zl;
74
74
  }
75
75
  ct() {
76
- this.cl.wr.zv = this.cl.x1;
76
+ this.cl.wy.aak = this.cl.yh;
77
77
  }
78
78
  cu() {
79
- this.cl.wr.aa2 = this.cl.y6;
79
+ this.cl.wy.abr = this.cl.zm;
80
80
  }
81
81
  }
82
82
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -92,98 +92,98 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
92
92
  this.styleShape = null;
93
93
  this.ab = GeographicShapeSeries.$;
94
94
  }
95
- bi() {
95
+ bj() {
96
96
  return new GeographicShapeSeries();
97
97
  }
98
- get_fo() {
98
+ get_fq() {
99
99
  return true;
100
100
  }
101
- cq() {
101
+ cs() {
102
102
  return new GeographicShapeSeriesView(this);
103
103
  }
104
- qw(a) {
105
- super.qw(a);
106
- this.x2 = a;
104
+ qz(a) {
105
+ super.qz(a);
106
+ this.yi = a;
107
107
  }
108
- wq() {
108
+ wx() {
109
109
  let a = new ScatterPolygonSeries();
110
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yj));
111
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.yk));
110
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yz));
111
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y0));
112
112
  return a;
113
113
  }
114
- yj(a, b) {
114
+ yz(a, b) {
115
115
  if (this.styleShape != null) {
116
116
  this.styleShape(this, b);
117
117
  }
118
118
  }
119
- yk(a, b) {
120
- let c = typeCast(ScatterPolygonSeries.$, this.wr);
119
+ y0(a, b) {
120
+ let c = typeCast(ScatterPolygonSeries.$, this.wy);
121
121
  if (c == null) {
122
122
  return;
123
123
  }
124
124
  }
125
- il() {
126
- return this.x3;
125
+ io() {
126
+ return this.yj;
127
127
  }
128
- ve() {
129
- return this.y1;
128
+ vj() {
129
+ return this.zh;
130
130
  }
131
- vf() {
132
- return this.y2;
131
+ vk() {
132
+ return this.zi;
133
133
  }
134
- ss() {
135
- return this.yl;
134
+ sx() {
135
+ return this.y1;
136
136
  }
137
- l7() {
138
- let a = typeCast(ScatterPolygonSeries.$, this.wr);
137
+ ma() {
138
+ let a = typeCast(ScatterPolygonSeries.$, this.wy);
139
139
  if (a == null) {
140
140
  return "Unknown";
141
141
  }
142
- return a.l7();
142
+ return a.ma();
143
143
  }
144
- q4(a, b, c, d) {
145
- super.q4(a, b, c, d);
144
+ q7(a, b, c, d) {
145
+ super.q7(a, b, c, d);
146
146
  switch (b) {
147
147
  case GeographicShapeSeries.$$p[6]:
148
- this.wr.zo = this.xz;
148
+ this.wy.aad = this.yf;
149
149
  break;
150
150
  case GeographicShapeSeries.$$p[5]:
151
- this.wr.zk = this.xy;
151
+ this.wy.z9 = this.ye;
152
152
  break;
153
153
  case GeographicShapeSeries.$$p[9]:
154
- this.x2.cq();
154
+ this.yi.cq();
155
155
  break;
156
156
  case GeographicShapeSeries.$$p[10]:
157
- this.x2.cs();
157
+ this.yi.cs();
158
158
  break;
159
159
  case GeographicShapeSeries.$$p[4]:
160
- this.x2.cn();
160
+ this.yi.cn();
161
161
  break;
162
162
  case GeographicShapeSeries.$$p[11]:
163
- this.x2.cr();
163
+ this.yi.cr();
164
164
  break;
165
165
  case GeographicShapeSeries.$$p[3]:
166
- this.x2.cm();
166
+ this.yi.cm();
167
167
  break;
168
168
  case GeographicShapeSeries.$$p[7]:
169
- this.x2.co();
169
+ this.yi.co();
170
170
  break;
171
171
  case GeographicShapeSeries.$$p[8]:
172
- this.x2.cp();
172
+ this.yi.cp();
173
173
  break;
174
174
  case GeographicShapeSeries.$$p[13]:
175
- this.x2.ct();
175
+ this.yi.ct();
176
176
  break;
177
177
  case GeographicShapeSeries.$$p[12]:
178
- this.x2.cu();
178
+ this.yi.cu();
179
179
  break;
180
180
  }
181
181
  }
182
- jj() {
182
+ jl() {
183
183
  return 0.7;
184
184
  }
185
185
  }
186
186
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
187
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:y1:yn', [Brush.$], 'ActualMarkerOutline:y2:yo', [Brush.$], 'ActualMarkerTemplate:yl:yp', [DataTemplate.$, null], 'MarkerBrush:y3:yq', [Brush.$], 'MarkerCollisionAvoidance:xx:yr', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:xy:ys', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xz:yt', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:y4:yu', [Brush.$], 'MarkerStyle:y5:yv', [Style.$], 'MarkerTemplate:ym:yw', [DataTemplate.$, null], 'MarkerThickness:x3:yx', [1, DeviceUtils.g(2)], 'MarkerType:x0:yy', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:y6:yz', [Style.$, null], 'ShapeStyleSelector:x1:y0', [StyleSelector.$, null]]);
187
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zh:y3', [Brush.$], 'ActualMarkerOutline:zi:y4', [Brush.$], 'ActualMarkerTemplate:y1:y5', [DataTemplate.$, null], 'MarkerBrush:zj:y6', [Brush.$], 'MarkerCollisionAvoidance:yd:y7', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:ye:y8', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yf:y9', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zk:za', [Brush.$], 'MarkerStyle:zl:zb', [Style.$], 'MarkerTemplate:y2:zc', [DataTemplate.$, null], 'MarkerThickness:yj:zd', [1, DeviceUtils.g(2)], 'MarkerType:yg:ze', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zm:zf', [Style.$, null], 'ShapeStyleSelector:yh:zg', [StyleSelector.$, null]]);
188
188
  return GeographicShapeSeries;
189
189
  })();