Skip to content

Commit 180e141

Browse files
2 parents bcd76b5 + 7d41be2 commit 180e141

File tree

9 files changed

+17
-16
lines changed

9 files changed

+17
-16
lines changed

examples/js/include-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,5 @@
193193
window.isLocal = false;
194194
window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host;
195195
window.version = "11.1.0";
196-
window.preRelease = "beta";
196+
window.preRelease = "";
197197
})();

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.1.0-beta",
4+
"version": "11.1.0",
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.1.0-beta",
4+
"version": "11.1.0",
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.1.0-beta"
18+
"@supermap/iclient-common": "11.1.0"
1919
}
2020
}

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.1.0-beta",
4+
"version": "11.1.0",
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.1.0-beta",
4+
"version": "11.1.0",
55
"keywords": [
66
"SuperMap",
77
"Leaflet"
@@ -19,7 +19,7 @@
1919
"echarts":"4.9.0",
2020
"mapv":"2.0.62",
2121
"leaflet": "1.9.4",
22-
"@supermap/iclient-common": "11.1.0-beta",
22+
"@supermap/iclient-common": "11.1.0",
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.1.0-beta",
4+
"version": "11.1.0",
55
"keywords": [
66
"SuperMap",
77
"MapboxGL v1"
@@ -19,7 +19,7 @@
1919
"mapv": "2.0.62",
2020
"mapbox-gl": "1.13.2",
2121
"three": "0.150.1",
22-
"@supermap/iclient-common": "11.1.0-beta",
22+
"@supermap/iclient-common": "11.1.0",
2323
"canvg": "3.0.10",
2424
"xml-js": "1.6.11",
2525
"flatgeobuf": "3.23.1",

src/maplibregl/namespace.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import {
3232
KnowledgeGraphService
3333
} from './services';
3434

35-
import { GraphMap } from './overlay'
3635
import {
3736
MapvLayer,
3837
ThreeLayer,
@@ -41,7 +40,8 @@ import {
4140
GraphicLayer,
4241
Graphic,
4342
GraticuleLayer,
44-
FGBLayer
43+
FGBLayer,
44+
GraphMap
4545
} from './overlay';
4646

4747
import {

src/maplibregl/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-maplibregl",
33
"description": "",
4-
"version": "11.1.0-dev",
4+
"version": "11.1.0",
55
"keywords": [
66
"SuperMap",
77
"maplibregl"
@@ -15,12 +15,13 @@
1515
"author": "SuperMap",
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@supermap/iclient-common": "11.1.0-beta",
1918
"maplibre-gl": "3.1.0",
2019
"echarts": "4.9.0",
2120
"mapv": "2.0.62",
2221
"three": "0.150.1",
2322
"canvg": "3.0.10",
24-
"xml-js": "1.6.11"
23+
"xml-js": "1.6.11",
24+
"@supermap/iclient-common": "11.1.0",
25+
"rbush": "^2.0.2"
2526
}
2627
}

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.1.0-beta",
4+
"version": "11.1.0",
55
"keywords": [
66
"SuperMap",
77
"OpenLayers"
@@ -19,7 +19,7 @@
1919
"echarts": "4.9.0",
2020
"mapv": "2.0.62",
2121
"ol": "6.14.1",
22-
"@supermap/iclient-common": "11.1.0-beta",
22+
"@supermap/iclient-common": "11.1.0",
2323
"proj4": "2.9.0",
2424
"canvg": "3.0.10",
2525
"lodash.remove": "^4.7.0",

0 commit comments

Comments
 (0)