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

+1-1
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

+1-1
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

+1-1
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

+3-3
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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

+1-1
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',

examples/3dwebgl/examples.html

+2-2
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>
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "11i(2024)",
29+
title: "12i(2025)",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

examples/classic/OGC_GeoJSON.html

+1-1
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>

examples/classic/OGC_kml.html

+1-1
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>

examples/classic/OGC_queryByWFS.html

+1-1
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>

examples/classic/OGC_wcs.html

+1-1
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>

examples/classic/OGC_wms.html

+1-1
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
<html>
55
<head>

examples/classic/OGC_wmtsLayer.html

+1-1
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>

examples/classic/SummaryMeshJobService.html

+1-1
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>

examples/classic/SummaryRegionJobService.html

+1-1
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>

examples/classic/addressMatchService.html

+1-1
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>

examples/classic/analysis_bufferAnalyst.html

+1-1
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>

examples/classic/analysis_bufferQuery.html

+1-1
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>

examples/classic/analysis_closestFacilities.html

+1-1
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>

examples/classic/analysis_densityKernelAnalyst.html

+1-1
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>

examples/classic/analysis_dynamicSegmentation.html

+1-1
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>

examples/classic/analysis_findLocation.html

+1-1
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>

examples/classic/analysis_findMTSPPaths.html

+1-1
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>

examples/classic/analysis_findMTSPPathsAndTSPPaths.html

+1-1
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>

examples/classic/analysis_findPath.html

+1-1
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>

examples/classic/analysis_findTSPPaths.html

+1-1
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>

examples/classic/analysis_interpolationAnalystByDensity.html

+1-1
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>

examples/classic/analysis_interpolationAnalystByGeometry.html

+1-1
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>

examples/classic/analysis_interpolationAnalystByIDW.html

+1-1
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>

examples/classic/analysis_interpolationAnalystByKriging.html

+1-1
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>

examples/classic/analysis_interpolationAnalystByRBF.html

+1-1
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>

examples/classic/analysis_mathExpression.html

+1-1
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>

examples/classic/analysis_overlayAnalystService.html

+1-1
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>

examples/classic/analysis_routeCalculateMeasure.html

+1-1
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>

examples/classic/analysis_routeLocatorLine.html

+1-1
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>

examples/classic/analysis_routeLocatorPoint.html

+1-1
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>

examples/classic/analysis_serviceAreas.html

+1-1
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>

examples/classic/analysis_surfaceAnalyst.html

+1-1
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>

examples/classic/analysis_terrainCurvatureCalculation.html

+1-1
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>

examples/classic/analysis_thiessenAnalyst.html

+1-1
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>

examples/classic/analysis_trafficTransfer.html

+1-1
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>

examples/classic/buffersAnalystJobService.html

+1-1
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>

examples/classic/config.js

+1-1
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
* classic 示例配置文件:包含示例的分类、名称、缩略图、文件路径
44
*/

examples/classic/controler_areaMeasure.html

+1-1
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>

examples/classic/controler_attribution.html

+1-1
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>

examples/classic/controler_changeControlsSkin.html

+1-1
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>

examples/classic/controler_distanceMeasure.html

+1-1
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>

examples/classic/controler_dragFeature.html

+1-1
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>

examples/classic/controler_dragpan.html

+1-1
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>

0 commit comments

Comments
 (0)