@itwin/map-layers-formats 4.0.0-dev.4 → 4.0.0-dev.40

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 (67) hide show
  1. package/.rush/temp/operation/build_ci/state.json +1 -1
  2. package/.rush/temp/operation/cover/state.json +1 -1
  3. package/.rush/temp/operation/docs/state.json +1 -1
  4. package/.rush/temp/package-deps_build_ci.json +5 -5
  5. package/.rush/temp/package-deps_cover.json +5 -5
  6. package/.rush/temp/package-deps_docs.json +5 -5
  7. package/.rush/temp/shrinkwrap-deps.json +21 -21
  8. package/CHANGELOG.json +21 -0
  9. package/CHANGELOG.md +14 -1
  10. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js +7 -9
  11. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
  12. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js +4 -6
  13. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
  14. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +8 -9
  15. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  16. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js +1 -2
  17. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
  18. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +7 -10
  19. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  20. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +37 -38
  21. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  22. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js +7 -7
  23. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
  24. package/lib/cjs/test/coverage/.nyc_output/d6dcfb38-6510-4226-8250-f7e96144dd15.json +1 -0
  25. package/lib/cjs/test/coverage/.nyc_output/processinfo/c0bbdb06-51a7-48f0-b5b9-54fab6d59fba.json +1 -0
  26. package/lib/cjs/test/coverage/.nyc_output/processinfo/d6dcfb38-6510-4226-8250-f7e96144dd15.json +1 -0
  27. package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
  28. package/lib/cjs/test/coverage/cobertura-coverage.xml +35 -35
  29. package/lib/cjs/test/coverage/lcov-report/index.html +5 -5
  30. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
  31. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +10 -10
  32. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +7 -7
  33. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +10 -10
  34. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
  35. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
  36. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
  37. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +4 -4
  38. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +8 -8
  39. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +13 -13
  40. package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
  41. package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
  42. package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
  43. package/lib/cjs/test/coverage/lcov.info +308 -484
  44. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  45. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js +7 -9
  46. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
  47. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js +4 -6
  48. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
  49. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +8 -9
  50. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  51. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js +1 -2
  52. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
  53. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +7 -10
  54. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  55. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +37 -38
  56. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  57. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js +7 -7
  58. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
  59. package/lib/esm/tsconfig.tsbuildinfo +1 -1
  60. package/lib/test/junit_results.xml +38 -38
  61. package/map-layers-formats.build.log +2 -2
  62. package/package.json +12 -12
  63. package/tsconfig.json +1 -2
  64. package/lib/cjs/test/coverage/.nyc_output/6f67829c-abba-4104-a211-090bf7490825.json +0 -1
  65. package/lib/cjs/test/coverage/.nyc_output/processinfo/6f67829c-abba-4104-a211-090bf7490825.json +0 -1
  66. package/lib/cjs/test/coverage/.nyc_output/processinfo/a04893bc-13da-4c21-8ef4-64686a888281.json +0 -1
  67. /package/lib/cjs/test/coverage/.nyc_output/{a04893bc-13da-4c21-8ef4-64686a888281.json → c0bbdb06-51a7-48f0-b5b9-54fab6d59fba.json} +0 -0
@@ -30,9 +30,9 @@
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">78.12% </span>
33
+ <span class="strong">76.47% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>75/96</span>
35
+ <span class='fraction'>52/68</span>
36
36
  </div>
37
37
 
38
38
 
