Skip to content

Commit f2485e2

Browse files
修改videolayer videomap 几何分析 usage 排查示例是否添加引入库提示信息
1 parent d58cbe1 commit f2485e2

File tree

56 files changed

+258
-1
lines changed

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

+258
-1
lines changed

build/webpack.config.base.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ module.exports = {
8989
'@tensorflow/tfjs': 'function(){try{return tf}catch(e){return {}}}()',
9090
'video.js': 'function(){try{return videojs}catch(e){return {}}}()',
9191
'flv.js': 'function(){try{return flvjs}catch(e){return {}}}()',
92-
'videojs-flvjs-es6': 'function(){try{return;}catch(e){return {}}}()'
92+
'videojs-flvjs-es6': 'function(){try{return;}catch(e){return {}}}()',
93+
'./UGCWasmAll': 'function(){try{return Module}catch(e){return {}}}()'
9394
},
9495

9596
module: {

examples/leaflet/drawAndEditFeatures.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入
6+
* leaflet-geoman (https://github.com/geoman-io/leaflet-geoman)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/leaflet/ugc_ParallelAndPerpendicular.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/leaflet/ugc_buffer.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/leaflet/ugc_computeGeodesicArea.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/leaflet/ugc_computeGeodesicDistance.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/leaflet/ugc_computeParallel.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/leaflet/ugc_convexHull.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/leaflet/ugc_distanceToLineSegment.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

examples/leaflet/ugc_isIntersectRegionWithRect.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!--********************************************************************
22
* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
33
*********************************************************************-->
4+
<!--********************************************************************
5+
* 该示例需要引入
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
7+
*********************************************************************-->
48
<!DOCTYPE html>
59
<html>
610
<head>

0 commit comments

Comments
 (0)