From efddade56433e052264e53c17c2cda7c3e28aa2d Mon Sep 17 00:00:00 2001 From: qiwei Date: Wed, 24 Jan 2024 08:56:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9snap=20viewer=20=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/mapboxgl/include-mapboxgl.js | 2 +- dist/maplibregl/include-maplibregl.js | 2 +- examples/js/include-web.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/mapboxgl/include-mapboxgl.js b/dist/mapboxgl/include-mapboxgl.js index 6b279d63e..8bb94d9f4 100644 --- a/dist/mapboxgl/include-mapboxgl.js +++ b/dist/mapboxgl/include-mapboxgl.js @@ -202,7 +202,7 @@ inputScript(libsurl + '/vue-cesium/2.1.4/index.umd.min.js'); } if (inArray(includes, 'snap')) { - inputScript(libsurl + '/mapboxglDrawSnap/0.2.0/mapboxglDrawSnap.js'); + inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.0/mapbox-gl-draw-snap-mode.js'); } } diff --git a/dist/maplibregl/include-maplibregl.js b/dist/maplibregl/include-maplibregl.js index 62d0b125a..1963595db 100644 --- a/dist/maplibregl/include-maplibregl.js +++ b/dist/maplibregl/include-maplibregl.js @@ -175,7 +175,7 @@ inputScript(libsurl + '/turf/6.5.0/turf.min.js'); } if (inArray(includes, 'snap')) { - inputScript(libsurl + '/mapboxglDrawSnap/0.2.0/mapboxglDrawSnap.js'); + inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.0/mapbox-gl-draw-snap-mode.js'); } if (!inArray(excludes, 'iclient-maplibregl')) { if (supportES6()) { diff --git a/examples/js/include-web.js b/examples/js/include-web.js index c80c97aa8..2de0619b5 100644 --- a/examples/js/include-web.js +++ b/examples/js/include-web.js @@ -212,8 +212,8 @@ inputCSS(libsurl + '/iclient8c/examples/js/plottingPanel/colorpicker/css/colorpicker.css'); } if (inArray(includes, 'viewer')) { - inputScript(libsurl + '/viewerjs/viewer.js'); - inputCSS(libsurl + '/viewerjs/css/viewer.css'); + inputScript(libsurl + '/viewer-js/viewer.min.js'); + inputCSS(libsurl + '/viewer-js/css/viewer.css'); } }