@itwin/map-layers-formats 4.2.0-dev.5 → 4.2.0-dev.7
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/CHANGELOG.md +19 -1
- package/package.json +11 -11
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
|
|
3
|
+
This log was last generated on Tue, 15 Aug 2023 19:39:59 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.1.0
|
|
6
|
+
Mon, 14 Aug 2023 14:36:34 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Added support for UniqueValue renderer in ArcGIS feature format
|
|
11
|
+
- Fix leaks in map-layers-formats tests
|
|
12
|
+
- Fix issues with ArcGIS feature service not providing its extent in EPSG:3857. Also make sure default symbology is correctly applied if none is provided.
|
|
13
|
+
- Improved ArcGIS map-layers validation.
|
|
14
|
+
- Revisited getMapFeatureInfo, it now returns graphics along with records.
|
|
15
|
+
- Upgrade sinon to 15.0.4
|
|
16
|
+
- Switch to ESLint new flat config system
|
|
17
|
+
|
|
18
|
+
## 4.0.7
|
|
19
|
+
Thu, 10 Aug 2023 13:19:24 GMT
|
|
20
|
+
|
|
21
|
+
_Version update only_
|
|
4
22
|
|
|
5
23
|
## 4.0.6
|
|
6
24
|
Mon, 24 Jul 2023 05:07:33 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers-formats",
|
|
3
|
-
"version": "4.2.0-dev.
|
|
3
|
+
"version": "4.2.0-dev.7",
|
|
4
4
|
"description": "Enables additional map-layers formats in iTwin.js",
|
|
5
5
|
"main": "lib/cjs/map-layers-formats.js",
|
|
6
6
|
"module": "lib/esm/map-layers-formats.js",
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
"sinon-chai": "^3.2.0",
|
|
44
44
|
"source-map-support": "^0.5.6",
|
|
45
45
|
"typescript": "~5.0.2",
|
|
46
|
-
"@itwin/appui-abstract": "4.2.0-dev.
|
|
47
|
-
"@itwin/core-common": "4.2.0-dev.
|
|
48
|
-
"@itwin/
|
|
49
|
-
"@itwin/
|
|
50
|
-
"@itwin/core-
|
|
51
|
-
"@itwin/core-
|
|
46
|
+
"@itwin/appui-abstract": "4.2.0-dev.7",
|
|
47
|
+
"@itwin/core-common": "4.2.0-dev.7",
|
|
48
|
+
"@itwin/build-tools": "4.2.0-dev.7",
|
|
49
|
+
"@itwin/core-bentley": "4.2.0-dev.7",
|
|
50
|
+
"@itwin/core-geometry": "4.2.0-dev.7",
|
|
51
|
+
"@itwin/core-frontend": "4.2.0-dev.7"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@itwin/
|
|
55
|
-
"@itwin/
|
|
56
|
-
"@itwin/core-
|
|
57
|
-
"@itwin/core-
|
|
54
|
+
"@itwin/core-bentley": "4.2.0-dev.7",
|
|
55
|
+
"@itwin/appui-abstract": "4.2.0-dev.7",
|
|
56
|
+
"@itwin/core-geometry": "4.2.0-dev.7",
|
|
57
|
+
"@itwin/core-common": "4.2.0-dev.7"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"google-protobuf": "~3.20.1"
|