Skip to content

Commit e74b6b1

Browse files
committed
【version】11.0.0-alpha
1 parent dabc93b commit e74b6b1

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## 简介 | [ENGLISH](https://github.com/SuperMap/iClient-JavaScript/blob/master/README_EN.md)
88

9-
SuperMap iClient JavaScript 10i(2021) 是一套开源开放的 WebGIS 客户端应用开发包,基于现代 Web 技术栈全新构建,是 SuperMap 云 GIS 和在线 GIS 平台系列产品的统一 JavaScript 客户端。它集成了领先的开源地图库、可视化库,支持多源数据与地图服务,支持多终端,跨浏览器。提供了全新的 GIS 大数据可视化、实时流数据可视化等功能,通过本产品可快速实现浏览器上美观、流畅的地图呈现。
9+
SuperMap iClient JavaScript 是一套开源开放的 WebGIS 客户端应用开发包,基于现代 Web 技术栈全新构建,是 SuperMap 云 GIS 和在线 GIS 平台系列产品的统一 JavaScript 客户端。它集成了领先的开源地图库、可视化库,支持多源数据与地图服务,支持多终端,跨浏览器。提供了全新的 GIS 大数据可视化、实时流数据可视化等功能,通过本产品可快速实现浏览器上美观、流畅的地图呈现。
1010

1111
[![Overview](https://iclient.supermap.io/en/web/img/overview/product_overview.png)](https://iclient.supermap.io/web/introduction/overview.html)
1212

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Introduction | [中文](https://github.com/SuperMap/iClient-JavaScript/blob/master/README.md)
88

9-
SuperMap iClient JavaScript 10i(2021) is a set of open source WebGIS client application development kit. It’s a new construction based on modern Web technology. It’s a common JavaScript client for SuperMap Cloud GIS and Online GIS platform’s series products. It integrates leading open source map libraries and visualization libraries, supports multi-source data services and map services, supports multiple terminals and crossing browser. It provides new functions such as large data visualization and real-time flow data visualization in GIS. Through this product, we can quickly present maps beautifully and smoothly on browsers.
9+
SuperMap iClient JavaScript is a set of open source WebGIS client application development kit. It’s a new construction based on modern Web technology. It’s a common JavaScript client for SuperMap Cloud GIS and Online GIS platform’s series products. It integrates leading open source map libraries and visualization libraries, supports multi-source data services and map services, supports multiple terminals and crossing browser. It provides new functions such as large data visualization and real-time flow data visualization in GIS. Through this product, we can quickly present maps beautifully and smoothly on browsers.
1010

1111
![Overview](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/product_overview_en.png)
1212

examples/js/include-web.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@
186186
load();
187187
window.isLocal = false;
188188
window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host;
189-
window.version = "10.2.1";
190-
window.preRelease = "";
189+
window.version = "11.0.0";
190+
window.preRelease = "alpha";
191191
})();

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.0.0-dev",
4+
"version": "11.0.0-alpha",
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.0.0-dev",
4+
"version": "11.0.0-alpha",
55
"keywords": [
66
"SuperMap"
77
],
@@ -16,6 +16,6 @@
1616
"dependencies": {
1717
"mapv": "2.0.62",
1818
"xlsx": "0.18.0",
19-
"@supermap/iclient-common": "11.0.0-dev"
19+
"@supermap/iclient-common": "11.0.0-alpha"
2020
}
2121
}

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.0.0-dev",
4+
"version": "11.0.0-alpha",
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.0.0-dev",
4+
"version": "11.0.0-alpha",
55
"keywords": [
66
"SuperMap",
77
"Leaflet"
@@ -19,7 +19,7 @@
1919
"echarts":"4.9.0",
2020
"mapv":"2.0.62",
2121
"leaflet": "1.7.1",
22-
"@supermap/iclient-common": "11.0.0-dev",
22+
"@supermap/iclient-common": "11.0.0-alpha",
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.0.0-dev",
4+
"version": "11.0.0-alpha",
55
"keywords": [
66
"SuperMap",
77
"MapboxGL v1"
@@ -20,7 +20,7 @@
2020
"mapbox-gl": "1.13.2",
2121
"three": "0.126.1",
2222
"xlsx": "0.18.0",
23-
"@supermap/iclient-common": "11.0.0-dev",
23+
"@supermap/iclient-common": "11.0.0-alpha",
2424
"canvg": "3.0.7",
2525
"xml-js": "1.6.11"
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.0.0-dev",
4+
"version": "11.0.0-alpha",
55
"keywords": [
66
"SuperMap",
77
"OpenLayers"
@@ -19,7 +19,7 @@
1919
"echarts": "4.9.0",
2020
"mapv": "2.0.62",
2121
"ol": "6.9.0",
22-
"@supermap/iclient-common": "11.0.0-dev",
22+
"@supermap/iclient-common": "11.0.0-alpha",
2323
"proj4": "2.7.5",
2424
"xlsx": "0.18.0",
2525
"canvg": "3.0.7",

0 commit comments

Comments
 (0)