Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Jun 15, 2023
2 parents bcd76b5 + 7d41be2 commit 180e141
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/js/include-web.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@
window.isLocal = false;
window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host;
window.version = "11.1.0";
window.preRelease = "beta";
window.preRelease = "";
})();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SuperMapiClient",
"description": "SuperMap iClient JavaScript 是一套由 JavaScript 语言编写的 GIS 客户端应用开发包, 支持多源数据地图,支持多终端,跨浏览器, 通过本产品可快速实现浏览器上美观、流畅的地图呈现。",
"version": "11.1.0-beta",
"version": "11.1.0",
"directories": {
"doc": "doc",
"example": "examples",
Expand Down
4 changes: 2 additions & 2 deletions src/classic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-classic",
"description": "",
"version": "11.1.0-beta",
"version": "11.1.0",
"keywords": [
"SuperMap"
],
Expand All @@ -15,6 +15,6 @@
"license": "Apache-2.0",
"dependencies": {
"mapv": "2.0.62",
"@supermap/iclient-common": "11.1.0-beta"
"@supermap/iclient-common": "11.1.0"
}
}
2 changes: 1 addition & 1 deletion src/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-common",
"description": "",
"version": "11.1.0-beta",
"version": "11.1.0",
"keywords": [
"SuperMap"
],
Expand Down
4 changes: 2 additions & 2 deletions src/leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-leaflet",
"description": "",
"version": "11.1.0-beta",
"version": "11.1.0",
"keywords": [
"SuperMap",
"Leaflet"
Expand All @@ -19,7 +19,7 @@
"echarts":"4.9.0",
"mapv":"2.0.62",
"leaflet": "1.9.4",
"@supermap/iclient-common": "11.1.0-beta",
"@supermap/iclient-common": "11.1.0",
"@mapbox/vector-tile": "1.3.1",
"jsonsql": "0.2.5",
"pbf": "3.2.1",
Expand Down
4 changes: 2 additions & 2 deletions src/mapboxgl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-mapboxgl",
"description": "",
"version": "11.1.0-beta",
"version": "11.1.0",
"keywords": [
"SuperMap",
"MapboxGL v1"
Expand All @@ -19,7 +19,7 @@
"mapv": "2.0.62",
"mapbox-gl": "1.13.2",
"three": "0.150.1",
"@supermap/iclient-common": "11.1.0-beta",
"@supermap/iclient-common": "11.1.0",
"canvg": "3.0.10",
"xml-js": "1.6.11",
"flatgeobuf": "3.23.1",
Expand Down
4 changes: 2 additions & 2 deletions src/maplibregl/namespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {
KnowledgeGraphService
} from './services';

import { GraphMap } from './overlay'
import {
MapvLayer,
ThreeLayer,
Expand All @@ -41,7 +40,8 @@ import {
GraphicLayer,
Graphic,
GraticuleLayer,
FGBLayer
FGBLayer,
GraphMap
} from './overlay';

import {
Expand Down
7 changes: 4 additions & 3 deletions src/maplibregl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-maplibregl",
"description": "",
"version": "11.1.0-dev",
"version": "11.1.0",
"keywords": [
"SuperMap",
"maplibregl"
Expand All @@ -15,12 +15,13 @@
"author": "SuperMap",
"license": "Apache-2.0",
"dependencies": {
"@supermap/iclient-common": "11.1.0-beta",
"maplibre-gl": "3.1.0",
"echarts": "4.9.0",
"mapv": "2.0.62",
"three": "0.150.1",
"canvg": "3.0.10",
"xml-js": "1.6.11"
"xml-js": "1.6.11",
"@supermap/iclient-common": "11.1.0",
"rbush": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions src/openlayers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/iclient-ol",
"description": "",
"version": "11.1.0-beta",
"version": "11.1.0",
"keywords": [
"SuperMap",
"OpenLayers"
Expand All @@ -19,7 +19,7 @@
"echarts": "4.9.0",
"mapv": "2.0.62",
"ol": "6.14.1",
"@supermap/iclient-common": "11.1.0-beta",
"@supermap/iclient-common": "11.1.0",
"proj4": "2.9.0",
"canvg": "3.0.10",
"lodash.remove": "^4.7.0",
Expand Down

0 comments on commit 180e141

Please sign in to comment.