Skip to content

Commit 55b20e2

Browse files
新增 几何分析类与各端示例 review by luox
1 parent 684c365 commit 55b20e2

File tree

113 files changed

+10697
-1646
lines changed

Some content is hidden

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

113 files changed

+10697
-1646
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@
171171
if (inArray(includes, 'leaflet-mapbox-gl')) {
172172
inputScript(libsurl + '/leaflet-mapbox-gl/0.0.15/leaflet-mapbox-gl.min.js');
173173
}
174+
if (inArray(includes, 'ugcwasm')) {
175+
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
176+
}
174177
}
175178

176179
load({

dist/maplibregl/include-maplibregl.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@
183183
if (inArray(includes, 'snap')) {
184184
inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.0/mapbox-gl-draw-snap-mode.js');
185185
}
186+
if (inArray(includes, 'ugcwasm')) {
187+
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
188+
}
186189
if (!inArray(excludes, 'iclient-maplibregl')) {
187190
if (supportES6()) {
188191
inputScript('../../dist/maplibregl/iclient-maplibregl-es6.min.js');

dist/ol/include-ol.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
if (inArray(includes, 'lodash')) {
123123
inputScript(libsurl + '/lodash/4.17.21/lodash.min.js');
124124
}
125+
if (inArray(includes, 'ugcwasm')) {
126+
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
127+
}
125128

126129
// dist
127130
if (!inArray(excludes, 'iclient-ol')) {

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