Skip to content

Commit 1a90d3a

Browse files
committed
2 parents 84e2151 + d2693c8 commit 1a90d3a

File tree

2,182 files changed

+2798
-2377
lines changed

Some content is hidden

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

2,182 files changed

+2798
-2377
lines changed

build/webpack.config.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module.exports = {
118118
bannerInfo: function (libName) {
119119
return `
120120
${libName}
121-
Copyright© 2000 - 2024 SuperMap Software Co.Ltd
121+
Copyright© 2000 - 2025 SuperMap Software Co.Ltd
122122
license: ${pkg.license}
123123
version: v${pkg.version}
124124
`;

dist/classic/include-classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
1+
/* Copyright© 2000 - 2025 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.*/
44
(function () {

dist/leaflet/include-leaflet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
1+
/* Copyright© 2000 - 2025 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.*/
44
(function () {

dist/mapboxgl/include-mapboxgl.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
1+
/* Copyright© 2000 - 2025 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.*/
44
(function () {
@@ -59,8 +59,8 @@
5959
inputScript(libsurl + '/mapbox-gl-js/1.13.2/mapbox-gl.js');
6060
}
6161
if (inArray(includes, 'mapbox-gl-enhance')) {
62-
inputCSS(libsurl + '/mapbox-gl-js-enhance/1.12.1-9/mapbox-gl-enhance.css');
63-
inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-9/mapbox-gl-enhance.js');
62+
inputCSS(libsurl + '/mapbox-gl-js-enhance/1.12.1-10/mapbox-gl-enhance.css');
63+
inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-10/mapbox-gl-enhance.js');
6464
}
6565
if (inArray(includes, 'L7')) {
6666
inputScript(libsurl + '/mapboxgl-l7-render/0.0.2/mapboxgl-l7-render.js');

dist/ol/include-ol.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
1+
/* Copyright© 2000 - 2025 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.*/
44
(function() {

dist/openlayers/include-openlayers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
1+
/* Copyright© 2000 - 2025 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.*/
44
(function() {

examples/3dwebgl/01_3DMap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--********************************************************************
2-
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
2+
* Copyright© 2000 - 2025 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
44
<!DOCTYPE html>
55
<html lang="en">

examples/3dwebgl/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.*/
1+
/* Copyright© 2000 - 2025 SuperMap Software Co.Ltd. All rights reserved.*/
22
/**
33
* 3D-WebGL 示例配置文件:包含示例的分类、名称、缩略图、文件路径
44
*/

examples/3dwebgl/editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--********************************************************************
2-
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
2+
* Copyright© 2000 - 2025 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
44
<!DOCTYPE html>
55
<html>
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "11i(2024)",
27+
title: "12i(2025)",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

examples/3dwebgl/entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.*/
1+
/* Copyright© 2000 - 2025 SuperMap Software Co.Ltd. All rights reserved.*/
22
require.config({
33
paths: {
44
'Cesium': 'https://www.supermapol.com/earth/Build/Cesium/Cesium',

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