Skip to content

Commit 41ddbd0

Browse files
committed
2 parents 1fe7bf8 + e67c636 commit 41ddbd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

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

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

dist/leaflet/include-leaflet.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Copyright© 2000 - 2021 SuperMap Software Co.Ltd. All rights reserved.
22
* This program are made available under the terms of the Apache License, Version 2.0
33
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4-
(function() {
4+
(function () {
55
var r = new RegExp('(^|(.*?\\/))(include-leaflet.js)(\\?|$)'),
66
s = document.getElementsByTagName('script'),
77
targetScript;
@@ -57,6 +57,10 @@
5757
inputCSS('https://cdn.jsdelivr.net/npm/leaflet@1.7.1/dist/leaflet.css');
5858
inputScript('https://cdn.jsdelivr.net/npm/leaflet@1.7.1/dist/leaflet.js');
5959
}
60+
if (inArray(includes, 'mapbox-gl-enhance')) {
61+
inputCSS('https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0/mapbox-gl-enhance.css');
62+
inputScript('https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0/mapbox-gl-enhance.js');
63+
}
6064
if (inArray(includes, 'leaflet.heat')) {
6165
inputScript('https://cdn.bootcdn.net/ajax/libs/leaflet.heat/0.2.0/leaflet-heat.js');
6266
}
@@ -126,7 +130,7 @@
126130
inputScript('https://iclient.supermap.io/web/libs/bezier-easing/2.1.0/bezier-easing.js');
127131
}
128132
if (inArray(includes, 'tensorflow')) {
129-
inputScript('https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@3.5.0/dist/tf.min.js');
133+
inputScript('https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@3.5.0/dist/tf.min.js');
130134
}
131135

132136
// iclient
@@ -167,7 +171,6 @@
167171
if (inArray(includes, 'leaflet-mapbox-gl')) {
168172
inputScript('https://cdn.jsdelivr.net/npm/mapbox-gl-leaflet@0.0.14/leaflet-mapbox-gl.js');
169173
}
170-
171174
}
172175

173176
load();

dist/mapboxgl/include-mapboxgl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
// dist
172172
if (!inArray(excludes, 'iclient-mapboxgl')) {
173173
if (supportES6()) {
174-
inputScript('../../dist/mapboxgl/iclient-mapboxgl-es6.js');
174+
inputScript('../../dist/mapboxgl/iclient-mapboxgl-es6.min.js');
175175
} else {
176176
inputScript('../../dist/mapboxgl/iclient-mapboxgl.min.js');
177177
}

examples/3dwebgl/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "SuperMap iClient 10i(2020)",
27+
title: "SuperMap iClient 11i(2021)",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

examples/3dwebgl/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "SuperMap iClient 10i(2020)",
29+
title: "SuperMap iClient 11i(2021)",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

examples/classic/editor-wechat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
$('.wrapper').load('../template/editor.html', function() {
4545
var navigation = {
4646
nav: {
47-
title: 'SuperMap iClient 10i(2020)',
47+
title: 'SuperMap iClient 11i(2021)',
4848
path: '../../web/',
4949
isLocal: window.isLocal
5050
}

examples/classic/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "SuperMap iClient 10i(2020)",
27+
title: "SuperMap iClient 11i(2021)",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

examples/classic/examples-wechat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
$('.wrapper').load('../template/example.html', function() {
6767
var navigation = {
6868
nav: {
69-
title: 'SuperMap iClient 10i(2020)',
69+
title: 'SuperMap iClient 11i(2021)',
7070
path: '../../web/',
7171
isLocal: window.isLocal
7272
}

examples/classic/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "SuperMap iClient 10i(2020)",
29+
title: "SuperMap iClient 11i(2021)",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy