@itwin/map-layers-formats 4.1.0-dev.0 → 4.1.0-dev.12

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 (39) hide show
  1. package/.rush/temp/operation/build/state.json +1 -1
  2. package/.rush/temp/operation/cover/all.log +6 -6
  3. package/.rush/temp/operation/cover/state.json +1 -1
  4. package/.rush/temp/operation/docs/all.log +2 -2
  5. package/.rush/temp/operation/docs/state.json +1 -1
  6. package/.rush/temp/package-deps_build.json +4 -4
  7. package/.rush/temp/package-deps_cover.json +4 -4
  8. package/.rush/temp/package-deps_docs.json +4 -4
  9. package/.rush/temp/shrinkwrap-deps.json +2 -1
  10. package/CHANGELOG.json +27 -0
  11. package/CHANGELOG.md +19 -1
  12. package/lib/cjs/test/coverage/.nyc_output/5518520d-3949-41ce-96f9-0fd7c5ce08cf.json +1 -0
  13. package/lib/cjs/test/coverage/.nyc_output/processinfo/5518520d-3949-41ce-96f9-0fd7c5ce08cf.json +1 -0
  14. package/lib/cjs/test/coverage/.nyc_output/processinfo/da58221a-8d38-4a6f-8b98-28cb5d504ecc.json +1 -0
  15. package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
  16. package/lib/cjs/test/coverage/cobertura-coverage.xml +2 -2
  17. package/lib/cjs/test/coverage/lcov-report/index.html +1 -1
  18. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
  19. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +1 -1
  20. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +1 -1
  21. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +1 -1
  22. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
  23. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
  24. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
  25. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +1 -1
  26. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +1 -1
  27. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +1 -1
  28. package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
  29. package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
  30. package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
  31. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  32. package/lib/esm/tsconfig.tsbuildinfo +1 -1
  33. package/lib/test/junit_results.xml +47 -47
  34. package/map-layers-formats.build.log +2 -2
  35. package/package.json +12 -11
  36. package/lib/cjs/test/coverage/.nyc_output/09dfaede-5146-48bf-83b4-168d8c9aedab.json +0 -1
  37. package/lib/cjs/test/coverage/.nyc_output/processinfo/09dfaede-5146-48bf-83b4-168d8c9aedab.json +0 -1
  38. package/lib/cjs/test/coverage/.nyc_output/processinfo/69a48763-6d1e-4513-a3b4-8a411c24f584.json +0 -1
  39. /package/lib/cjs/test/coverage/.nyc_output/{69a48763-6d1e-4513-a3b4-8a411c24f584.json → da58221a-8d38-4a6f-8b98-28cb5d504ecc.json} +0 -0
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 17100.63720011711
2
+ "nonCachedDurationMs": 13076.88739991188
3
3
  }
@@ -18,7 +18,7 @@ Invoking: nyc npm -s test
18
18
 
19
19
  ArcGisFeaturePBF
20
20
  √ should convert pbf geometry type to Esri types
21
- √ should read FeatureInfo in PBF
21
+ √ should read FeatureInfo in PBF (50ms)
22
22
  √ should read FeatureInfo from PBF (philly transportation)
23
23
  √ should read all data types from FeatureInfo
24
24
  √ should readAndRender single ring polygon feature
@@ -40,12 +40,12 @@ Invoking: nyc npm -s test
40
40
  √ should read supported supported format
41
41
  √ should compute minLod/maxLod
42
42
  √ should construct empty url
43
- √ should construct feature query url
43
+ √ should construct feature query url (59ms)
44
44
  √ should log error when getFeatureInfo cannot be performed
45
- √ should process data in getFeatureInfo
46
- √ should log error when exceed transfert limit (144ms)
45
+ √ should process data in getFeatureInfo (392ms)
46
+ √ should log error when exceed transfert limit (757ms)
47
47
  √ should log error when exceed exception thrown limit
48
- √ should debug Feature Geom (47ms)
48
+ √ should debug Feature Geom
49
49
  √ should compute computeTileWorld2CanvasTransform
50
50
  √ should loadTile from PBF request
51
51
  √ should loadTile from JSON request
@@ -87,7 +87,7 @@ Invoking: nyc npm -s test
87
87
  √ should construct renderer from point symbology drawing info
88
88
 
89
89
 
90
- 69 passing (507ms)
90
+ 69 passing (2s)
91
91
 
92
92
 
