Skip to content

Commit f3fd337

Browse files
committed
【version】11.2.0-beta2
1 parent 43684ec commit f3fd337

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SuperMapiClient",
33
"description": "SuperMap iClient JavaScript 是一套由 JavaScript 语言编写的 GIS 客户端应用开发包, 支持多源数据地图,支持多终端,跨浏览器, 通过本产品可快速实现浏览器上美观、流畅的地图呈现。",
4-
"version": "11.2.0-beta",
4+
"version": "11.2.0-beta2",
55
"directories": {
66
"doc": "doc",
77
"example": "examples",

src/classic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-classic",
33
"description": "",
4-
"version": "11.2.0-beta",
4+
"version": "11.2.0-beta2",
55
"keywords": [
66
"SuperMap"
77
],
@@ -15,6 +15,6 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"mapv": "2.0.62",
18-
"@supermap/iclient-common": "11.2.0-beta"
18+
"@supermap/iclient-common": "11.2.0-beta2"
1919
}
2020
}

src/common/iServer/VectorClipJobsParameter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class VectorClipJobsParameter {
3333
this.datasetName = "";
3434

3535
/**
36-
* @member {string} VectorClipJobsParameter.prototype.datasetOverlay
36+
* @member {string} VectorClipJobsParameter.prototype.datasetVectorClip
3737
* @description 裁剪对象数据集。
3838
*/
3939
this.datasetVectorClip = "";

src/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-common",
33
"description": "",
4-
"version": "11.2.0-beta",
4+
"version": "11.2.0-beta2",
55
"keywords": [
66
"SuperMap"
77
],

src/leaflet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-leaflet",
33
"description": "",
4-
"version": "11.2.0-beta",
4+
"version": "11.2.0-beta2",
55
"keywords": [
66
"SuperMap",
77
"Leaflet"
@@ -19,7 +19,7 @@
1919
"echarts":"5.5.0",
2020
"mapv":"2.0.62",
2121
"leaflet": "1.9.4",
22-
"@supermap/iclient-common": "11.2.0-beta",
22+
"@supermap/iclient-common": "11.2.0-beta2",
2323
"@mapbox/vector-tile": "1.3.1",
2424
"jsonsql": "0.2.5",
2525
"pbf": "3.2.1",

src/mapboxgl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-mapboxgl",
33
"description": "",
4-
"version": "11.2.0-beta",
4+
"version": "11.2.0-beta2",
55
"keywords": [
66
"SuperMap",
77
"MapboxGL v1"
@@ -22,7 +22,7 @@
2222
"mapv": "2.0.62",
2323
"mapbox-gl": "1.13.2",
2424
"three": "0.150.1",
25-
"@supermap/iclient-common": "11.2.0-beta",
25+
"@supermap/iclient-common": "11.2.0-beta2",
2626
"canvg": "3.0.10",
2727
"fast-xml-parser": "^4.2.7",
2828
"flatgeobuf": "3.31.1",

src/maplibregl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-maplibregl",
33
"description": "",
4-
"version": "11.2.0-beta",
4+
"version": "11.2.0-beta2",
55
"keywords": [
66
"SuperMap",
77
"maplibregl"
@@ -20,7 +20,7 @@
2020
"three": "0.150.1",
2121
"canvg": "3.0.10",
2222
"proj4": "2.11.0",
23-
"@supermap/iclient-common": "11.2.0-beta",
23+
"@supermap/iclient-common": "11.2.0-beta2",
2424
"rbush": "^2.0.2"
2525
}
2626
}

src/openlayers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-ol",
33
"description": "",
4-
"version": "11.2.0-beta",
4+
"version": "11.2.0-beta2",
55
"keywords": [
66
"SuperMap",
77
"OpenLayers"
@@ -18,7 +18,7 @@
1818
"@turf/turf": "6.5.0",
1919
"mapv": "2.0.62",
2020
"ol": "7.5.2",
21-
"@supermap/iclient-common": "11.2.0-beta",
21+
"@supermap/iclient-common": "11.2.0-beta2",
2222
"proj4": "2.11.0",
2323
"canvg": "3.0.10",
2424
"lodash.remove": "^4.7.0",

0 commit comments

Comments
 (0)