@@ -718,7 +718,7 @@ export class ArcGisSymbologyRenderer {
718
718
  if (rendererDefinition?.symbol !== undefined) {
719
719
  symbol = rendererDefinition.symbol;
720
720
  } else if (rendererDefinition?.defaultSymbol !== undefined) {
721
- symbol = rendererDefinition<span class="branch-0 cbranch-no" title="branch not covered" >?.d</span>efaultSymbol;
721
+ symbol = rendererDefinition?.defaultSymbol;
722
722
  }
723
723
  &nbsp;
724
724
  if (symbol !== undefined) {
@@ -752,7 +752,7 @@ export class ArcGisSymbologyRenderer {
752
752
  <span class="missing-if-branch" title="if path not taken" >I</span>if (!context)
753
753
  <span class="cstat-no" title="statement not covered" > return;</span>
754
754
  &nbsp;
755
- if (this._symbol<span class="branch-0 cbranch-no" title="branch not covered" >?.t</span>ype === "esriSFS") {
755
+ if (this._symbol?.type === "esriSFS") {
756
756
  const sfs = this._symbol as EsriSFS;
757
757
  <span class="missing-if-branch" title="else path not taken" >E</span>if (sfs.style === "esriSFSSolid" &amp;&amp; sfs.color) {
758
758
  context.fillStyle = sfs.color.toRgbaString();
@@ -767,12 +767,12 @@ export class ArcGisSymbologyRenderer {
767
767
  <span class="cstat-no" title="statement not covered" > return;</span>
768
768
  &nbsp;
769
769
  let sls: EsriSLS | undefined;
770
- if (this._symbol<span class="branch-0 cbranch-no" title="branch not covered" >?.t</span>ype === "esriSFS") {
770
+ if (this._symbol?.type === "esriSFS") {
771
771
  const sfs = this._symbol as EsriSFS;
772
772
  <span class="missing-if-branch" title="else path not taken" >E</span>if (sfs.outline &amp;&amp; sfs.outline.style === "esriSLSSolid") {
773
773
  sls = sfs.outline;
774
774
  }
775
- } else <span class="missing-if-branch" title="else path not taken" >E</span>if (this._symbol<span class="branch-0 cbranch-no" title="branch not covered" >?.t</span>ype === "esriSLS") {
775
+ } else <span class="missing-if-branch" title="else path not taken" >E</span>if (this._symbol?.type === "esriSLS") {
776
776
  sls = this._symbol as EsriSLS;
777
777
  }
778
778
  &nbsp;
@@ -787,7 +787,7 @@ export class ArcGisSymbologyRenderer {
787
787
  <span class="missing-if-branch" title="if path not taken" >I</span>if (!context)
788
788
  <span class="cstat-no" title="statement not covered" > return;</span>
789
789
  &nbsp;
790
- <span class="missing-if-branch" title="else path not taken" >E</span>if (this._symbol<span class="branch-0 cbranch-no" title="branch not covered" >?.t</span>ype === "esriPMS") {
790
+ <span class="missing-if-branch" title="else path not taken" >E</span>if (this._symbol?.type === "esriPMS") {
791
791
  const pms = this._symbol as EsriPMS;
792
792
  let xOffset = 0, yOffset = 0;
793
793
  <span class="missing-if-branch" title="if path not taken" >I</span>if (pms.xoffset)
@@ -817,7 +817,7 @@ export class ArcGisSymbologyRenderer {
817
817
  <div class='footer quiet pad2 space-top1 center small'>
818
818
  Code coverage generated by
819
819
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
820
- at 2023-02-03T05:17:34.880Z
820
+ at 2023-03-09T05:15:18.110Z
821
821
  </div>
822
822
  <script src="../../prettify.js"></script>
823
823
  <script>
@@ -30,9 +30,9 @@
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">83.13% </span>
33
+ <span class="strong">85.43% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>483/581</span>
35
+ <span class='fraction'>346/405</span>
36
36
  </div>
37
37
 
38
38
 
@@ -100,8 +100,8 @@
100
100
  </td>
101
101
  <td data-value="100" class="pct high">100%</td>
102
102
  <td data-value="77" class="abs high">77/77</td>
103
- <td data-value="81.52" class="pct high">81.52%</td>
104
- <td data-value="92" class="abs high">75/92</td>
103
+ <td data-value="90" class="pct high">90%</td>
104
+ <td data-value="40" class="abs high">36/40</td>
105
105
  <td data-value="100" class="pct high">100%</td>
106
106
  <td data-value="6" class="abs high">6/6</td>
107
107
  <td data-value="100" class="pct high">100%</td>
@@ -115,8 +115,8 @@
115
115
  </td>
116
116
  <td data-value="86.88" class="pct high">86.88%</td>
117
117
  <td data-value="122" class="abs high">106/122</td>
118
- <td data-value="80.7" class="pct high">80.7%</td>
119
- <td data-value="114" class="abs high">92/114</td>
118
+ <td data-value="82.92" class="pct high">82.92%</td>
119
+ <td data-value="82" class="abs high">68/82</td>
120
120
  <td data-value="100" class="pct high">100%</td>
121
121
  <td data-value="6" class="abs high">6/6</td>
122
122
  <td data-value="86.88" class="pct high">86.88%</td>
@@ -130,8 +130,8 @@
130
130
  </td>
131
131
  <td data-value="88.28" class="pct high">88.28%</td>
132
132
  <td data-value="239" class="abs high">211/239</td>
133
- <td data-value="82.87" class="pct high">82.87%</td>
134
- <td data-value="181" class="abs high">150/181</td>
133
+ <td data-value="83.72" class="pct high">83.72%</td>
134
+ <td data-value="129" class="abs high">108/129</td>
135
135
  <td data-value="82.35" class="pct high">82.35%</td>
136
136
  <td data-value="17" class="abs high">14/17</td>
137
137
  <td data-value="88.18" class="pct high">88.18%</td>
@@ -190,8 +190,8 @@
190
190
  </td>
191
191
  <td data-value="85.71" class="pct high">85.71%</td>
192
192
  <td data-value="21" class="abs high">18/21</td>
193
- <td data-value="80.76" class="pct high">80.76%</td>
194
- <td data-value="26" class="abs high">21/26</td>
193
+ <td data-value="85.71" class="pct high">85.71%</td>
194
+ <td data-value="14" class="abs high">12/14</td>
195
195
  <td data-value="100" class="pct high">100%</td>
196
196
  <td data-value="2" class="abs high">2/2</td>
197
197
  <td data-value="85.71" class="pct high">85.71%</td>
@@ -205,8 +205,8 @@
205
205
  </td>
206
206
  <td data-value="89.79" class="pct high">89.79%</td>
207
207
  <td data-value="98" class="abs high">88/98</td>
208
- <td data-value="78.12" class="pct medium">78.12%</td>
209
- <td data-value="96" class="abs medium">75/96</td>
208
+ <td data-value="76.47" class="pct medium">76.47%</td>
209
+ <td data-value="68" class="abs medium">52/68</td>
210
210
  <td data-value="93.33" class="pct high">93.33%</td>
211
211
  <td data-value="30" class="abs high">28/30</td>
212
212
  <td data-value="89.69" class="pct high">89.69%</td>
@@ -221,7 +221,7 @@
221
221
  <div class='footer quiet pad2 space-top1 center small'>
222
222
  Code coverage generated by
223
223
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
224
- at 2023-02-03T05:17:34.880Z
224
+ at 2023-03-09T05:15:18.110Z
225
225
  </div>
226
226
  <script src="../../prettify.js"></script>
227
227
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-02-03T05:17:34.880Z
119
+ at 2023-03-09T05:15:18.110Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -115,7 +115,7 @@ export * from "./ArcGisFeature/ArcGisFeatureProvider";
115
115
  <div class='footer quiet pad2 space-top1 center small'>
116
116
  Code coverage generated by
117
117
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
118
- at 2023-02-03T05:17:34.880Z
118
+ at 2023-03-09T05:15:18.110Z
119
119
  </div>
120
120
  <script src="../prettify.js"></script>
121
121
  <script>
@@ -148,7 +148,7 @@ export class MapLayersFormats {
148
148
  <div class='footer quiet pad2 space-top1 center small'>
149
149
  Code coverage generated by
150
150
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
151
- at 2023-02-03T05:17:34.880Z
151
+ at 2023-03-09T05:15:18.110Z
152
152
  </div>
153
153
  <script src="../prettify.js"></script>
154
154
  <script>