93
93
  =============================== Coverage summary ===============================
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 19976.79239988327
2
+ "nonCachedDurationMs": 18117.08039999008
3
3
  }
@@ -1,10 +1,10 @@
1
1
  Invoking: betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/map-layers-formats/file.json --tsIndexFile=./map-layers-formats.ts --onlyJson --excludes=**/ArcGisFeature/*.ts,**/*.gen.ts
2
2
  Running command:
3
- node "D:\vsts_b\13\s\tools\build\scripts\docs.js" --json ../../generated-docs/core/map-layers-formats/file.json --includes ../../generated-docs/extract --excludes **/ArcGisFeature/*.ts,**/*.gen.ts --tsIndexFile ./map-layers-formats.ts --onlyJson
3
+ node D:\vsts_a\748\s\tools\build\scripts\docs.js --json ../../generated-docs/core/map-layers-formats/file.json --includes ../../generated-docs/extract --excludes **/ArcGisFeature/*.ts,**/*.gen.ts --tsIndexFile ./map-layers-formats.ts --onlyJson
4
4
  Arguments to TypeDoc: [
5
5
  "--entryPointStrategy",
6
6
  "expand",
7
- "D:\\vsts_b\\13\\s\\extensions\\map-layers-formats\\src",
7
+ "D:\\vsts_a\\748\\s\\extensions\\map-layers-formats\\src",
8
8
  "--excludePrivate",
9
9
  "--hideGenerator",
10
10
  "--logLevel",
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 17499.765500068665
2
+ "nonCachedDurationMs": 16800.893300056458
3
3
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "files": {
3
3
  "extensions/map-layers-formats/.nycrc": "54fda69da5c7309ffeb79f061013f8e974970e3b",
4
- "extensions/map-layers-formats/CHANGELOG.json": "ee47fe56f49f1f9f358f59dbef37d4ef5ca56b9a",
5
- "extensions/map-layers-formats/CHANGELOG.md": "10148f4c80c470aee2902a973c8c1270558358a9",
4
+ "extensions/map-layers-formats/CHANGELOG.json": "a6d4736c0c1ba9aa724cb04205dd13369ecbd268",
5
+ "extensions/map-layers-formats/CHANGELOG.md": "d29bb2c6df5b56bed7cd1309f50a7f70ea8363e5",
6
6
  "extensions/map-layers-formats/README.md": "2e48eb22484a04084a763ea7c9b55e59f7306e48",
7
7
  "extensions/map-layers-formats/config/rush-project.json": "075dba097aa1ba473c368c262559aa10306afe68",
8
- "extensions/map-layers-formats/package.json": "40e59ae005d2d2498cdf0f1f5bc10b95558aea4d",
8
+ "extensions/map-layers-formats/package.json": "5792c68bee59c95fd0eba206f932b812f4998b7e",
9
9
  "extensions/map-layers-formats/src/ArcGisFeature/ArcGisFeatureFormat.ts": "9b191ce9a9359a3cbbf73c2c01398019d43baf6d",
10
10
  "extensions/map-layers-formats/src/ArcGisFeature/ArcGisFeatureJSON.ts": "118ce09619b9f1a04401e6a510ee7f3c5d94ab73",
11
11
  "extensions/map-layers-formats/src/ArcGisFeature/ArcGisFeaturePBF.ts": "e01e6bc6ef78338cc0ae009ed8ed5a2d561d63cf",
@@ -30,7 +30,7 @@
30
30
  "extensions/map-layers-formats/src/test/ArcGisFeature/NewYorkDataset.ts": "e20b3245c67bf2f89f3b2e4379782c0798cd0704",
31
31
  "extensions/map-layers-formats/src/test/ArcGisFeature/PhillyLandmarksDataset.ts": "8315b59c9c3eb28d4c15152a0cdc1f84df38a0f4",
32
32
  "extensions/map-layers-formats/tsconfig.json": "090c3f6e9ac62040d790ab384e4f2827e9176de7",
33
- "extensions/map-layers-formats/.rush/temp/shrinkwrap-deps.json": "7d6eb37713fbfd9e6090bedf6393e50d4882cc36"
33
+ "extensions/map-layers-formats/.rush/temp/shrinkwrap-deps.json": "105cd590d48309b0a52ba9bd021663f8a1b589b0"
34
34
  },
35
35
  "arguments": "npm run -s build:cjs && npm run -s build:esm "
36
36
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "files": {
3
3
  "extensions/map-layers-formats/.nycrc": "54fda69da5c7309ffeb79f061013f8e974970e3b",
4
- "extensions/map-layers-formats/CHANGELOG.json": "ee47fe56f49f1f9f358f59dbef37d4ef5ca56b9a",
5
- "extensions/map-layers-formats/CHANGELOG.md": "10148f4c80c470aee2902a973c8c1270558358a9",
4
+ "extensions/map-layers-formats/CHANGELOG.json": "a6d4736c0c1ba9aa724cb04205dd13369ecbd268",
5
+ "extensions/map-layers-formats/CHANGELOG.md": "d29bb2c6df5b56bed7cd1309f50a7f70ea8363e5",
6
6
  "extensions/map-layers-formats/README.md": "2e48eb22484a04084a763ea7c9b55e59f7306e48",
7
7
  "extensions/map-layers-formats/config/rush-project.json": "075dba097aa1ba473c368c262559aa10306afe68",
8
- "extensions/map-layers-formats/package.json": "40e59ae005d2d2498cdf0f1f5bc10b95558aea4d",
8
+ "extensions/map-layers-formats/package.json": "5792c68bee59c95fd0eba206f932b812f4998b7e",
9
9
  "extensions/map-layers-formats/src/ArcGisFeature/ArcGisFeatureFormat.ts": "9b191ce9a9359a3cbbf73c2c01398019d43baf6d",
10
10
  "extensions/map-layers-formats/src/ArcGisFeature/ArcGisFeatureJSON.ts": "118ce09619b9f1a04401e6a510ee7f3c5d94ab73",
11
11
  "extensions/map-layers-formats/src/ArcGisFeature/ArcGisFeaturePBF.ts": "e01e6bc6ef78338cc0ae009ed8ed5a2d561d63cf",
@@ -30,7 +30,7 @@
30
30
  "extensions/map-layers-formats/src/test/ArcGisFeature/NewYorkDataset.ts": "e20b3245c67bf2f89f3b2e4379782c0798cd0704",
31
31
  "extensions/map-layers-formats/src/test/ArcGisFeature/PhillyLandmarksDataset.ts": "8315b59c9c3eb28d4c15152a0cdc1f84df38a0f4",
32
32
  "extensions/map-layers-formats/tsconfig.json": "090c3f6e9ac62040d790ab384e4f2827e9176de7",
33
- "extensions/map-layers-formats/.rush/temp/shrinkwrap-deps.json": "7d6eb37713fbfd9e6090bedf6393e50d4882cc36"
33
+ "extensions/map-layers-formats/.rush/temp/shrinkwrap-deps.json": "105cd590d48309b0a52ba9bd021663f8a1b589b0"
34
34
  },
35
35
  "arguments": "nyc npm -s test "
36
36
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "files": {
3
3
  "extensions/map-layers-formats/.nycrc": "54fda69da5c7309ffeb79f061013f8e974970e3b",
4
- "extensions/map-layers-formats/CHANGELOG.json": "ee47fe56f49f1f9f358f59dbef37d4ef5ca56b9a",
5
- "extensions/map-layers-formats/CHANGELOG.md": "10148f4c80c470aee2902a973c8c1270558358a9",
4
+ "extensions/map-layers-formats/CHANGELOG.json": "a6d4736c0c1ba9aa724cb04205dd13369ecbd268",
5
+ "extensions/map-layers-formats/CHANGELOG.md": "d29bb2c6df5b56bed7cd1309f50a7f70ea8363e5",
6
6
  "extensions/map-layers-formats/README.md": "2e48eb22484a04084a763ea7c9b55e59f7306e48",
7
7
  "extensions/map-layers-formats/config/rush-project.json": "075dba097aa1ba473c368c262559aa10306afe68",
8
- "extensions/map-layers-formats/package.json": "40e59ae005d2d2498cdf0f1f5bc10b95558aea4d",
8
+ "extensions/map-layers-formats/package.json": "5792c68bee59c95fd0eba206f932b812f4998b7e",
9
9
  "extensions/map-layers-formats/src/ArcGisFeature/ArcGisFeatureFormat.ts": "9b191ce9a9359a3cbbf73c2c01398019d43baf6d",
10
10
  "extensions/map-layers-formats/src/ArcGisFeature/ArcGisFeatureJSON.ts": "118ce09619b9f1a04401e6a510ee7f3c5d94ab73",
11
11
  "extensions/map-layers-formats/src/ArcGisFeature/ArcGisFeaturePBF.ts": "e01e6bc6ef78338cc0ae009ed8ed5a2d561d63cf",
@@ -30,7 +30,7 @@
30
30
  "extensions/map-layers-formats/src/test/ArcGisFeature/NewYorkDataset.ts": "e20b3245c67bf2f89f3b2e4379782c0798cd0704",
31
31
  "extensions/map-layers-formats/src/test/ArcGisFeature/PhillyLandmarksDataset.ts": "8315b59c9c3eb28d4c15152a0cdc1f84df38a0f4",
32
32
  "extensions/map-layers-formats/tsconfig.json": "090c3f6e9ac62040d790ab384e4f2827e9176de7",
33
- "extensions/map-layers-formats/.rush/temp/shrinkwrap-deps.json": "7d6eb37713fbfd9e6090bedf6393e50d4882cc36"
33
+ "extensions/map-layers-formats/.rush/temp/shrinkwrap-deps.json": "105cd590d48309b0a52ba9bd021663f8a1b589b0"
34
34
  },
35
35
  "arguments": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/map-layers-formats/file.json --tsIndexFile=./map-layers-formats.ts --onlyJson --excludes=**/ArcGisFeature/*.ts,**/*.gen.ts "
36
36
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "../../extensions/map-layers-formats": "../../extensions/map-layers-formats:hbat4nDwaJH//UdXiOq8AkCOsSZY5b1giaY6YFI2VTE=:",
2
+ "../../extensions/map-layers-formats": "../../extensions/map-layers-formats:/Zm/EUaPkmyc2U15fvMfJk0Z1Qs7RUgeH8NfGBCls6A=:",
3
3
  "/@ampproject/remapping/2.2.1": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
4
4
  "/@babel/code-frame/7.21.4": "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==",
5
5
  "/@babel/compat-data/7.21.4": "sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==",
@@ -251,6 +251,7 @@
251
251
  "/http-proxy-agent/5.0.0": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
252
252
  "/https-proxy-agent/5.0.1": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
253
253
  "/iconv-lite/0.6.3": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
254
+ "/ignore-styles/5.0.1": "sha512-gQQmIznCETPLEzfg1UH4Cs2oRq+HBPl8quroEUNXT8oybEG7/0lqI3dGgDSRry6B9HcCXw3PVkFFS0FF3CMddg==",
254
255
  "/ignore/5.2.4": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
255
256
  "/import-fresh/3.3.0": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
256
257
  "/imurmurhash/0.1.4": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
package/CHANGELOG.json CHANGED
@@ -1,6 +1,33 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
3
  "entries": [
4
+ {
5
+ "version": "4.0.0",
6
+ "tag": "@itwin/map-layers-formats_v4.0.0",
7
+ "date": "Mon, 22 May 2023 15:34:14 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "Update to eslint@8"
12
+ },
13
+ {
14
+ "comment": "Upgrade TypeScript compile target to es2021."
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "3.7.6",
21
+ "tag": "@itwin/map-layers-formats_v3.7.6",
22
+ "date": "Mon, 15 May 2023 18:23:41 GMT",
23
+ "comments": {}
24
+ },
25
+ {
26
+ "version": "3.7.5",
27
+ "tag": "@itwin/map-layers-formats_v3.7.5",
28
+ "date": "Thu, 04 May 2023 19:43:18 GMT",
29
+ "comments": {}
30
+ },
4
31
  {
5
32
  "version": "3.7.4",
6
33
  "tag": "@itwin/map-layers-formats_v3.7.4",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
1
  # Change Log - @itwin/map-layers-formats
2
2
 
3
- This log was last generated on Tue, 25 Apr 2023 17:50:35 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 22 May 2023 15:34:14 GMT and should not be manually modified.
4
+
5
+ ## 4.0.0
6
+ Mon, 22 May 2023 15:34:14 GMT
7
+
8
+ ### Updates
9
+
10
+ - Update to eslint@8
11
+ - Upgrade TypeScript compile target to es2021.
12
+
13
+ ## 3.7.6
14
+ Mon, 15 May 2023 18:23:41 GMT
15
+
16
+ _Version update only_
17
+
18
+ ## 3.7.5
19
+ Thu, 04 May 2023 19:43:18 GMT
20
+
21
+ _Version update only_
4
22
 
5
23
  ## 3.7.4
6
24
  Tue, 25 Apr 2023 17:50:35 GMT