Skip to content

Commit 2302a53

Browse files
committed
2 parents b32f1e4 + d0bcc51 commit 2302a53

File tree

65 files changed

+342
-254
lines changed

Some content is hidden

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

65 files changed

+342
-254
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
inputScript(libsurl + '/leaflet-mapbox-gl/0.0.15/leaflet-mapbox-gl.min.js');
173173
}
174174
if (inArray(includes, 'ugcwasm')) {
175-
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
175+
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
176176
}
177177
}
178178

dist/mapboxgl/include-mapboxgl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.0/mapbox-gl-draw-snap-mode.js');
215215
}
216216
if (inArray(includes, 'ugcwasm')) {
217-
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
217+
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
218218
}
219219
}
220220

dist/maplibregl/include-maplibregl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.1/mapbox-gl-draw-snap-mode.min.js');
186186
}
187187
if (inArray(includes, 'ugcwasm')) {
188-
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
188+
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
189189
}
190190
if (!inArray(excludes, 'iclient-maplibregl')) {
191191
if (supportES6()) {

dist/ol/include-ol.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
inputScript(libsurl + '/lodash/4.17.21/lodash.min.js');
128128
}
129129
if (inArray(includes, 'ugcwasm')) {
130-
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
130+
inputScript(libsurl + '/ugcwasm/1.0.1/UGCWasmAll.js');
131131
}
132132

133133
// dist

examples/leaflet/ugc_ParallelAndPerpendicular.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_computeGeodesicArea.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_computeGeodesicDistance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_computeParallel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_convexHull.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_distanceToLineSegment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_isIntersectRegionWithRect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_pointPositon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_resample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_smooth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/leaflet/ugc_spatialRelationship.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_ParallelAndPerpendicular.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_computeGeodesicArea.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_computeGeodesicDistance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_computeParallel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_convexHull.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_distanceToLineSegment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_isIntersectRegionWithRect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_pointPositon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_resample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_smooth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/mapboxgl/ugc_spatialRelationship.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_ParallelAndPerpendicular.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_computeGeodesicArea.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_computeGeodesicDistance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_computeParallel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_convexHull.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_distanceToLineSegment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_isIntersectRegionWithRect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_pointPositon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_resample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_smooth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/maplibregl/ugc_spatialRelationship.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/openlayers/ugc_ParallelAndPerpendicular.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/openlayers/ugc_buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/openlayers/ugc_computeGeodesicArea.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

examples/openlayers/ugc_computeGeodesicDistance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*********************************************************************-->
44
<!--********************************************************************
55
* 该示例需要引入
6-
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.0/UGCWasmAll.js)
6+
* UGCWasm (https://iclient.supermap.io/web/libs/ugcwasm/1.0.1/UGCWasmAll.js)
77
*********************************************************************-->
88
<!DOCTYPE html>
99
<html>

0 commit comments

Comments
 (0)